body {
	font:12px Arial, Verdana, Sans-serif;
	line-spacing: 4px;
	line-height:140%;
	color: #000000;
	background: #FFEF6F;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

img { 
border-style: none; 
text-decoration: none; 
} 

html, body { /* saves you from the "centering jump" on short pages */
	min-height: 100%;
	margin-bottom: 1px;
}
p {
	font-size: 100%;
}

h2 {
	font: normal 1.4em sans-serif;
	line-height: 1.4em;
	color:#000000;
}

a:link {
color:#cc0000;
text-decoration:none;
}
a:visited {
	color:#cc0000;
	text-decoration:none;
}
a:hover {
color:#cc0000;
text-decoration:underline;
}

/* holder styles */
#holder {
	width: 1000px;
	background: #FFEF6F url(images/faux.gif) repeat-y; /* This image creates the three column faux effect */
	text-align: left;
	margin: 0 auto 0 auto;
}

/* header styles */
#header {
	height: 157px;
	background: #FFEF6F url(images/header.gif) no-repeat center; /* creates the top overlap of the right column */
	margin: 0px 0px 0px 0px;
}

/* navigation styles */
#nav {
	width: 203px;
	float: left;
	padding: 0px 0px; /* side padding is added to total width above for a 160px "real total" */
	text-align: right;
	/*background: #984B5E;*/
}
#nav a:link { 
	color: #736B5E;
	text-decoration: none;
	font-weight: bold;
}
#nav a:visited { 
	color: #666;
}
#nav a:hover, #nav a:active, #nav a:focus {  
	color: #333;
}

/* content styles */
#leftcontent {
	width: 470px;
	margin: 0px 240px;
	padding: 0px;
	text-align: left;
	/*background: #736B5E;*/
}	
#centeredcontent {
	width: 500px;
	margin: 0px 240px;
	padding: 0px;
	text-align: center;
	/*background: #736B5E;*/	
}
#content p {
	text-align: center;
	line-height: 130%;
}


/* third column styles */
#subnav {
	margin: 0px;
	padding: 15px 8px 8px 8px;
	
	float: right;
	width: 200px;
	/*background: #184B5E;*/
}
#subnav p {
	color: #000000; /* third column has a dark color so font must be light for contrast */
}

/* footer styles */
#footer {
	padding: 25px;
	background: #FFEF6F;
	text-align: center;
}

/* miscellaneous styles */
.brclear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}

#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: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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
