/* general*/
body{
	margin: 0;
	padding: 0;
	background-color: #990000;
	font-family: Arial,Georgia,sans-serif;
	color: #FFFFCC;
	line-height: 1.17;	
	margin: 0px;
	padding: 0px;
	background:url(../images/red.gif);
}
.iframe{
color:#FFFFCC;
font-weight:bold; }
/********************************/
/*headnav*/
/**********************************/
#headnav{
	float:right;
	height: 400px;
	width: 280px; 
	margin: 0px;
	padding: 0px;
	font-size: 90%;
}

#headnav a {
	display: block;
	border-top: 1px solid #FFFF33;
	padding: 2px 0px 2px 10px;
}
 
#headnav ul {
 padding-top: 40px; /*to keep a nice space above so that nav block doesnt seem out of tocj#h with header img*/
 padding-right: 12px;
 text-align: right;
 list-style: none;
}
#headnav li {
 display: block;
 margin: 0 12px;
}
#headnav li a {
 font-size: 1.5em;
 font-weight:bold;
 line-height: 1.5em;
 text-decoration: none;
 color: #fff;
}
#headnav li a:hover {  
background:#006600;
color: #FFFF00;
 }


/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#page {
	margin: 0 auto;
	width: 900px;
	background: #5A0103;
	text-align: left;
	color: #FFC;
	}
 
 #page p {	padding-left: 15px;	color: #FFC;}
 #content-secondary p {color:#000; }
#header{
background:#006600;
background-image:url(../images/ovhc.gif);
background-repeat: no-repeat;
	padding: 0px;
	border-bottom: 2px solid #220103;
	width: 500px;
	height:340px;
	float:left;
}
#header2 {
background: #220103;
background-image:url(../images/h2.gif);
background-repeat:no-repeat;
height:400px;
width: 480px;
float:left;
border-right: #006600 30px solid;
}

#content-primary {
 float: left;
 margin: 20px;
 width: 616px;
}
#content-primary a, #block a { color:#FFFF33;
font-weight:bold; }
#content-primary img, #block img {
 float: left;
 margin: 6px 18px 0 -6px;
 padding: 3px;
 border: 3px solid #eee;
 background: #fff;
}

#content-secondary {
	float: right;
	margin-top: 20px;
	width: 225px;
	border: 1px solid #990000;
	background-color:#ffffcc;
	padding:0 5px;
	color:#000;

}
#content-secondary a {color:#990000;
font-weight:bold;
text-decoration:none; }

#content {
	padding: 1px 10px 1px 0px;}
.subcontent img {
float: left;
 padding: 2px;
 border: 1px solid #FFFFFF;
 }
#block {
font-size:1.2em;
 margin: 0 auto;
 width: 750px;
 padding: 5px 10px;
}

#footer {
 clear: both;
 height: 100px;
 background: #990000;
 font-size: 16px;
 line-height: 1em;
 color: #fff;
}
#footer a { color:#FFFFCC; }
/************* #other styles *************/

#date{
	font-size: 100%;
	font-weight:bold;
	padding: 2px 5px 7px 10px;
	text-align:right;
}

.clear {clear:both; }

/*****************************************/
/*headers*/
h1, h2, h3, h5, h7{
background:#220103;
font-family: Verdana,Arial,sans-serif;
 text-align:center;
 margin: 0px;
 padding: 0px;
}
h1{  font-size: 200%;
 color: #FFFF00;}
h2{ font-size: 100%;
 color: #FFFF99;
 font-style:italic;
}
h3{
 font-size: 125%;
 color: #FFFF99;
 font-weight: bold;
 letter-spacing:.1em;
 padding-top: 5px;
 padding-bottom:5px;
}

h4{
background:#FFFFCC;
 font-size: 150%;
 background:#990000;
 color: #FFFFCC;
 font-family: Verdana,Arial,sans-serif;
 text-align:center;
 margin: 0px;
 padding: 0px;
}

h5{
 font-size: 200%;
 color: #FFFF33;
 font-style:italic;
 font-weight: bold;
 letter-spacing:.2em;
 padding: 5px 0px 5px 0px;
 }
h6{
 font-size: 130%;
 font-weight: bold;
 color: #FFFFCC;
 background:#006600;
 margin: 0px;
 padding: 0px;
}
h7{
 font-size: 120%;
 font-weight: bold;
 color: #750204;
 }
/**********************gallery image positon and style************************/
.img-wrapper{
	float:left;
	margin:40px 40px 0 0;
	background:url(../images/shadow2.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	line-height:0;
	}
	
.img-wrapper img{
	float:none;
	margin:0;
	background:#fff;
	padding:4px;
	border:1px solid #c5bdbd;
	position:relative;
	left:-5px;
	top:-5px;
	}

.thumbnails {
margin: 20px 40px 20px 40px;
position:relative;
width:740px;
}
.standout {
color:#fff;
font-weight:bold;
text-shadow:#333333;
}
