html, body, h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
}
h1 img {
	display: block;
}
img {
	border: 0px;
}
blockquote {
	display: block;
	font-style: italic;
	padding-left: 28px;

}
a {
	color: #b5af00;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: yellow;
	text-decoration: underline;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background: black;
	text-align: center;
	font: 12px arial, sans-serif;
	color: #989898;
}

#wrapper {
	text-align: left;
	margin: auto;
	background: url(images/bg.png) repeat-y;
	background-color: #181818;
	width: 1054px;
}


#body {
	position: relative;
	margin-left: 140px;

}

#head {
	position: absolute;
	top: 0px;
	left: 401px;
	width: 370px;
	height: 266px;
	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;
}
#nav {
	position: absolute;
	top: 271px;
	left: 0px;
	width: 486px;
}
#nav img {
	float: left;
}
#nav2 {
	position: absolute;
	top: 271px;
	left: 0px;
	width: 769px;
	background:  url(images/nav-bg.gif) repeat-x;
}
#nav2 img {
	float: left;
}
#left-box {
	position: absolute;
	top: 271px;
	left: 486px;
	width: 285px;
	height: 319px;
	background: #131212 url(images/left_bg2.jpg) repeat-x;
}
#left-box .inner {
	padding-left: 0px; 
	padding-top: 10px;
	
	<!--[if IE 6]>
padding:0px;
<![endif]-->
<!--[if IE 7]>
padding:0px;
<![endif]-->

}
#left-box h2 {
	margin: 10px 0px 0px 0px;
	color: yellow;
}
#left-box p.date {
	font-weight: bold;
}
#left-box p {
	margin: 3px 2.5em 1em 1.3em;
}

#content {
	position: absolute;
	top: 305px;
	left: 0px;
	width: 486px;
	_height: 285px;
	min-height: 285px;
	background: #1E1E1E top left url(images/left_shadow.jpg) no-repeat;
}
#content h2 {
	color: yellow;
}
#content-bot {
	background: bottom url(images/body_bg.gif) repeat-x;
	_height: 285px;
	min-height: 285px;
	margin-left: 1px;
	overflow: auto;
	font-size: 1.1em;
}
#content .inner {
	padding: 10px 27px;
}
#content .date {
	margin-top: 0.5em;
}
#content p {
	margin: 0.9em;
}
#tray {
	margin-top: 330px;
	border: 0px solid #181818;
	width: 800px;
	

}
#tray .redbox {
	float: left;
	width: 218px;
	_height: 310px;
	min-height: 310px;
	background: #242424 url(images/red_bg.jpg) repeat-x;
	margin-left: 11px;
	padding-top: 19px;
	padding-left: 16px;
	padding-right: 16px;
	color: #CFCFCF;
}
#tray .first {
	margin-left: 0px;
}
#tray p {
	margin-top: 1em;
	margin-bottom: 1.4em;
	padding-left: 2px;
}
#tray2 {
	padding-top: 55px;
	border: 1px solid #181818;
	width:769px;
	min-height: 300px;
}
#tray2 h3 {
	padding-left: 10px;
	color: yellow;
}
#tray2 .redbox2 {
	float: left;
	width: 217px;
	_height: 320px;
	min-height: 320px;
	background: #242424 url(images/red_bg.jpg) repeat-x;
	margin-left: 11px;
	padding-top: 19px;
	padding-left: 16px;
	padding-right: 16px;
	color: #CFCFCF;
}
#tray2 .first {
	margin-left: 0px;
}
#tray2 p {
	margin-top: 1em;
	margin-bottom: 1.4em;
	padding-left: 2px;
}
#iframea {
padding-left: 25px;
}

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;
	width: 770px;
}
#details {
	margin-top: -1.4em;
	margin-bottom: -4em;
	float: right;
	width: 740px;
}
#footer {
	background: #101010;
	text-align: left;
	margin: 0px 7px 0px 2px;
	padding: 18px 15px 15px 15px;
	width: 738px;
	border-top: 1px solid black;
}

