body {
	background-color: #e3e1e2;
	font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif;
	margin: 0px;
	}
#container {
	background: url(img/contentBG.jpg) repeat-y;
	width: 992px;
	margin: 0px auto;
	background-color: #fff;
	color: #333;
	}
#top {
	background: url(img/slice09.jpg) repeat-x;
	background-color: #fff;
	margin: auto;
	padding: 0em;	
	}		
#leftNav {
	float: left;
	margin: 0px;
	width: 160px;
	}
#leftNav a:link, #leftNav a:hover, #leftNav a:visited {
	background-color: #bcbbbc;
	border-bottom: 1px solid white;
	color: #fff;
	display:block;
	font-size: .8em;
	list-style-position: inside;
	padding: 10px 15px 10px 7px;
	text-decoration: none;
	text-align: right;
	}
#leftNav a:hover {
	background:#571c5c;
	color:#fff;
	}
#leftNav a:active {
	background:#7ba955;
	color:#fff;
	}		
#content {
	margin-left: 220px;
	padding: 55px 0 55px 0;
	}
#footer {
	background: url(img/footerSlice.jpg) repeat-x;
	background-color: #6b696a;
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 250px;
	}		
img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border:0px;
	}
img.floatRight {
	float: right;
	border: 2px solid #696655;
	margin: 5px;
	}
p {
	padding: 0px 5px; 
	}
h1 {
	font-size: 1.4em;
	color: #696655;
	}	
.footerText  {
	color: #bfbbbb;
	font-size: .65em;
	padding: 20px 0 20px 0; 
	margin: auto;
	width: 997px;
	display: block;
	}
.small  {
	color: #6b696a;
	font-size: .65em;
	}
.about  {
	display: block;
	width: 200px;
	margin-left: 513px;
	padding-bottom: 30px;
	text-align: right;
	font-size: .7em;
	line-height: 1.4em;
	}
#photos img {
	padding: 5px;
	border: 1px solid gray;
	margin: 6px;
	}

#photos img:hover {
	border-color: #000;
	}

#photos {
	overflow-y: auto;
	}

#photos img {
	display: block;
	float: left;
	}
	
/* Styles for 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:img/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(img/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(img/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; }
