body {
	background-color:#382115;
	margin:0 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
}
#main {
	width:800px;
	margin:0 auto 0 auto;
}
#header {
	width:800px;
	height:138px;
	background-image:url(../images/photo_gallery_header.jpg);
}
#thumbnail_directions {
	width:760px;
	text-align:left;
	padding:25px 10px 10px 30px;
	color:#eae5b2;
	font-size:12px;
}
#thumbnail_directions a {
	color:#83958f;
	text-decoration:none;
}
#thumbnail_directions a:hover {
	text-decoration:underline;
}
/*** PHOTO ALBUMS ***/
.photo_album {
	width:100%;
	margin:10px 0 0 60px;
	height:130px;
	font-size:12px;
	color:#FFFFFF;
}
.album_cover {
	background:url(../images/album_cover_bg.gif) top left no-repeat;
	width:86px;
	height:65px;
	padding:22px 18px 9px 28px;
	overflow:hidden;
	float:left;
	margin-right:20px;
}
.album_cover_photo {
	width:86px;
	height:65px;
	overflow:hidden;
}
.photo_album_headline {
	width:648px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#eae5b2;
	float:left;
	margin-top:20px;
}
.photo_album_headline a {
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	color:#eae5b2;
	text-decoration:none;
}
.photo_album_headline a:hover {
	text-decoration:underline;
}
.photo_album_subhead {
	width:590px;
	margin:10px 0 10px 58px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	float:left;
}
.photo_album_subhead a {
	color:#83958f;
	text-decoration:none;
	margin-left:15px;
}
.photo_album_subhead a:hover {
	text-decoration:underline;
}
.photo_album_footer {
	width:450px;
	border-bottom:solid 2px #918766;
	float:left;
}
/*** PHOTO THUMBNAILS ***/
.photo_thumbnails a img {
	padding:5px 5px 5px 5px;
	border:solid 2px #83958f;
}
.photo_thumbnails a:hover img {
	border:solid 2px #FFFFFF;
}
#number_of_photos {
	width:780px;
	text-align:right;
	padding:10px 10px 10px 10px;
	color:#FFFFFF;
	float:left;
	font-size:14px;
}
#number_of_photos a {
	margin:0 20px 0 20px;
	color:#83958f;
	text-decoration:none;
}
#number_of_photos a:hover {
	text-decoration:underline;
}
#footer {
	width:390px;
	text-align:left;
	padding:10px 10px 10px 10px;
	color:#debe81;
	float:left;
	font-size:14px;
}
#lightbox{
	position: absolute;
	top: 40px;
	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;
	}

#imageData{
	padding:0 10px;
	}
#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;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	