@CHARSET "ISO-8859-1";

body {
	background: url('/images/mansion.png');
	background-repeat: no-repeat;
	background-color: #7f7f7f;
	background-position: center 50px;
	background-attachment: scroll;
	font-family:Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#forum {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 10pt; 
	font-style: italic; 
}

#forum a {
	color: #7f7f7f;
}

a:link {
	text-decoration: none;
	color: #FFFFFF;
}
h1 {
	text-align: center;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	font-weight: bold;
	font-size: 1.5em;
	}
h2	{
	text-align: center;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	font-style: italic;
	font-size: 1.1em;
	}
a:visited {
	text-decoration: none;
	color: #FFFFFF;	
	}

#container {
	width: 900px;
	margin: 0 auto;
	overflow:hidden !important; 
	position:relative;
}

#header {
	background: url('/images/logo.png');
	background-repeat: no-repeat;
	background-position: 1% 15%;
	background-color: #000000;
}
#line1 {
	padding:70px 0px 0px 0px; 
}
#line2 {
}
ul#site_navigation {
	width:900px;
	position:relative; 
	z-index:100;
	height: 30px;
	margin:0 0;
	padding: 10px 0px 0px 10px;
	list-style-type:none;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 1em;
}

ul#site_navigation ul  {
	width:175px;
}

ul#site_navigation li {
	float:left;
	display:inline;
	position:relative;
	padding: 0px 25px 0px 25px;
	font-weight: bold;
}

ul#site_navigation a {
	text-decoration: none;
	color: #FFFFFF;
	}

ul#site_navigation a:hover {
	color: #7f7f7f;
	}

ul#sub_navigation {
	width:900px; 
	height:24px; 
	position:relative; 
	z-index:100;
	padding:0;
	margin:0;
	padding: 2px 0px 0px 0px;
	list-style-type:none;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12pt;
}

ul#sub_navigation ul  {
	width:175px;
}

ul#sub_navigation li {
	float:left;
	display:inline;
	position:relative;
	padding: 0px 25px 0px 25px;
	font-weight: bold;
}

ul#sub_navigation a {
	text-decoration: none;
	color: #FFFFFF;
	}

ul#sub_navigation a:hover {
	color: #7f7f7f;
	}

#strip {
	background-color: #000000;
	height: 24px;
	filter:alpha(opacity=50);
	opacity: 0.5;
}

#window {
	height: 288px;
	opacity: 0.0;
	filter:alpha(opacity=0);
}

#bottom {
	background-color: #000000;
	height: 313px;
	opacity: 0.85;
	filter:alpha(opacity=85)
}

#bottom #banded{
	text-align: center;
	padding: 10px 0px 0px 0px;
	font-style: italic;
	font-size: 13pt;
	}

#footer {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-decoration: none;
	color:#999999;
	position:relative;
	width: 900px;
	float: left;
}

#footer p {
	margin: 0;
	padding: 10px 16px 10px 16px;
}

#block {
	width: 400px;
	height: 250px;
	padding: 25px 25px 0px 25px;
	float: left;
}

#block #head {
	width: 400px;
	height: 25px;
	background-color: #7f7f7f;
	color: #FFFFFF;
	margin: 0px 0px 10px 0px;
	padding: 4px 0px 0px 0px;
	text-align: center;
	font-weight: bold;
}

#content {
	background-color: #000000;
	float: left;
	width: 900px;
	opacity: 0.85;
	filter:alpha(opacity=85);
}

#eq_container_left {
	padding: 0px 0px 30px 25px;
	width: 400px;
	position: relative;
	float: left;
}

#eq_container_right {
	padding: 0px 25px 30px 0px;
	width: 400px;
	position: relative;
	float: right;
}