﻿html, body {
	margin: 0px;
	padding: 0px;
}
body {
	font: 100% Tahoma, Arial, sans-serif;
	background: #400000 url(img/bg.gif) repeat-y fixed center;
	text-align: center;
}
* {
	padding: 0px;
	margin: 0px;
}
h1 {
	font: normal bold 100% Tahoma, Arial, sans-serif;
	color: #f00;
	margin: 0px;
	padding: 10px;
}
p {
	margin: 0px 10px 5px 10px;
}
#header {
	background: #000 url(img/title.gif) no-repeat top center;
	text-align: center;
	width: 800px;
	height: 300px;
	margin: 0px auto 0px auto;
}
#container {
	width: 800px;
	margin: 0px auto 0px auto;
	text-align: left;
}
#wrapper {
	float: left;
	width: 100%;
}
#content {
	margin: 0 150px;
	background: #c0c0c0 url(img/content_bg.jpg) repeat-x;
}
#content a {
	display: inline;
	color: #f00;
	padding: 0px;
	text-decoration: underline;
}
#content a:hover {
	text-decoration: underline;
	color: #fff;
}
#content a:visited {
	color: #666;
}
#quotebox {
	width: 90%;
	color: #ccc;
	font: italic 100% Times, serif;
	padding: 20px;
}
#box {
	background: #666 url(img/divider1.gif) no-repeat bottom right;
	width: 75%;
	text-align: left;
	color: #fff;
	margin: 0px auto 0px auto;
	padding: 10px;
	border-top: 2px solid #000;
	border-right: 2px solid #444;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #444;
}
#calendar {
	text-align: center;
	margin: 0px auto 0px auto;
	background: #000;
	color: #fff;
}
#calendar a {
	color: #f00;
	text-decoration: underline;
}
#calendar a:hover {
	text-decoration: underline;
	color: #fff;
}
#leftside {
	float: left;
	width: 150px;
	margin-left:-799px;
	text-align: center;
	padding-top: 20px;
	color: #fff;
}
#leftside a {
	color: #800;
	text-decoration: underline;
}
#leftside a:hover {
	text-decoration: underline;
	color: #f00;
}
#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navigation li {
	margin: 0px;
	list-style-type: none;
}
#navigation a {
	display: block;
	width: 150px;
	padding: 2px 0px 2px 0px;
	text-decoration: none;
}
#navigation #current {
	background: url(img/blood.gif) no-repeat bottom center;
	color: #fff;
}
#navigation a:link {
	color: #800;
}
#navigation a:active, #navigation a:visited {
	color: #666;
}
#navigation a:hover {
	color: #f00;
	text-decoration: none;
}
#rightside {
	font: 100% Tahoma, Arial, sans-serif;
	color: #ccc;
	text-align: left;
	float: left;
	width: 150px;
	margin-left:-150px;
}
#rightside a {
	text-decoration: underline;
	color: #fff;
}
#rightside a:hover {
	text-decoration: underline;
	color: #f00;
}
#rightside p {
	font: normal 76% Tahoma, Arial, sans-serif;
}
#footer {
	clear:left;
	width:100%;
	color: #f00;
	text-align: center;
	font: normal 70% tahoma, sans-serif;
	letter-spacing: 2px;
}
#footer a {
	text-decoration: underline;
	color: #f00;
}
#footer a:hover {
	text-decoration: underline;
	color: #fff;
}
#footer a:visited {
	color: #666;
}
#footer p {
	margin: 0;
	padding: 5px 10px;
}
#subfooter {
	margin: 0px auto 0px auto;
	clear:left;
	width:850px;
	color: #c00;
	text-align: center;
	font: normal 70% tahoma, sans-serif;
	letter-spacing: 3px;
}
#subfooter a {
	text-decoration: underline;
	color: #f00;
}
#subfooter a:hover {
	text-decoration: underline;
	color: #c0c0c0;
}
#subfooter p {
	margin: 0;
	padding: 10px;
	text-align: right;
}
.smallfont {
	font: normal 90% tahoma, sans-serif;
	color: #f00;
}
.darkred {
	color: #800;
	font-weight: bold;
}
.red {
	color: #f00;
}
.c {
	text-align: center;
}
.j {
	text-align: justify;
}
.r {
	text-align: right;
}
img {
	border: 0px;
	padding-top: 5px;
}
#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;
}
#nextLink {
	width: 49%;
	height: 100%;
	background: transparent url(img/blank.gif) no-repeat;
/* Trick IE into showing hover */	display: block;
}
#prevLink {
	width: 49%;
	height: 100%;
	background: transparent url(img/blank.gif) no-repeat;
/* Trick IE into showing hover */	display: block;
}
#prevLink {
	left: 0;
	float: left;
}
#nextLink {
	right: 0;
	float: right;
}
#prevLink:visited:hover {
	background: url(img/prev.gif) left 15% no-repeat;
}
#prevLink:hover {
	background: url(img/prev.gif) left 15% no-repeat;
}
#nextLink:visited:hover {
	background: url(img/next.gif) right 15% no-repeat;
}
#nextLink:hover {
	background: url(img/next.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;
}
hr {
	border : 0 none;
	border-top : 1px solid #400;
	width : 75%;
	height : 1px;
	text-align : center;
	clear : both;
	padding : 2px 0 2px 0;
}
.formcenter {
	margin: 0px auto 0px auto;
	text-align: center;
	width: 145px;
	font: 10px Verdana, Helvetica, sans-serif;
	color: #f00;
}
.tablecenter {
	margin: 0px auto 0px auto;
	width:140px;
	text-align: center;
}
pre {
	border: solid 1px #400;
	font-size: 1em; 
 	color: #000; 
	margin: 10px; 
	padding:20px; 
	background: #fff;
	overflow: auto;
}
code {
	font-size:1em; 
	color: #000;
}