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


/* mew site */

a:link{
	color: #982d09;
}

a:visited {
	color: #4c3b05;
}

a.footernav:link{
	color: #e2a000;
	text-decorate: none;
}

a.footernav:hover{
	color: #dbbf6b;
	text-decoration: none;
}

a.footrnav:visited{
	color: #f68a00;
	text-decoration: none;
}


body {
	background-color: #954642;
	background-image: url(images/leftbackgroundnew.gif);
	background-repeat: repeat-y;
	background-position: top left;
	margin: 0;
}

#page-container{
	position: top-left;
	background-image: url(images/ovbfbodybakgrdnew.gif);
	background-repeat: repeat-y;
	width: 900px;
	height: auto;
	margin-left: 23px;
	margin-top: 0px;
}

#header{
	width: 900px;
	height: 165px;
}

#header-date-graphic{
	width: 900px;
	height: 39px;
	background-color: #444900;
	border-bottom-color: #E1Ab2e;
	border-bottom-style: dashed;
	border-bottom-width: thin;
	background-image:  url(images/OVMFdatebandnew.jpg);	
}

#menu_vert{
	vertical-align: top;
	width: 180px;
	height: 580px;
	float: left;
	padding-left: 15px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	}
	
#center-div{
	vertical-align: top;
	width: 470px;
	height: 395px;
	float: left;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	margin-right: 0px;
	margin-left: 15px;
	margin-top: 10px;
}

#headlinegraphic-div{
	vertical-align: top;
	float: left;
	width: 470px;
	height: auto;
	padding-bottom: 0px;
}

div#rotator {
	vertical-align: top;
	position:relative;
	float: left;
	height: 250px;
	width: 470px;
	padding-bottom: 20px;
	margin: 0;
}

div#rotator ul li{
	float: left;
	position: absolute;
	left: 0;
	list-style: none;
	padding: 0;
	margin: 0;
}

div#rotator ul li.show{
	z-index: 500;
}
	
#maintext-div{
	vertical-align: top;
	width: 470px;
	padding-bottom: 5px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: small;
	color: #4c3B05;
}

#right-div{
	vertical-align: top;
	width: 194px;
	height: 400px;
	margin-left:12px;
	
	float: right;
}
#email-div {
	width: 192px;
	float: right;
	bottom: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#contest-div{
	vertical-align: top;
	width: 192px;
	float: right;
}

#footer {
	font-family: Genea, Arial, Helvetica, sans-serif;
	font-size:x-small;
	color:#e2a000;
	margin-top: 20px;
	padding-left: 8px;
	padding-top: 15px;
	width: 192px;
	border-top-color: #e2a000;
	border-bottom-style: dashed;
	border-top-width: thin;
	border-bottom-color: #e2a000;
	border-bottom-style: dashed;
	border-bottom-width: thin;
	
}
	
	
	
	
	
	
	


