<style type="text/css">

<!--

a:link { text-decoration:none; font-weight:normal; color:#FFFFFF }
a:visited { text-decoration:none; font-weight:normal; color:#FFFFFF } 
a:hover { text-decoration:none; font-weight:normal; color:#FFFFFF; background-image:url('images/button.jpg') } 
a:active { text-decoration:none; font-weight:normal; color:#FFFFFF }

body {
    background-color:#000000;
    color:#FFFFFF;
    font-family:Mistral,'Trebuchet MS',Arial,Tahoma;
    font-size:16px;
    background-image:url('images/background.jpg');
    overflow-x: hidden;
}

#body {
	position:relative;
	top:-16px;
	padding-top:1px;
	width:100%;
}

#menu {
	position:absolute;
	width:99%;
	height:40px;
	top:136px;
	background-image:url('images/menu.jpg');
	z-index:1;
	font-size:22px;
	vertical-align:bottom;
}

#content {
	position:relative;
	width:748px;
	height:800px;
	top:17px;
	background-color:#000000;
	background-image:url('images/content.jpg');
	background-repeat:no-repeat;
    font-family:'Trebuchet MS',Arial,Tahoma;
    font-size:16px;
    padding-right:60px;
    padding-left:60px;
}

a.nav:link { text-decoration:underline; font-weight:normal; color:#FFFFFF }
a.nav:visited { text-decoration:underline; font-weight:normal; color:#FFFFFF } 
a.nav:hover { text-decoration:none; font-weight:normal; color:#FFFFFF; background-image:url('images/blank.gif'); }
a.nav:active { text-decoration:underline; font-weight:normal; color:#FFFFFF }

.button {
	height:40px;
	background-image:url('images/button.jpg');
}

img {
	border-color:#000000;
	border-style:solid;
}

img.floatRight { 
    float: right; 
    margin: 4px; 
}

DIV {-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding: 0;}

#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#lightbox a img { 
	border: none;
}

#outerImageContainer {
	position: relative;
	background-color: #000000;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#imageContainer {
	padding:0px;
}

#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: 105%;
	z-index: 10;
}

#imageContainer>#hoverNav { left: 0;}

#hoverNav a { outline: none;}

#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	background: transparent url(images/blank.gif) no-repeat; /* 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/prevlabel.gif) left 15% no-repeat; }

#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer {
	font-size: 16px;
	font-family: 'Trebuchet MS', Arial, Tahoma;
	background-color: #000000;
	margin: auto;
	line-height: 22px;
}

#imageData{	padding: 0 10px; }
#imageData #imageDetails{ width: 60%; float: left; text-align: left; }
#imageData #caption{ font-weight: normal; }
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}
#imageData #bottomNavClose{ width: 66px; float: right;  height: 22px; padding-bottom: 0px;	padding-top: 0px; }

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 110%;
	height: 500px;
	background-color: #000000;
}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
	
-->

</style>