/*LAYOUT*/
* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #000;
	background-image:url(../images/background1.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	font-family: Code, Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: 600;
	padding: 0px;
	margin: 0px;
	text-align: center;
	z-index: 0;
}

#header {
	width: 900px;
	margin: 0px auto 0px auto;
	position: relative;
	left: 1px;
}


#video {
	width: 640px;
	position:relative; 
	top: -5px;
	z-index:3;
}

#container {
	width: 900px;
	margin: 0px auto 0px auto;
	padding: 0px;
	position: relative;
	top: 0px;
	z-index: 1;
}
#container2 {
	width: 698px;
	margin: 0px auto 0px auto;
	padding: 0px;
	position: relative;
	right: 16px;
	z-index: 1;
}


#footer {
	clear: both;
	width: 698px;
	position: relative;
	right: 1px;
	z-index: 2;
	margin: 5px 0px 20px 0px;
}



/*CONTENT*/

.title {
	margin: 15px auto 0px auto;
	width: 622px;
	position: relative;
	left: 2px;
}

.text {
	width: 618px;
/*	background-image:url(../images/contentbg.jpg);
	background-position: top center;
	background-repeat: repeat-y; */
	padding: 10px 10px 10px 10px;
	margin: 10px auto 0px auto;
	position: relative;
	right: 5px;
}

p {
	margin: 0px 0px 0px 0px;
}

h1 {

}

h2 {
	position: relative;
	right: 3px;
	top: 2px;
	margin: 4px 2px 2px 2px;
	font-size: 115%;
	border-top: dashed;
	border-bottom: dashed;
	border-color: #455c65;
	border-width: 1px;
}

h3 {
	color:#455c65;
	padding: 0px;
	margin: 2px 0px 2px 0px;
	border-bottom:dashed;
	border-top:dashed;
	border-color:#455c65;
	border-width:1px;	
	font-size: small;
}

h4 {
	color:#455c65;
	padding: 0px;
	margin: 2px 0px 10px 0px;
	border-bottom:dashed;
	border-top:dashed;
	border-color:#455c65;
	border-width:1px;	
	font-size: small;
}

em {
	font-size: 130%;
	font-style: normal;	
}

ul {
	list-style: none;
	margin: 0px;
	padding: 0px 2px 2px 2px;	
}
	
ul li{
	font-size:100%;
	list-style: none;
	padding:5px 0 5px 0;
	margin: 0px;
	border-bottom:dashed;
	border-color:#455c65;
	border-width:1px;
}



a {
	color:#455c65;
	text-decoration:none;
}

a:hover {
	color:#7a7e7e;
	text-decoration:underline;
}

img {
	border: 0px;
}










