/* CSS Document */

* {
	margin:0;
	padding:0;
	outline:none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

body {
	color:#C0C0C0;
	font-family: Verdana;
	font-size: 70%;
	border-top-color: #6C6C6C;
	border-right-color: #6C6C6C;
	border-bottom-color: #6C6C6C;
	border-left-color: #6C6C6C;
	background-color: #181824;
	background-image: url(../images/body.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

a {
color:#99FF00;
}

a:hover {
text-decoration:none;
}

#header {
height:248px;
display:block;
background:url(../images/body.jpg) top 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:960px;
	margin:0 auto;
	background:#151521;
	padding:5px;
}

#navigation {
	background:#181825;
	width:970px;
	color:#987B45;
	letter-spacing:2px;
	text-transform:uppercase;
	font-family: Georgia;
	font-size: 100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #2E2E47;
	border-bottom-color: #2E2E47;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 1px;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 12px;
	padding-left: 0px;
}

#nav li {
list-style:none;
display:inline;
margin-right:0px;
}

#nav a {
	padding:11px;
	color:#987B45;
	text-decoration:none;
	margin-right:0px;
}

#nav a:hover {
background:url(../images/nav_link_active.jpg) top repeat-x;
color:#fff;
}

#nav a.active {
background:url(../images/nav_link_active.jpg) top repeat-x;
color:#fff;
font-weight:bold;
}

#inner_container {
background:url(../images/inner_container.jpg) top repeat-x #181824;
padding:10px 10px 10px 25px;
}

#sidebar {
	width:130px;
	float:right;
	background:#232436;
	color:#987B45;
	padding-top: 40px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 10px;
	height: 650px;
	letter-spacing:2px;
	text-transform:uppercase;
	font-family: Georgia;
	font-size: 100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #2E2E47;
	border-bottom-color: #2E2E47;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 1px;
	margin-left: auto;

















	#nav a:hover {
background:url(../images/nav_link_active.jpg) top repeat-x;
color:#fff;
}

#nav a.active {
background:url(../images/nav_link_active.jpg) top repeat-x;
color:#fff;
font-weight:bold;
}

	
	
}

#container #sidebar h2 {
font-size:100%;
margin:10px 0;
}

#container #sidebar p {
text-indent:0;
font-size:90%;
line-height:17px;
}

#content {
	margin-right:200px;
	text-indent: 0px;
}

blockquote {
background:url(../images/quote.gif) bottom right no-repeat #292935;
padding:2px 17px;
}

p {
	margin:auto;
	padding:0px;
	line-height:20px;
	text-indent:0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

p.note {
padding:20px;
background:#2D2D44;
color:#fff;
}

#container h1 {
font:170% Arial;
color:#fff;
margin:15px 0;
}

#container h2 {
	font:110% Verdana;
	color:#987b45;
	font-weight:bold;
	margin:25px 0 15px;
}

#container ul {
margin:10px 15px;
}

#container ul li {
margin:10px 0;
}

#container img {
	background:#070713;
	padding:5px;
	border: medium solid #987B45;
}

#footer {
	width:940px;
	background:#151521;
	padding:16px;
	clear:both;
	height: 75px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#content table {
	width:720px;
	margin:25px 0;
	background-color: #181824;
}

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;
}

