body {
	color: #6e6e6;
	font: normal 100% "Trebuchet MS",Verdana,sans-serif;
	background-color: #000;
	
}



h1 {
	color: #760000;
	font: italic bold 3em "Lucida Grande", Lucida, Verdana, sans-serif;
}

a:link {
	color: #fff;
}
a:visited {
	color: #999;
}
a:hover {
	color: #00fcff;
}
a:active {

}



h2 {font: italic 1.8em Tahoma,sans-serif;}
h3{font: italic 1.5em;}

h4{
	font: italic bold 1.8em Tahoma,sans-serif;
	
}

#center {
	position: absolute;
	top: 15px;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	background: #175815 url(images/cornerTR.gif) no-repeat 95% 50px;
	color: #999;
	-moz-border-radius:2ex;
	 -webkit-border-radius:2ex;
	 min-width: 980px;
}

#content {
	position: relative;
	top: 70px;
	padding-bottom: 50px;
}

#text {
	margin-right: 20px;
	margin-left: 20px;
	padding: 15px 70px 35px 15px;
	min-height: 600px;
	min-width: 800px;
}



img {
	margin-right: 20px;
}

#header {
	
	left: 270px;
	position: absolute;
	top: 10px;
	color: #000000;
	}
	
/* navigation */
#navigation {
	
	position: absolute;
	top: 50px;
	height: 80px;
	width:  80%;
	
}

#navlist li {
	display:  inline;
	list-style-type: none;
	padding-right: 1px;
}

/* footer */
#footer {
	border-top: 1px dashed #333;
	color: #fff;
	font: normal 0.7em sans-serif;
	background-color: rgba(0,0,0,0.81);
}

#footer a:link {
	color: #fff;
}
#footer a:visited {
	color: #fff;
}
#footer a:hover {
	color: #fff;
}
#footer a:active {
color: #fff
}

#press-right {
left:25%;
position:absolute;
width:65%
}

#press-left {
width:25%;
position: absolute;
}

.indexleft {
	text-align: left;
	position: absolute;
	top: 142px;
	left: 260px;
}

marquee {
	font-size: 1.5em;
	font-weight: bold;
	color: black;
}

.indexcenter{
	text-align: left;
	position: relative;
	left: 5%;
	width: 85%
}
.indexright {
	text-align: left;
	position: absolute;
	
	top: 320px;
	right: 3%;
	font-size: 0.9em;
}


.heading, .heading TD, .heading TH {
	color: #760000;
	font-weight: bold;
	font-size: 1.2em;
}

.tablemonth {
	font-weight: bold;
	font-style: italic;
	text-align: center;
	font-size: 120%;
}

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* 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; outline: none;}	 	

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

#tabs {
	font-size: 90%;
	margin: 0px 0;
}
#tabs ul {
	float: left;
	background: #dcdcdc;
	width: 98.5%;
	padding-top: 4px;
	-moz-border-radius:1ex;
	 -webkit-border-radius:1ex;
}
#tabs li {
	margin-left: 8px;
	list-style: none;
}
* html #tabs li {
	display: inline;
}
#tabs li, #tabs li a {
	float: left;
}
#tabs ul li.active {
	border-bottom:2px #000 solid;
	background: #760000;
}
#tabs ul li.active a {
	color: #000;
}
#tabs div {
	background: #dcdcdc;
	clear: both;
	padding-left: 15px;
	padding-right: 10px;
	margin-top: 15px;
	width: 100%;
	min-height: 200px;
	-moz-border-radius:1ex;
	 -webkit-border-radius:1ex;
}


#tabs ul li a {
	text-decoration: none;
	padding: 8px;
	color: #000;
	font-weight: bold;
}



