#holder {
	margin-left: auto;
	margin-right: auto;
	margin-bottom:0;
	position: relative;
	width: 750px;
	border-left: 3px solid black;
	border-right: 3px solid black;
	text-align:left;
	background-color:#feffbc;
	background-image: url(/images/bg.gif);
	background-repeat: no-repeat;
	background-position: 320px 200px;
}
body {
	text-align: center;
	margin:0;
	background-color:#b33706;
}

#nav{
	text-align:right;
	padding-right: 1em;
}
#sidebar {
	float: left;
	width: 200px;
	font: .9em Verdana, Arial, Helvetica, sans-serif;
	padding-left:1.5em;
	margin-top:-1em;
}

#sidebar h1{
	font-size:1.2em;
}

#sidebar img{
	border: 1px solid black;
	margin-bottom:2em;
}

#nav ul{
	list-style:none;
	display:inline;
	font: .7em Verdana, Arial, Helvetica, sans-serif;	
}

#nav li{
	list-style:none;
	display:inline;
}
#footer {
	border-top:1px dotted black;
	clear: both;
	text-align: left;
	position: relative;
	color:black;
	/*color: #FEFFBC;*/
	font: .7em Arial, Helvetica, sans-serif;
	padding-left:2em;
	padding-bottom:2em;
}

#footer ul {
	list-style-type: none;
	display: inline;
	margin: 0px;
	padding:0px;
}

#footer li{
	list-style-type: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}

#footer img{
	border:1px solid black;
	margin-right:5px;
	float:left;
}

#footer li a:link, #footer li a:visited{
	text-decoration:none;
	color:black;
	/*#FEFFBC;*/
}

#content {
	margin-left: 250px;
	margin-right: 50px;
	margin-bottom:0;
	padding-bottom:5em;
	position: relative;
	font: .8em Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
	background-position: 15px 30px;
}
#nav a:link, #nav a:visited {
	text-decoration: none;
	color: #339800;
}

#nav a:hover{
	text-decoration:underline;
}


#content h1{
	margin-left: -1em;

	font-size:1.3em;
	font-weight:bold;
}

#content .menu_sect h2{
    margin-bottom:0;
    color:#339800;
    
}

#content .menu_sect h3{
    margin-bottom:0;
}

#content .menu_sect p{
    margin-top:0;
}

.menu_sect{
  border-top:1px solid black;
}

#content .float_right{
	margin-left:5px;
	float:right;
	border: 1px solid black;
}

#content .float_left{
	margin-right:5px;
	float:left;
	border: 1px solid black;
}

#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(../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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	
.thumb{
	text-align:center;
	display:inline;
	margin:10px;
	width:105px;
	height:105px;
}

.thumb img{
	border:0px;
}