@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ffffff;
}
.oneColElsCtr #container {
	width: 800px;
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:760px;
	float:left;
	font-size:small;
}

.oneColElsCtr #header {background-image:url(header_800.jpg);
width:800px;
height:241px;
overflow:hidden;
margin-bottom:0px;
}


.oneColElsCtr #rightContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:370px;
	float:right;
}


.oneColElsCtr #video {
	width:740px;
	margin-left:15px;
	margin-right:15px;
	float:left;
	padding-bottom:15px;
	}
	
	
.oneColElsCtr #under {
	clear:both;
	padding-top:20px;
	background-image:url(footer.jpg);
	background-repeat:no-repeat;
	width:800px;
	padding-bottom:10px;
	
	}
	
	
.oneColElsCtr #nav {
	padding-top:185px;
	margin:10px;
	width:270px;
	float:left;
	}
	
	.oneColElsCtr #nav2 {
	padding-top:185px;
	margin:10px;
	width:350px;
	float:left;
	}
	
a {color:#F7F500;
text-decoration:none;
}

a:hover {color:#51AAC6;
text-decoration:none;
}
	
	