body {
  margin: 0;
  padding: 0;
  font: 1em Verdana, Tahoma, Arial;
  background: #370101;
}

a img {
  border: 0;
}

a.gg {
  text-decoration: none;
  color: #fff;
  font-size: 0.8em;
  font-weight: bold;
}

#max {
  text-align: center; 
  background: #b90504 url(images/bg_body.jpg) repeat-x bottom center;
}

#container {
  margin: 0 auto 0 auto;
  width: 800px;
  background: transparent;
  position: relative; 
  text-align: right; 
}

#top {
  margin: 0 auto 0 auto;
  width: 800px;
  height: 41px;
  background: url(images/bg_top_center.jpg) no-repeat center;
  text-align: left;
}

#topspace {
  width: 183px;
  text-align: center;
  padding-top: 15px;
}

#lay {
  width: 800px;
  height: 158px;
  background: url(images/bg_lay_center2.jpg) no-repeat center;
}

#content {
  margin: 0;
}

#main {
  width: 183px;
  background: url(images/bg_main_y.jpg) repeat-y center;
  text-align: center;
  vertical-align: top;
}

#main ul {
  list-style: none;
  margin: 0;
  margin-top: 20px;
  padding: 0;
}

#main ul li {
  text-align: center;
  width: 183px;
}

#main ul li a {
  color: #fff;
  font-weight: bold;
  text-decoration: none; 
  display: block;
  width: 183px; 
  padding: 10px 0 10px 0;
  letter-spacing: 1px;
  background: url(images/bg_menu_line.gif) no-repeat left bottom; 
}

#main ul li a:hover {
  color: #625823;
  font-weight: bold;
  text-decoration: none;
  background: url(images/bg_menu.gif) no-repeat left bottom;
}

#realcontent {
  width: 617px;
  margin: 0;
  padding: 0;
  text-align: right;
  vertical-align: top;
  
}

#between {
  background: #fff url(images/bg_main2.jpg) no-repeat left top;
  margin: 0;
  padding: 0;
}

#true {
  text-align: justify;
  margin: 0;
  padding: 0 25px 20px 25px;
  font-size: 0.8em;
  min-height: 350px;
}

* html #true {
  height: 350px;
}

#true h1 {
  width: 100%;
  text-align: right;
  font-size: 1.3em;
  color: #625823;
  border-bottom: 1px solid #625823;
  padding-bottom: 5px;
  margin: 0px 0 30px 0;
}

#true h3 {
  width: 100%;
  text-align: center;
  font-size: 0.9em;
  color: #000;
 }

#true p {
 text-indent: 50px;
 line-height: 1.4;
}

#true ol, #true ul, #true li {
  line-height: 1.6;
  font-family: verdana;
}

#true a {
  text-decoration: none;
  color: #625823;
}

#true a:hover {
  text-decoration: underline;
  color: #000;
}

#true td a b {
  font-size: 0.7em;
}

#footer {
  font-size: 0.75em;
  color: #fff;
  margin: 0;
  padding-top: 30px;
  padding-right: 20px;
  background: url(images/bg_bottom_cont.gif) no-repeat top right;
}

* html #footer {
  width: 617px; 
}

.footnav {
  margin-top: -35px;
}

.yellow {
  width: 50%;
  height: 158px;
  background: url(images/bg_lay_left.jpg) repeat-x;
  position: absolute;
  margin-top: 41px;
}

.brown {
  width: 50%;
  height: 158px;
  background: url(images/bg_lay_right.jpg) repeat-x;
  position: absolute; right: 0;
  margin-top: 41px;
}

.class {
  clear: both;
}

/* lightbox */
#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: 50%;
	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: 20%;
	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 50% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 50% 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: 88px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
/* end lightbox */

