* {
	margin: 0;
	padding: 0;
	} 
a {
	text-decoration: none;
	}
body {
	background: #000;
	margin: 0 0 30px 0;
	font-family: Georgia, serif;
	font-size: 1em;
	color: #fff;
	}
img {
	border: none;
	}

#top {
	width: 950px;
	height: 22px;
	margin: 0 auto;
	padding: 128px 0 0 0;
	background: url('etc/graphics/top.png') no-repeat #000;
	}
#top ul {
	display: block;
	width: 950px;
	margin: 0 auto;
	text-align: center;
	margin: 15px 0 -15px 0;
	float: left;
	height: 1px;
	background: #3D4500;
	}
#top li {
	list-style: none;
	display: block;
	float: left;
	width: 190px;
	position: relative;
	z-index: 2;
	margin: -1.2em 0 0 0;
	}
#top li a {
	color: #fff;
	font-size: 1.5em;
	display: block;
	width: 100%;
	padding: 2px 1px 2px 1px;
	filter: alpha(opacity=80);
	-moz-opacity: .80;
	opacity: .80;
	}
#top li a:first-letter {
	color: #E1FF00;	
	}
#top li a:hover {
	background: #000;
	border: 1px solid #515C00;
	padding: 1px 0 1px 0;
	filter: alpha(opacity=99);
	-moz-opacity: .99;
	opacity: .99;
	}
#top li a#active {
	color: #E1FF00;	
	font-style: italic;
	}

#content {
	width: 800px;
	margin: 0 auto;
	overflow: visible;
	background: url('etc/graphics/content_bg.png') repeat-x #000;
	}
.content_left {
	float: left;
	margin: 0 0 0 -50px;
	position: relative;
	z-index: 1;
	}
.content_right {
	float: right;
	margin: 0 -50px 0 0;
	position: relative;
	z-index: 1;
	}

#leftimg {
	float: left;
	margin: 40px 15px 40px -10px;
	filter: alpha(opacity=40);
	-moz-opacity: .40;
	opacity: .40;
	}
#bottomimg {
	margin: 30px 0 0 100px;
	float: left;
	filter: alpha(opacity=40);
	-moz-opacity: .40;
	opacity: .40;
	}

#page_content {
	width: 617px;
	float: left;
	font-size: 0.9em;
	margin: 0 -20px 40px 0;
	text-align: justify;
	position: relative;
	z-index: 2;
	}
#page_content a {
	color: #89991e;
	border-bottom: 1px dotted #89991e;
	}
#page_content a:hover {
	color: #E1FF00;
	border-bottom: 1px solid #89991e;
	}
#page_content p {
	margin: 0 0 1em 0;
	}
#page_content p:first-letter {
	float: left;
	font-size: 2em;
	margin: -2px 4px 0 2px;
	color: #728000;
	}
#page_content ul {
	list-style-type: square;
	color: #728000;
	margin: 15px 0 15px 20px;
	}
#page_content li {
	list-style-type: square;
	color: #fff;
	margin: 5px 0 5px 20px;
	}
#page_content h1 {
	margin: 0 0 0 20px;
	color: #89991e;
	font-size: 2em;
	}
.back {
	display: block;
	}

#gallery {
	float: left;
	width: 800px;
	text-align: center;
	}
#gallery a {
	border: none;
	}
#gallery a:hover {
	border: none;
	}
#gallery a img {
	margin: 0 10px 5px 0;
	padding: 10px;
	border: 1px solid #A0A0A0;
	filter: alpha(opacity=50);
	-moz-opacity: .50;
	opacity: .50;
	}
#gallery .img_hover {
	display: none;
	}
#gallery a:hover .img_hover {
	margin: 0 auto;
	display: inline;
	position: absolute;
	margin: -30px 0 0 0;
	background: #000;
	filter: alpha(opacity=99);
	-moz-opacity: .99;
	opacity: .99;
	}
#page_content .gallery_splash {
	border: none;
	}
#page_content .gallery_splash:hover {
	border: none;
	}

#header_big {
	margin: 20px 0 0 0;
	font-size: 7em;
	filter: alpha(opacity=05);
	-moz-opacity: .05;
	opacity: .05;
	}
#header_color {
	margin: -78px 0 0 30px;
	color: #728000;
	font-size: 3.5em;
	}
#header_end {
	margin: -40px 0 30px 50px;
	font-size: 3.5em; 
	white-space: pre;
	}

#footer {
	width: 850px;
	height: 27px;
	margin: 0 auto;
	text-align: center;
	padding: 7px 0 0 0;
	clear: both;
	margin-left: -25px;
	overflow: visible;
	border-top: 4px solid #1b1b1b;
	border-bottom: 4px solid #1b1b1b;
	}
#footer a {
	color: #89991e;
	font-style: italic;
	}
.footer_left {
	float: left;
	margin: -11px 0 0 -7px; 
	position: relative;
	z-index: 1;
	}
.footer_right {
	float: right;
	margin: -11px -7px 0 0;
	position: relative;
	z-index: 1;
	}