body
{
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #130E0D;
	text-align: center;
}

a.menu {
	font-size:11px;
	/*font-weight: bold;      */
	line-height:24px;
	white-space:nowrap;
	text-decoration:none;
}

a.menu:link, a.menu:visited, a.menu:active  {
	color:#EDEDED;  text-decoration:none;
}

a.menu:hover {
	color:#B0B877; text-decoration:none;
}

a.green:link, a.green:visited, a.green:active  {
	color:#B0B877;  text-decoration:none;
}

a.green:hover {
	color:white; text-decoration:none;
}

a:link img.thumbs, a:visited img.thumbs, a:active img.thumbs, a:link img.banners, a:visited img.banners, a:active img.banners {
	border:1px solid #504B48;
}

a:hover img.thumbs, a:hover img.banners {
	border:1px solid #949B64;
}

img.thumbs {
	margin: 11px 11px 0px 0px;
	padding: 4px;
}

img.gallery_img {
	border: 1px solid #333333;
}

font.dateline {
	font-family:arial;color:#888888;font-size:11px;
}

font.green {
        color: #949B64;
}

div#container {
	width: 760px;
	font-family:arial; color:#EDEDED; font-size:11px;
	text-align: left;
	margin-left:auto;
	margin-right:auto;
	margin-top: 20px;
	overflow:auto;
	background-image: url(../images/site/title.jpg);background-repeat: no-repeat;background-position: top right;
	/*border: 1px solid white;  */
}

div#menu {
	width: 740px;
	height: 25px;
	margin-top: 48px;
	letter-spacing: 0.5px;
	word-spacing: 0.3em;
	float: left;
	text-align: right;
	background-image: url(../images/site/line_right.jpg);background-repeat: no-repeat;background-position: bottom right;
}

div#content {
	width: 740px;
	/*height: 550px;*/
	text-align: left;
	float: left;
	overflow:auto;
}

div#about {
	width: 550px;
	height: 400px;
	text-align: left;
	float: left;
}

div#copyright {
	font-family:arial;color:#6F6B6A;font-size:10px;
        width: 740px;
	text-align: right;
	line-height: 25px;
	float: left;
	overflow:auto;
	background-image: url(../images/site/line_right.jpg);background-repeat: no-repeat;background-position: top right;
}

#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: #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: 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: 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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
