#wrapper {	width: 942px;
				margin: 0 auto; 
				text-align: left;
				background-color: #FFFFFF }
				
	#top {		height:20px;
				background: url(images/top.png)}
				
	#background {	float: left;
					width: 942px;
					background: url(images/repeat3.png) repeat-y left top;}
	
	#navleft {	float: left;
				width: 146px;
				height: 526px;
				background-color: transparent;}
				
	#middle {	float:left;
				width: 650px;
				background-color: transparent;}
				
	#header3 {	float: left;
				height: 145px;
				background: url(images/header2.png) no-repeat;}
				
	#content {	float: left;
				width: 650px;
				background-color: #FFFFFF;}
	
	#contentbox {	font-family: Arial, san-serif;
					margin: 15px 75px 10px 50px;
					padding: 1px 0px 5px 15px;
					font-size: 0.8em;
					line-height: 1.5;
					text-align: justify;
					font-weight: 400}
					
	#navright {	float: right;
				width: 146px;
				height: 526px;
				background-color: transparent;}
				
	#bottom {	float: left;
				width: 942px;
				height: 31px;
				background: url(images/bottom.png) no-repeat left bottom;}
				
	#final {	float: left;
				width: 942px;
				font-family: Arial, san-serif;
				font-size: 0.75em;
				color: #666036;
				background-color: transparent;
				text-align: center;}
				
	body {color: #686868}
	
	.title {font-family: Arial, san-serif;
    		font-weight: bold;
    		font-size: 1.55em;
    		color: #686868;
    		line-height: 1.25;
    		text-transform: uppercase;
    		letter-spacing: 1px;}
    		
    .italic {	font-style: italic;}
    
    .section {font-family: Arial, san-serif;
    		font-size: 100%;
    		color: #FF0000;
    		font-weight: 200;
    		line-height: 1.5;
    		text-align: center;}
    		
    .section2 {font-family: Arial, san-serif;
    		font-size: 100%;
    		color: #686868;
    		line-height: 1.5;
    		text-align: center;}
    
    .label {font-family: Arial, san-serif;
    		font-size: 85%;
    		color: #686868;
    		line-height: 1.25;
    		text-align: center;}
    
    .info {	text-align: center}
    		
    .small {	font-size: 0.75em;}
    
    img {	border: 0;}
    
    .fine {	font-family: Arial, san-serif;
    		font-size: 85%;
    		color: #686868;
    		line-height: 1.25;
    		text-align: center;}
    
    a:link 
	{	text-decoration: underline; 
		font-weight: normal;
		color: #999999}
	
	a:visited 
	{	text-decoration: none;
		font-weight: lighter;
		color: #999999}
	
	a:hover 
	{	text-decoration: none;
		font-weight: normal; 
		color: #C4C4C0}
		
	a:active 
	{	text-decoration: none;
		font-weight: normal;
		color: #C4C4C0}
		
	.footerlinks {font-family: Arial, san-serif;
    		line-height: 1.5em;
    		text-align: center}
    		
    h2 {	font-family: Arial, san-serif;
    		line-height: 1.5em;
    		font-size: 85%;
    		text-align: center;
    		font-weight: lighter;}	

body { margin: 0px;
	   padding: 0px; }
	   
a:visited img {color: #000000; border: 2px}

a:hover img {filter:alpha(opacity=50);
-moz-opacity:0.5;
opacity:0.5;
-khtml-opacity:0.5;}
	  
td {text-align: center;}

#lytebox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lytebox 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 */
	}	
	