@charset "UTF-8";
/* CSS Document */

body{
	background:#000000;
	font-family:Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	margin:0px;
	}
a {
	color:#777777;
	text-decoration:none;
}
a:hover {
	color:#bed600;
	text-decoration:none;
}
#wrapper{
	margin:0px auto 20px auto;
	width:1000px;
	}	
#hdr{
	height:150px;
	text-align:center;
	}
#body{
	height:800px;
	margin: 0px;
	padding-top:20px;
	}	
.hmhdr{
	background: url(images/hm_hdrbck.jpg) top center no-repeat;
	}
.hmbody{
	background:url(images/hmpg.jpg) top no-repeat ;
	}
.subhdr{
	background: url(images/sub_hdrbck.jpg) top center no-repeat;
	}
.subbody{
	background:url(images/subpg.jpg) top no-repeat ;
	}
.blnkhdr{
	background: url(images/blnk_hdr.jpg) top center no-repeat;
	}			
.logo{
	margin:0px 0px 3px 0px;
		}
.nav{
	margin:5px auto 0px auto;
	font-size:11px;
	color:#777777;
	height:25px;
	width:400px;
	}
.videonav{
	margin:5px auto 0px auto;
	font-size:11px;
	color:#777777;
	width:440px;
	}	
.nav ul{
	text-align:center;
	}
.nav li{
	float:left;
	padding:0px 5px;
	list-style:none;
	}
	
.fblink{
	padding-bottom:10px;
	}
					
.videonav li{
	width:100px;
	float:left;
	margin:0px;
	padding:0px;
	list-style:none;
	text-align:center;
	display:inline;
	}
.nav li.on, .on{
	color:#BED600;
	}
