

body {
padding: 10px;
margin: 2 2 2 2;
background-color: #000000;
text-align: center; /*To make IE 5 for Windows center pagewrapper division on screen */
font-family: verdana, arial, helvetica, sans-serif;
font-weight: normal;
}


#pagewrapper {
/* Styles borders, colors, margins, etc. for entire page */
width: 1000px; /* Set width for entire page contents container */
padding: 12px; /*To provide consistent padding between all inner content containers and edge of page wrapper div */
margin: 0 auto 0 auto; /*Center pagewrapper div on screen*/
text-align: left; /*left align all content within pagewrapper */
border: 0px;
}


#header {
border: 2px solid #000000;
text-align: center;
background-color: #000000;
}

#menu {
float: left;
margin-top: 5px;
width: 160px;
height: 431px;
border: 0px;
}


#menu ul {
padding: 0;
margin: 0;
list-style: none;
}



#menu li {
padding-top: 10px;
padding-left: 15px;
}

#content1 {
height: 575px;
margin-top: 0px;
margin-left: 0px;
padding: 8px;
border: 0px solid;
}


#content2 {
height: 890px;
margin-top: 0px;
margin-left: 0px;
padding: 8px;
border: 0px solid;
}

#content3 {
height: 200px;
margin-top: 0px;
margin-left: 0px;
padding: 8px;
border: 0px solid;
}

#footer {
clear: both;
border: 0px solid #000000;
height: 50px;
text-align: center;
margin-top: 5px;
}


#footer ul li {
display: inline;
list-style: none;
margin-left: 20px;
font-size:10px;
}


.bodytext {
color: #ffffff;
font-family: arial;
font-size: 12px;
}



h1 {
color: black;
font-size: 48px;
font-family: verdana, arial, helvetica, geneva, sans-serif;
}



h2 {
color: #000000;
font-size: 36px;
margin: 0;
} 

h3 {
color: #ffffff;
font-size: 12px;
margin: 0;
} 

.left {background: #959595;
border-style: solid;
border-width: 5px;
border-color: #990000;}

.right {background: #000000;
border-style: solid;
border-width: 5px;
border-color: #990000;}

.center {background: #990000;}

#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;
	}

#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;
	}
	

/* 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 */ 

a:link {color: #fff;}
a:visited{color: #fff;}
a:hover{color: #f00;}
a:visited img {border: 2px solid #fff; }
a:img {border: 2px solid #fff; }
a:hover img {border: 2px solid #f00; }


