body {margin: 0;padding: 0;background: #FFF repeat-x;text-align: center;}
#container {
	width: 875px;
	margin:0 auto;
	background: #FFF url(images/container.jpg) repeat-y;
	text-align: justify;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
	font-size: 11px;
	line-height: 14px;
}
#header {background: #FFF url(images/slice_01.jpg) no-repeat;height: 226px;width: 875px;margin: 0;padding: 0;}
#topmenu {width: 300px;position: absolute;top: 135px;text-align: left;margin: 0 auto;}
#topmenu ul {margin-left: 0;display: inline;list-style-type: none;padding: 0;position: relative;left: 270px;}
*html #topmenu ul {margin-left: 0;display: inline;list-style-type: none;padding: 0;position: relative;left: 50px;}
#text {background: url(images/slice_02.jpg) no-repeat;width: 875px;margin: 0;padding: 0;}

#footer_top {background: #FFF url(images/container.jpg) repeat-y;height: 10px;width: 875px;clear: both;text-align: center;}
#footer_top a, #footer_top, #footer_bg, #footer_bg a {font: 11px "Trebuchet MS", Verdana, Arial, Helvetica;text-decoration: none;color: #000000;}
#footer_bg a:hover {color: #FFF;}
#footer_bg {background: #FFF url(images/container.jpg) repeat;height: 10px;width: 875px;text-align: center;}
#footer {background: #FFF url(images/container.jpg) no-repeat;height: 17px;width: 875px;}

#sidebar {width: 250px;float: right;margin-right: 20px;display: inline;}
#sidebar a {text-decoration: none;color: #4F2918;}
#content {width: 520px;float: left;margin-left: 50px;display: inline;}
#content a {text-decoration: none;color: #4F2918;}
#content a:hover {color: #FFFFFF;}
#content b {font-weight: bold;color: #4F2918;}
#content i {font-style: normal;font-weight: bold;color: #4F2918;}
h2 {font: normal 14px "Trebuchet MS", Verdana, Arial, Helvetica;color: #000000;text-transform: none;}
h3 {clear: both;font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica;text-transform: none;letter-spacing: 0;color: #000000;}
h5 {font: normal 11px/16px "Trebuchet MS", Verdana, Arial, Helvetica;color: #000000;text-transform: none;}

#content .block {margin: 10px 0;clear: both;padding: 0;}
#content .block p {width: 355px;display: block;float: right;margin: 0 0 5px;}
#contentElement1 {height: 0;font: 11px Arial, sans-serif;color: #42b9e3;margin: 0 auto;overflow: hidden;}


#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;
	}
