* {
	margin: 0;
	padding: 0;
	}
	
body {
	font: 12px Georgia, "Times New Roman", Times, serif;
	background: #1f1a17 url(/images/bg_body.gif) top left repeat-x;
	}
	
img {
	border: none;
	}
	
h3 {
	margin: 0 0 30px 0;
	}
	
p {
	margin: 0 0 15px 0;
	line-height: 125%;
	}
	
#wrapper {
	margin: 0 auto;
	width: 980px;
	}
	
#banner {
	padding: 0 5px 0 0;
	width: 975px;
	height: 31px;
	}
	
#banner img {
	float: right;
	}
	
#content {	
	width: 980px;
	background: #fff url(/images/bg_watermark.gif) no-repeat bottom left;	
	}
	
#content a {
	color: #6f8186;
	text-decoration: underline;
	}
	
#content img,
#text {	
	float: left;
	border-right: 4px solid #fff;
	border-bottom: 4px solid #fff;
	}
	
#text {
	padding: 36px;
	width: 405px;
	height: 280px;
	color: #333;
	background: url(/images/bg_content.jpg) top left no-repeat;
	}
	
h1 {
	margin: 0 0 14px 0;
	font-size: 200%;
	}
	
#text p,
#text ul {
	font-size: 150%;
	line-height: 130%;
	}
	
#text ul {
	margin: 0 0 18px 20px;
	}
	
.survey #text p,
.survey #text ul {
	font-size: 120%;
	line-height: 130%;
	}
	
.survey #text ul {
	margin: 0 0 18px 20px;
	}
	
.survey #text a {
	color: #fff;	
}
	
	
.divider {
	margin-top: 10px; 
	padding-top: 10px; 
	}
	
.divider2 {
	margin-top: 30px; 
	padding-top: 30px; 
	border-top: 2px solid #ccc;
	}
	
.thumbs img {
	margin: 0 4px 0 0;
	float: left;
	}
	
#footer {
	padding: 0 8px 20px 8px;
	width: 964px;
	font-size: 85%;
	color: #ccc;
	text-align: right;
	/* background: url(/images/bg_footer.gif) top left no-repeat; */
	}
	
#contact {
	font-size: 110%;
	margin: 0 0 0 20px; 
	text-align: left;
	float: left;
	}
	
#footer a {
	color: #ccc;
	text-decoration: none;
	}
	
#footer a:hover {
	text-decoration: underline;
	}
	
#footer img {
	margin: 0 0 0 20px;
	float: right;
	}
	
#footer p {
	padding: 15px 0 0 0;
	}
	
/* LIGHTBOX */

#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(/fk/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/fk/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;
	}
	
/* END LIGHTBOX */
