body {
	background-color: #000;
	background-image: url(images/bgrd.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 18px;
	text-align: center;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 18px;
	padding-bottom: 10px;
	word-spacing: 1px;
}
.header {
	width: 800px;
	padding: 0px;
	margin: auto;
	text-align: center;
}

.footer {
	width: 690px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	background-image: url(images/coathook.jpg);
	background-repeat: no-repeat;
	text-align: center;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #F60;
	border-right-color: #F60;
	border-bottom-color: #F60;
	border-left-color: #F60;
	border-bottom-width: thin;
	border-bottom-style: solid;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	padding-top: 10px;
	background-position: right bottom;
}


a:link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	color: #FF6600;
}
a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	color: #FF9933;
}
a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #666;
}

a.nav:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 25px;
	text-decoration: none;
	color: #FF6600;
}
a.nav:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	text-decoration: underline;
	line-height: 25px;
	color: #FF9933;
}
a.nav:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 25px;
	text-decoration: none;
	color: #666;
}
.content {
	width: 570px;
	padding-top: 20px;
	padding-right: 60px;
	padding-bottom: 10px;
	padding-left: 60px;
	background-image: url(images/black_opacity.png);
	background-repeat: repeat;
	text-align: center;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #F60;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

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