html, body, h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
}	
	
BODY {
scrollbar-face-color: #1E1E1E;
scrollbar-arrow-color: #0D0D0D;
scrollbar-base-color: #212221;
scrollbar-track-color: #1E1E1E;
scrollbar-shadow-color: #0D0D0D;
scrollbar-highlight-color: #0D0D0D;
scrollbar-3dlight-color: #0D0D0D;
scrollbar-darkshadow-Color: #0D0D0D;
}
	
	

h1 img {
	display: block;
}
img {
	border: 0px;
}
a {
	color: #CFCFCF;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #800000;
	text-decoration: underline;
}
.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: #989898;
}
#wrapper {
	text-align: left;
	margin: auto;
	width: 880px;
	background: #181818;
}
#body {
	position: relative;
	margin-left: 6px;
}
#head {
	position: absolute;
	top: 0px;
	left: 444px;
	width: 425px;
	height: 300px;
	background: url(images/header.jpg) no-repeat;
}
#topnav {
	position: absolute;
	top: 41px;
	left: 22px;
}
#topnav a {
	font-weight: normal;
	color: #989898;
}
#topnav a:hover {
	color: white;
}
#left-box {
	position: absolute;
	top: 335px;
	left: 0px;
	width: 285px;
	height: 496px;
	background: #131212 url(images/left_bg.jpg) repeat-x;
	line-height:5px;
}
#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 {
	position: absolute;
	top: 301px;
	left: 0px;
	width: 869px;
}
#nav img {
	float: left;
}
#content {
	position: absolute;
	top: 335px;
	left: 285px;
	width: 583px;
	height: 496px;
	background: #1E1E1E top left url(images/left_shadow.jpg) no-repeat;
}
#content-bot {
	background: bottom url(images/body_bg.gif) repeat-x;
	height: 444px;
	margin-left: 1px;
	overflow: auto;
}
#content .inner {
	padding: 10px 27px;
}
#content .date {
	margin-top: 0.5em;
}
#content p {
	margin: 0.9em;
}
#tray {
	margin-top: 548px;
	border: 1px solid #181818;
}
#tray .redbox {
	float: left;
	width: 250px;
	_height: 279px;
	min-height: 279px;
	background: #800000 url(images/red_bg.jpg) repeat-x;
	margin-left: 11px;
	padding-top: 19px;
	padding-left: 16px;
	padding-right: 16px;
	color: #CFCFCF;
	line-height:16px;
		
}
#tray .first {
	margin-left: 0px;
}
#tray p {
	margin-top: 1em;
	margin-bottom: 1.4em;
	padding-left: 2px;
}
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;
}
#wrapper #body #nav {
	height: 450px;
	width: 870px;
	top: 300px;
	right: 10px;
}

