#wrapper {
	padding: 0px;
	width: 770px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-right: 10px;
	border-bottom: 0px;
	border-left: 10px;
}
#footer {
	text-align: right;
	vertical-align: text-bottom;
	padding: 0px;
	background-color: #CCCCCC;
	clear: right;
	margin: 3px;
	width: 764px;
	height: 0px;
	float: right;
	bottom: auto;
	clip: rect(auto,auto,auto,auto);
}
#headernav {
	padding: 0px;
	width: 770px;
	height: 32px;
	background-color: #FAF8E7;
}
#headernav p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	letter-spacing: 1px;
	text-align: center;
	vertical-align: middle;
	padding: 8px;
	font-style: normal;
}
#logoarea {
	width: 770px;
	margin: 0px;
	padding: 0px;
	height: 76px;
	text-align: center;
	background-color: #FAF8E7;
}
#mainnav {
	width: 281px;
	height: 209px;
	padding: 0px;
	background-color: #FAF8E7;
	margin: 0px;
	float: left;
}
#navandphotoarea {
	height: 209px;
	width: 770px;
	margin: 0px;
	padding: 0px;
	background-color: #FAF8E7;
}
#photoarea {
	width: 489px;
	float: right;
	height: 209px;
	margin: 0px;
	padding: 0px;
}
#header {
	margin: 0px;
	padding: 0px;
	height: 108px;
	width: 770px;
	background-color: #FAF8E7;
}

#textcontent {
	width: 770px;
	height: 520px;
	clear: both;
	float: left;
	background-color: #FAF8E7;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4E4E4E;
      margin: 0;
      padding: 0; 

}
#textbox {
	float: right;
	width: 459px;
}
#secondarynav {
	width: 279px;
	float: left;
	clear: both;

}
#maintextarea {
	padding: 5px;
	margin: 5px;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #535353;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #535353;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #535353;
	text-decoration: underline;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	text-decoration: none;
	color: #535353;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	line-height: 20px;
	text-transform: lowercase;
	font-style: normal;
	color: #535353;
	font-weight: normal;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FAF8E7;
	font-weight: normal;
	font-style: normal;
	margin: 3px 5px 3px 7px;
}

#lightbox{
	position: absolute;
	top: 10px;
	left: 0;
	width: 100%;
      height: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #FAF8E7;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 10%;
	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: #FAF8E7;
	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: 20;
      width: 100%; 
      height: 100%; 
	background-color: #333333;
      filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 100%; 
	clear: both; 
	visibility: hidden;
	}
