@charset "UTF-8";
/* CSS Document */
body {
	margin:0px;
	background:url(images/sr-bg.jpg) top left #495f2e no-repeat;
	background-attachment:fixed;
}
#mybg {
	position:relative; 
	/* background:url(images/bg_static.jpg) no-repeat;	*/
	width:1024px;
	text-align:left;
}
#contentbox {
	position:absolute;
	left:109px;
	top:0px;
	/* top:76px;	 */
	width:791px;
}
#bottomnav {
	background:url(images/bg_home_nav.jpg) no-repeat;
	width:790px;
	height:30px;
	font-family:Verdana, Geneva, sans-serif;
	color:#34385f;
	font-size:10px;
	text-align:center;
	padding:7px;
}
#bottomnav a,bottomnav a:visited {
	color:white;
	text-decoration:none;
	margin-left:3px;
	margin-right:3px;
}
#bottomnav a:hover {
	color:white;
	text-decoration:underline;
	margin-left:3px;
	margin-right:3px;	
}
#flashcont {
	margin:0px;
	padding:0px;
	border-top:1px solid #818aab;
	border-left:1px solid #818aab;
	border-right:1px solid #818aab;	
	width:788px;
	height:511px;
	overflow:hidden;	
}

