
body {
	margin-top: 75px;
	margin-left: auto;
	padding: 0;
	background-color: #092610;
	height: auto;
	background-image: url(images/vkingbg.jpg);
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: top center;
	text-align: center;
	
}

.headertype
{
	font-family: Georgia, Times New Roman, Verdana;
	font-size: 26px;
	font-weight: bolder;
	font-style: italic;
	color: #564B07;
	
}

.bodytype
{
	font-family: Georgia, Times New Roman, Verdana;
	font-size: 14px;
	font-weight: normal;
	color: #291D12;
	padding-left: 50px;
	padding-right: 50px;
	text-indent: 0px;
	
}

.abouttype
{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #291D12;
	padding-left: 50px;
	text-align:center;
	}

.footertext
{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #291D12;
}

a:link {
	font-family: Georgia, Times New Roman, Verdana;
	font-size: 14px;
	font-weight: normal;
	color: #291D12;
	font-style: italic;
	text-decoration: none;
}

a:visited {
	font-family: Georgia, Times New Roman, Verdana;
	font-size: 14px;
	font-weight: normal;
	color: #291D12;
	font-style: italic;
	text-decoration: none;
}


a:active {
	font-family: Georgia, Times New Roman, Verdana;
	font-size: 14px;
	font-weight: normal;
	color: #291D12;
	font-style: italic;
	text-decoration: none;
}


a:hover {
	font-family: Georgia, Times New Roman, Verdana;
	font-size: 14px;
	font-weight: normal;
	color: #291D12;
	font-style: italic;
	text-decoration: underline;
}



img {

border-style: none;

}


/* BODY */

#bodycontain {
	width: 899px;
	margin: auto;
	background-color: #FFFFFF;
	
}

#photocontain {
	width: 800px;
	height: 305px;
}

#press_gallery {
	width: 800px;
	/* change this height - add 300 px - if you add a row */
	height: 1450px;
	margin-bottom:20px;
	padding: 35px 50px 35px 50px;
	background: #FFFFFF;
}

.press_gallery_row {
	display:inline;
	width: 800px;
	padding: 0;
	margin:0;
	font-family: Georgia, Times New Roman, Verdana;
	font-size: 14px;
	font-weight: normal;
	color: #291D12;
}

.press_gallery_container {
	position:relative;
	float:left;
	width: 250px;
	text-align:center;
	margin:0;
	padding:0 6px 30px 6px;
}

.press_gallery_container img {
	height:225px;
	width:225px;
	padding:10px;
	border:2px solid #1f462b;
}

#nav {
	height: 112px;
	background: #FFFFFF;
}

#copycontainer {
	width: 899px;
	background: #FFFFFF;
}

#copy {
	width: 750px;
	padding-top: 35px;
	padding-left: 75px;
	padding-bottom: 35px;
	background: #FFFFFF;
}

#copy h3 {
	font-family: Georgia, Times New Roman, Verdana;
	font-size: 22px;
	font-weight: 500;
	text-align:left;
	padding-left:60px;
	color: #1f462b;
}


#footer {
	width: 899px;
	text-align: center;
	padding-top: 5px;
	background-image: url(images/vking_footer.jpg);
}

/* LIGHTBOX */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/photogallery/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/photogallery/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }



