	body {
		background: #434343;
		margin: 0px 0px 0px 0px;
		padding: 0;
		font-family:  Arial, Trebuchet MS,sans-serif;
		text-align: center;
		background-image: url(images/bg.jpg);
		
		}
			
	
	#container {
		background: url() 0% 100% repeat-x;
		}
	
	#wrapper {
		text-align: left;
		margin: 0 auto 0 auto;
		padding:0;
		background-color:#f7ffea;
		width: 800px;
		}
	
	#header {
		background: url(images/header.jpg) 50% 0% no-repeat;
		width: 800px;
		height: 141px;
		}
	
	#content {
		background: #f7ffea;
		width: 800px;
		margin: 0px 0 0 0px;
		color: #333;
		font-size: 12px;
		line-height: 18px;
		background-image:url(images/bg_content.jpg);
		}
	
	#content a {
		color: #000;
		text-decoration:none;
		}
	
	#content a:hover {
		color: #4c6d25;
		text-decoration:underline;
		}
	
	#col {
		float: left;
		}
	
	#col-1 {
		width: 400px;		
		float: left;		
		margin-left: 30px;
		margin-top: 20px;
		}
	
	#col-2 {
		width: 300px;
		float: right;
		margin-top: 20px;
		margin-right: 35px;
		
		font-size: 14px;
		color: #000;
		line-height: 20px;
		}
		
		
	#col-3 {
		width: 750px;
		float: left;
		margin-top: 20px;
		margin-right: 15px;		
		margin-left: 15px;	
		font-size: 11px;
		color: #000;
		line-height: 20px;
		}	
	
	
	#col-4 {
		width: 200px;
		float: left;
		margin-top: 0px;
		margin-right: 15px;		
		margin-left: 25px;	
		font-size: 11px;
		color: #000;
		line-height: 20px;
		}	
		
	
	

	
	.subhead {
		color: #000;
		font-family: Verdana;
		font-size: 14px;
		line-height: 20px;
		font-weight:800;
		}
		
	.content {font-size: 12px}
	
	.spacer {
		clear: both;
		}
		
		
	#footer {
		background: url(images/footer.jpg) no-repeat;
		height: 127px;		
		width: 800px;
	
			
		}		
		
	.copyright {
		font-size: 10px;		
		margin: 0px;
		padding: 0px;
		color: #000;
		text-align:left;
		}
		
		
		
		
		
		
		
		
		
#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 */
	}	
	
