/* CSS Document */

body {
	margin:0px;
	padding:0px;
	background:url(/images/bg.jpg) top center repeat-x #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:155%;
}

#container {
	width:760px;
	margin:0 auto;
	overflow:auto;
}

#logo {
	width:160px;
	height:190px;
}

#content {
	float:left;
	width:500px;
	margin:0px 0px 0px 10px;
	padding:10px 45px 10px 45px;
	background:url(/images/bg_content.jpg) top right no-repeat;
	background-color:#000000;
	color:#DEDAB7;
}

#nav {
	float:left;
	width:160px;
	height:300px;
}

#nav ul {
	list-style-type:none;	
	margin:0px;
	padding:0px;
}
	
#nav li {
	text-align:right;
	width:160px;
	height:23px;
	padding:1px 0px 0px 0px;
}

#nav a {
	display:block;
	padding:2px 10px 0px 0px;
	text-decoration:none;
	color:#DEDAB7;
	width:150px;
	height:23px;
	background:url(/images/bg_nav.jpg) top left no-repeat;
}

#nav a:hover {
	display:block;
	padding:2px 10px 0px 0px;
	text-decoration:none;
	color:#DEDAB7;
	width:150px;
	height:23px;
	background:url(/images/bg_nav_f2.jpg) top left no-repeat;
}

#footer {
	background:url(/images/bg_footer.jpg) top center repeat-x;
	text-align:center;
	height:70px;
	margin-top:20px;
}
	
#footer ul {
	width:760px;
	list-style-type:none;
	margin:0 auto;
	padding:0px;
}

#footer li {
	padding:5px 5px 0px 5px;
	float:left;
}

#footer a {
	color:#FFFFFF;
}

.rfloat {
	float:right;
	padding-left:10px;
	padding-bottom:10px;
}

.lfloat {
	float:left;
	padding-right:10px;
	padding-bottom:10px;
}

.video_player {
	overflow-x:scroll;
	overflow-y:hidden;
	width:485px;
	height:140px;
	white-space: nowrap; 
	scrollbar-base-color:#0C5075;
}

.video_player img {
	margin:0px 5px 10px 5px;
}

.video_player h4 {
	position:absolute;
	margin-left:180px;
}