html, body, form, fieldset {
margin: 0;
padding: 0;
}


body {
background: #a88764;
background-image: url(bg.png);
background-repeat:no-repeat;
background-position: top;
background-attachment: fixed;
color: #000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 1.5em;
text-align: center;
}



/* Normal link */
a:link, a:visited {
 font-size: 11px;;
 font-family: Helvetica;
 color: #000000;
 padding: 2em;
}

a:hover, a:active {
color: #FFFFFF;
font-weight: bold;
}

a img {
border: none;
}

h1 {font-size: 200%; color: #FFFFFF;}
h2 {font-size: 175%; color: #FFFFFF;}
h3 {font-size: 150%;}
h4 {font-size: 125%;}
hr {
border-bottom: 0;
border-left: 0;
border-right: 0;
border-top: 1px solid #EEEEEE;
height: 1px;
}

br {
height: 1px;
font-size: 1px;
}

td, th, div {
font-size: 100%;
text-align: left;
}

html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
} 
 
#pagewidth{ 
 width:800px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:242px;
 background-image: url(header.png);
 background-repeat:no-repeat;
 background-position: top;
 width:100%;
} 
 
#leftcol{
 width:30%; 
 height:375px;
 float:left; 
 position:relative; 
}
 
#maincol{
 float: right; 
 display:inline; 
 position: relative; 
 width:65%; 
 height:375px;
 background-color: #c6b198;
 opacity:0.7; 
 color: #000000;
 margin-right: 0.5em;
}
 
#footer{
 height:165px;  
 width: 100%;
 margin-top: 3em;
 clear:both;
 position: relative;
 padding-left: 3.5em;
} 
 
.maintext{
padding: 20px;
}
 
.menu{
 list-style: none;
}

.menu a {
 font-size: 1.75em;
 font-family: Helvetica;
 font-weight: lighter;
 color: #999965;
 padding: 2em;
}

.menu a:hover {
 color: #FFFFFF;
 font-weight: bold;
}

.menu li {
 background-image: url(menubg.png);
 background-repeat:no-repeat;
 background-position: top;
 height: 66px;
 padding: 1em;
}
 
/* *** Float containers fix:
http://www.csscreator.com/attributes/containedfloat.php *** */ 
.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 */  


 
/*printer styles*/ 
@media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

#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/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/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; }

