/* CSS Document */

* {
margin:0;
padding:0;
outline:none;
}

body {
background:url(../images/body.jpg) top repeat-x #050507;
font:70% Verdana;
color:#ACACB0;
}

a {
color:#99FF00;
}

a:hover {
text-decoration:none;
}

#header {
	height:200px;
	display:block;
	background:url(../images/header.png) center no-repeat;
}

h1.main_title {
font:170% Century Gothic;
color:#fff;
font-weight:bold;
margin:20px auto 0;
text-align:center;
}

h1.main_title a {
color:#fff;
text-decoration:none;
}

#container {
	width:790px;
	margin:0 auto;
	background:#000;
	padding:5px;
}

#navigation {
	background:#7a9384;
	width:780px;
	border-top:none;
	padding:12px 0;
	font:100% Georgia;
	color:#fff;
	letter-spacing:2px;
	text-transform:uppercase;
	margin: 15px auto 0px;
	text-align: center;
}

#nav li {
list-style:none;
display:inline;
margin-right:0px;
}

#nav a {
padding:12px;
color:#fff;
text-decoration:none;
margin-right:0px;
}

#nav a:hover {
	color:#b12828;
}

#nav a.active {
color:#b12828;
font-weight:bold;
}

#inner_container {
	padding:5px 5px 5px 5px;
}

#sidebar {
	width:190px;
	float:right;
	background:#232436;
	color:#bdbdc1;
}

#mailing {
	width:185px;
	float:right;
	background:#232436;
	color:#bdbdc1;
	margin:0px 0px 10px 5px;
	font:90% Verdana;
}

#container #sidebar h2 {
font-size:90%;
margin:10px 0;
}

#container #sidebar p {
text-indent:0;
font-size:90%;
line-height:17px;
}

#content {
	margin-right:200px;
	position: relative;
}

blockquote {
background:url(../images/quote.gif) bottom right no-repeat #292935;
padding:2px 17px;
}

p {
margin:10px 0;
padding:5px;
line-height:20px;
text-indent:25px;
}

p.note {
padding:20px;
background:#2D2D44;
color:#fff;
}

#container h1 {
font:170% Arial;
color:#fff;
margin:15px 0;
}

#container h2 {
font:110% Verdana;
color:#fff;
font-weight:bold;
margin:25px 0 15px;
}

#container ul {
margin:10px 15px;
}

#container ul li {
margin:10px 0;
}

#container img {
	background:#070713;
}

#footer {
	width:185px;
	background:#232436;
	color:#bdbdc1;
	padding:0px 0px 10px 5px;
	margin:0 auto;
	clear:both;
	font:90% Verdana;
}

#content table {
	width:475px;
	background:#000;
	margin:0px 0;
}

td {
padding:8px;
text-align:center;
background:url(../images/td.jpg) top left no-repeat #1E1E2D;
font:100% Georgia;
}

th {
color:#fff;
padding:10px;
}

#footer p {
text-indent:0;

}

#footer p.validate {
float:right;
}
