html, body, h1, h2{
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: "Cataneo BT";
	color: #FFF;
	font-size: 14px;
}
h3, h4 {
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-family: "Cataneo BT";
	color: #FFF;
}
h5{
	margin: 0px;
	padding: 0px;
	text-align: right;
	font-family: "Cataneo BT";
	color: #FFF;
	font-size: 12px;
}
h1 img {
	display: block;
}
img {
	border: 0px;
}
a {
	color: #FF7F00;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #FFA405;
	text-decoration: underline;
	font-size: 16px;
}
b {
	color: #FF7F00;
	font-weight: bold;
	text-decoration: none;
	font-size:16px
}
b:hover {
	color: #FFA405;
	text-decoration: underline;
	font-size: 16px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background: #0D0D0D;
	text-align: center;
	font: 12px arial, sans-serif;
	color: #FFF;
	font-family: "High Tower Text";
}
#wrapper {
	text-align: left;
	margin: auto;
	width: 960px;
	background: #181818;
}
#body {
	position: relative;
	margin-left: 4px;
}
#head {
	position: absolute;
	top: 0px;
	left: 401px;
	width: 370px;
	height: 156px;
	background: url(images/header.jpg) no-repeat;
}
#topnav {
	position: absolute;
	top: 4px;
	left: 8px;
}
#topnav a {
	font-weight: normal;
	color: #989898;
	font-size:12px;
}
#topnav a:hover {
	color: white;
	font-size:12px;
}
#topnews {
	position: absolute;
	top: 22px;
	left: 691px;
	width: 254px;
	font-size: 16px;
	height: 129px;
}
#topnews a {
	font-weight: normal;
	color: #989898;
	font-size:12px;
}
#topnews a:hover {
	color: white;
	font-size:12px;
}

#nav a {
	font-weight: normal;
	color: #FFF;
}
#nav a:hover {
	color: #FFA405;
	font-weight: normal;
	font-size:24px;
}
#left-box {
	position: absolute;
	top: 271px;
	left: 0px;
	width: 285px;
	height: 319px;
	background: #131212 url(images/left_bg.jpg) repeat-x;
}
#left-box .inner {
	padding: 20px 0px 0px 8px;
}
#left-box h2 {
	margin: 10px 0px 0px 0px;
}
#left-box p.date {
	font-weight: bold;
}
#left-box p {
	margin: 3px 2.5em 1em 1.3em;
}
#nav {
	margin: 0px;
	padding: 0px;
	font-size: 24px;
}
#nav img {
	float: left;
}
#content {
	position: absolute;
	top: 189px;
	left: -3px;
	width: 960px;
	height: 465px;
	background: #1E1E1E top left url(images/left_shadow.jpg) no-repeat;
	overflow: visible;
}
#content-bot {
	background: bottom url(images/body_bg.gif) repeat-x;
	height: 465px;
	margin-left: 0px;
	overflow: auto;
}
#content .inner {
	padding: 10px 10px;
	font-family: "High Tower Text";
}
#content a:hover {
	font-size:13px;
}
#content .date {
	margin-top: 0.5em;
}
#content p {
	margin: 0.9em;
}
#tray {
	margin-top: 480px;
	border: 1px solid #181818;
}
#tray .redbox {
	float: left;
	width: 277px;
	_height: 279px;
	min-height: 279px;
	background: #800000 url(images/red_bg.jpg) repeat-x;
	margin-left: 13px;
	padding-top: 19px;
	padding-left: 14px;
	padding-right: 14px;
	color: #CFCFCF;
}
#tray p {
	margin-top: 1em;
	margin-bottom: 1.4em;
	padding-left: 2px;
	font-size: 16px;
}
ul {
	margin: 0px 1em 0px 2em;
	padding: 0px;
}
li {
	padding: 0px;
	margin: 1em 0px;
}
.divider {
	background: bottom url(images/footer_bg.gif) repeat-x;
	height: 26px;
	margin-right: 5px;
	position: relative;
}
#details {
	margin-top: -1.4em;
	margin-bottom: -4em;
	float: right;
}
#footer {
	background: #101010;
	text-align: right;
	margin: 0px 7px 0px 2px;
	padding: 18px 15px 15px 15px;
	font-size:12px;
}
#footer a:hover {
	font-size:12px;
	color:#FFA405;
	text-decoration:underline;
}

