/* CSS Document */

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

table {
	background: none;
}

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

a {
	color:#cfa423;
}

a:hover {
	border-bottom: 1px dotted #cfa423;
	text-decoration: none;
}

#header {
	height:248px;
	display:block;
	background:url(images/header.jpg) top left 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:560px;
	margin:-1px auto;
	background:#191925;
	padding:5px;
	border-left:3px dotted #22222e;
	border-right:3px dotted #22222e;
}

#navigation {
	background:url(images/href.jpg);
	width:570px;
	border-top:1px solid #2E2E47;
	padding:12px 0;
	margin:35px auto 1px;
	font:100% Georgia;
	color:#fff;
	letter-spacing:2px;
	text-transform:uppercase;
	text-align:center;
	border-left:3px dotted #22222e;
	border-right:3px dotted #22222e;
}

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

#nav a {
	padding:12px;
	color:#ACACB0;
	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:200px;
	padding:0px;
	background:#191925;
	color:#bdbdc1;
	margin-top: 35px;
	border-left:3px dotted #22222e;
	border-right:3px dotted #22222e;
}

#sb {
	background:url(images/href.jpg);
	width:200px;
	border-top:1px solid #2E2E47;
	padding:12px 0;
	margin:0px auto 1px;
	font:10pt Tahoma;
	color:#ccc;
	letter-spacing:2px;
	text-transform:uppercase;
	text-align:center;
}

#sb_container {
	background: url(images/inner_container.jpg) top repeat-x #181824;
	margin: -5px 5px 5px 4px;
}

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

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

#content {

}

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;
	padding:5px;
}

#footer {
	width:550px;
	background:#151521;
	padding:10px;
	margin:0 auto;
	clear:both;
	border-left:3px dotted #22222e;
	border-right:3px dotted #22222e;
}

#content table {
	width:475px;
	background:#1E1E2D;
	margin:25px 0;
}

td {
	padding:8px;
	text-align: justify;;
	vertical-align: top;
}

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

#footer p {
	text-indent:0;
}

#footer p.validate {
	float:right;
}
