body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-color: #140B04;
	background-image: url(images/backdrop.jpg);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	text-decoration: none;
	color:#66CC00;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

#logo {
	position:absolute;
	left:0px;
	top:0px;
	width:307px;
	height:125px;
	z-index:4;
}
#nav {
	position:absolute;
	left:0px;
	top:185px;
	width:204px;
	height:318px;
	z-index:3;
}
#nav a.highlight {
	color: red;
}
#nav a.highlight:hover {
	color: #66ccff;
}
#content {
	position:relative;
	left:235px;
	top:90px;
	width:700px;
	z-index:2;
}
#tabs {
	position:absolute;
	left:440px;
	top:0px;
	width:461px;
	height:92px;
	z-index:1;
}
#footer {
	position:relative;
	left:0px;
	top:0px;
	width:732px;
	height:146px;
	z-index:5;
}

div#photos img {
	border: 0px solid #CCCCCC;
}
div#photos {
	color: #FFFFFF;
	border:none;
	margin-right: 2px;
	margin-left: 2px;
	padding-top: 0px;
	margin-bottom: 0px;
	z-index:1;
}
.navigation{ font-size: 1.8em; line-height:1.2em; font-weight: bold; color:#ffffff; text-align: right; letter-spacing: -0.05em; word-spacing:-0.05em; }
.navigation a{
	text-decoration:none;
	color:#FFFFFF;
}
.navigation a:hover{
	color:#66CCFF
}
.heading {
	font-size: 2.5em;
	line-height:1em;
	font-weight: bold;
	color:#669900;
	letter-spacing: -0.05em;
	word-spacing:-0.05em;
	margin: 0.2em 0 0.1em 0px;
	padding-right:10px;
	}
	
.subheading {
	font-size: 1.6em;
	line-height:1em;
	font-weight: bold;
	color:#669966;
	letter-spacing: -0.05em;
	word-spacing:-0.05em;
	margin: 0.2em 0 0.1em 0px;
	}
.footer {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	padding-bottom:10px;
}
.footer a{
	color: #FFFFFF
}
.footer a:hover{
	color:#FFCC00;
}
hr { padding: 1px 0; background-color: #669900; border: 0; }
h4 { vertical-align: baseline; margin: 4px; }
h2 { padding: 3px 0; }
textarea { width: 385px; height: 200px; margin-bottom: 5px; border: 1px solid #669900; white-space: pre; overflow: auto; } 