body { background-color: #e3eaf0 }

A:link		{ color: #9a763a; text-decoration: none; weight: bold;} 
A:visited	{ color: #765b2c; text-decoration: none; weight: bold;} 
A:active		{ color: #FF0000; text-decoration: none; weight: bold;} 
A:hover		{ color: #e3eaf0; text-decoration: none; weight: bold;} 

.image{
	border-style:solid;
	border-color: #46371a;
	border-width:2px;
      }

font.nav {
	font-family: georgia, times new roman, serif;
	font-size: 18px;
	color: #46371a;
	line-height: 16px;
	text-align: center;
	letter-spacing: -1px;
	}

font.title {
	font-family: helvetica, verdana, tahoma, arial, sans-serif;
	font-weight: bold; 
	font-size: 18px;
	color: #5b5d60;
	line-height: 16px;
	text-align: center;
	letter-spacing: -1px;
	}

	
font.body { 
	font-family: helvetica, verdana, tahoma, arial, sans-serif;
	font-size:13px;
	color:#46371a;
	line-height: 15px;
	text-align: left; 
	}
	
p { 
	font-family: helvetica, verdana, tahoma, arial, sans-serif;
	font-size:13px;
	color:#46371a;
	line-height: 13px;
	text-align: left; 
	}
	
.container { 
	width:900px;
	margin: 0 auto 0 auto;
	border:0px;
	padding: 10px;	
		min-height:500px;
    	height:auto !important;
    	height:500px;  
	}	
	
.pgborder { 
	width:800px;
	margin: 50px auto 0 auto;
	border:5px solid #46371a;
	padding: 30px;	
	min-height:500px;
    	height:auto !important;
    	height:500px;  
	}

.footer { 
	width:800px;
	margin: 0 auto 0 auto;
	border:0px;
	padding: 30px;	 
	}
	
hr {
	height: 2px;
	color: #46371a;
	text-align: center;
	margin: 25px 25px 25px 250px;
  	width: 300px;
	}
	
hr.b {
	height: 2px;
	color: #46371a;
	text-align: center;
	margin: 30px 25px 30px 250px;
  	width: 300px;
	}
	
/*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/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; }

/* end lightbox */
