html {
    padding: 0;
    margin: 0;
	height:100%
    }


body {
    margin: 0;
    background: #DE6933 url(../images/mainbg..jpg);
	color: #e4e679;
    font-family:Tahoma,"Lucida Grande",Arial, sans-serif;
    font-size: .875em;
	min-height:101%}

a {text-decoration: none; }
a:link {color:black;}
a:visited {color: black;}
a:active {color:black;}
a:hover{color:#D7D974}
a img{ border:0}
  

#main{
    width:100%;
    border:0;
    text-align: center;
}    



#header{
text-align: center;
width: 100%;
height: 114px;
background: #D7D974 url(../images/stripetileho.jpg) repeat-x;
}


#container{
width:950px;
height:100%;
margin:0 auto;
text-align:center
}

#mainmenu{
width: 950px;
height: 20px;
background: #DA541F;
text-align: center;
letter-spacing:1px;
}

#mainmenu ul{
font-family:"Lucida Sans Unicode","Futura",Arial;
width:950px;
margin:0;
padding:3px 0 3px 3em;
text-align:center;
font-size:90%}

#mainmenu li{
display:inline;
font-weight:bold;
padding:0 4em 0 0em;
}

#mainmenu a:link{color:black}
#mainmenu a:visited{color:black}
#mainmenu a:hover{color:#D7D974}

#bigsection{
width: 900px;
height:100%;
background: #DE6933;
padding: 30px 0 25px 0;
margin:0 auto;
}

#bigsection p{
margin:1em 20em 1em 20em;
line-height:30px;
text-align:left;
}

.black {
	font-size: 1.15em;
	font-weight: bold;
	margin-left:8px;
}


.thumb
{margin:0 8.5px 15px 8.5px!important;
}

#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: #d9dd7c;
	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: #d9dd7c;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: black; }
#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; color:black	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #d9531e;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
	