html, body	{
	margin:0px;
	padding:0px;
	height:100%;
}
body	{
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#061937;
}

#wholePageContainer	{
	width:752px;
	margin:5px auto;
	text-align:center;
	position:relative;
	background-image:url(../images/body_slice.jpg);
	background-repeat:repeat-y;
}


#header	{
	position:relative;
	clear:both;
	width:752px;
	height:144px;
}

#navs	{
    float:left;
	height:auto;
	width:56px;
	background-image:url(../images/nav_backer.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}

#ContentContainer	{
	position:relative;
	clear:both;
	background-image:url(../images/body_slice.jpg);
	background-repeat:repeat-y;
	width:752px;
	text-align:center;
}

#ContentArea	{
    float:right;
	position:relative;  
	height:auto;
	width:610px;
	text-align:left;
	margin:auto;
	background-image:url(../images/body_top.jpg);
	background-repeat:no-repeat;
}

h1 {padding-left:55px;
    padding-right:15px;
    font-size:16px;
	color:#8A061E;
	}
	
h2 {padding-left:15px;
    font-size:16px;
	color:#8A061E;
	padding-left:60px;
}
h3 {font-size:15px;
	color:#8A061E;
	padding-left:60px;
}
h4 {font-size:12px;
	color:#8A061E;
	padding-top:10px; 
	padding-left:60px;
}
h5 {font-size:10px;
	color:#8A061E;
	padding-right:30px;
	padding-left:60px;}

li {font-size:12px; 
    font-weight: bold; 
	padding-left: 5px;
	color:#061937;}
	
ul {padding-left:75px;
    padding-right:25px;
	color:#061937;}

hr
{margin-left:35px;
margin-right:15px;}

#ContentArea p { 
	font-size:12px;
	color:#8A061E;
	text-align:left;
	padding-left:60px;
	padding-right:20px;
}

#ContentArea a:link {
	color:#8A061E;
}
#ContentArea a:visited {
	color: #000000;
}
#ContentArea a:hover {
	color: #666666;
}
#ContentArea a:active {
	color: #cccccc;
}
	
#bottom	{
	clear:both;
	width:752px;
	height:19px;
	position:relative;
}	
#footer	{
    align:center;
	clear:both;
	width:752px;
	position:relative;
	background-color:#ffffff;
}

#footer a:link {
	color:#8A061E;
}
#footer  a:visited {
	color: #333333;
}
#footer a:hover {
	color: #ff0000;
}
#footer a:active {
	color: #000000;
}

#PicRight {float:right; margin-left: 10px; margin-right: 20px; margin-top: 5px; margin-bottom: 0px;
}

#PicLeft {float:left; margin-left: 40px; margin-right: 15px; margin-top: 5px; margin-bottom: 3px;
}

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

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #f7f6f1;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	border: 1px #CCC solid;
border-bottom:0px;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 0px;
	width: 0px;
	z-index: 0;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../image_viewer/images/blank.gif)  no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left; }
#nextLink { right: 0; float: right; }
#prevLink2, #nextLink2 {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#060;
	font-weight:bold;
         cursor:pointer;
         }

#imageDataContainer{
	font: 14px Arial, Helvetica, sans-serif;
	background-color: #f7f6f1;
	width:350px;
	height: 35px;
	border:1px #ccc solid;
border-top:0px;
margin:auto;
	}

#imageData{
	padding:0px 10px 10px 10px;
	}
#imageData #imageDetails{ width: 50%; float: left; text-align: left; }
#imageData #caption{ font-weight: bold; font-size:11px; color:#666; max-height:20px; }
#imageData #numberDisplay{ display: block; clear: left; font-weight: normal; font-size:14px; color:#333; padding-bottom: 5px; }
#imageData #slideshowLink{ width: 55px; float: right; padding:5px 0px 0 0px;}
#imageData #bottomNavClose{ width: 55px; float: right; padding:5px 0px 0 0px; }

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}

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

* html>body .clearfix {
	display: inline;
	width: 100%;
	}

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