/* CSS Document */

* {
margin:0;
padding:0;
outline:none;
}

body {
	color:#ACACB0;
	font-family: Verdana;
	font-size: 70%;
	background-color: #000000;
	background-repeat: repeat-x;
	background-position: top;
}

a {
	color:#99FF00;
	font-weight: bold;
}

a:hover {
text-decoration:none;
}

#header {
	height:248px;
	display:block;
	background-image: url(../images/header2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

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:780px;
	background:#151521;
	padding:5px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#navigation {
	background:#181825;
	width:700px;
	color:#fff;
	letter-spacing:2px;
	text-transform:uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	margin-top: 35px;
	margin-bottom: 1px;
	margin-left: auto;
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 12px;
	padding-left: 0;
	margin-right: auto;
	border-top-width: thin;
	border-top-style: double;
	border-top-color: #2E2E47;
	font-weight: normal;
	text-align: center;
}

#nav li {
list-style:none;
display:inline;
margin-right:0px;
}

#nav a {
	padding:12px;
	color:#CCCCCC;
	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:#FFCC00;
	font-weight:bold;
}

#inner_container {
	background:url(../images/inner_container.jpg) top repeat-x #181824;
	padding:10px;
}
.normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}

#content {
}

blockquote {
	background:url(../images/quote.gif) bottom right no-repeat #292935;
	padding-top: 2px;
	padding-right: 75px;
	padding-bottom: 2px;
	padding-left: 75px;
	text-align: left;
	width: 450px;
	margin-left: 90px;
}

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;
padding:5px;
}

#footer {
	width:700px;
	padding:10px;
	clear:both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #151521;
	background-image: url(../images/inner_container.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#content table {
	background:#1E1E2D;
	margin-top: 25px;
	margin-bottom: 25px;
	display: table;
	position: relative;
	width: 500px;
	left: 130px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
}
.small_normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}

td {
	padding:8px;
	text-align:center;
	font-family: Georgia;
	font-size: 100%;
	background-color: #000000;
	background-position: left top;
	background-image: url(../images/inner_container.jpg);
	background-repeat: repeat-x;
}

th {
color:#fff;
padding:10px;
}

#footer p {
text-indent:0;
}

#footer p.validate {
float:right;
}
#container h3 {
	color:#CCCCFF;
	font-weight:bold;
	margin:25px 0 15px;
	font-family: Verdana;
	font-size: 110%;
}
