@charset "utf-8";
/*MAIN CSS CONFIG*/
body
{
	background-image: url(images/bground_black2.gif); 
	background-repeat:repeat-x;
	background-color:#000;
	color:#660;
	font-family: "Times New Roman", Times, serif;
	font-size:15px;
}
a:link 
{
	color:#960;
	text-decoration: none;
}
a:visited 
{
	color:#999;
	text-decoration: none;
}
a:hover 
{
	color:#3FF;
	text-decoration: none;
}
#COOL_REDIRECT
{
	color:#3FF;
}
p.story:first-letter {color:#360000;font-size:xx-large;}
/*HORIZONTAL MENU*/
#horizmenu
{
	margin: 0;
	padding: 0;
	float: left;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
#horizmenu li
{
display: inline;
}
#horizmenu li a
{
float: left;
color:#960;
padding: 5px 26.5px;
text-decoration: none;
background: transparent url(images/gray.gif) no-repeat;
}
#horizmenu li a:visited
{
color:#999;
}
#horizmenu li a:hover
{
	color:#3FF;
	background-image: url(images/grayover.gif);
}
#horizontalnav
{
	width: 80%;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #660;
	border-left-color: #660;
	padding: 0%;
	margin-right: 10%;
	margin-left: 10%;
	border-bottom-style: solid;
	border-bottom-color: #660;
}
/*WRAPPER*/
#wrapper
{
	height: 100%;
	width: 100%;
	padding: 0%;
	margin: 0%;
}
#header
{
	height: 338px;
	width: 80%;
	border-left-style: solid;
	border-right-style: solid;
	border-right-color: #660;
	border-left-color: #660;
	border-top-style: solid;
	border-top-color: #660;
	padding: 0px;
	margin-top: auto;
	margin-right: 10%;
	margin-bottom: auto;
	margin-left: 10%;
}
img.logo
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10%;
}
#content
{
	float: left;
	width: 41%;
	text-align: left;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 20%;
	border-left-style: solid;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-color: #660;
	padding: 0%;
	border-right-color: #660;
}
#content2
{
	padding: 3%;
	text-align: justify;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #660;
	border-right-color: #660;
	border-left-color: #660;
}
#navigation
{
	float: left;
	width: 11em;
	text-align: left;
	border-right-style: solid;
	border-top-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #660;
	border-bottom-color: #660;
	margin: auto;
	padding: 2%;
}
#footer
{
	clear: both;
	width: 60%;
	text-align: center;
	margin-top: auto;
	margin-right: 20%;
	margin-bottom: auto;
	margin-left: 20%;
	border-left-style: solid;
	border-left-color: #660;
	border-bottom-style: solid;
	border-bottom-color: #660;
	border-right-style: solid;
	border-right-color: #660;
	border-top-style: solid;
	border-top-color: #660;
	padding-bottom: 4%;
}

