html, body, h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
}
h1 img {
	display: block;
}
img {
	border: 0px;
}
a {
	color: #FF7F00;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #FFA405;
	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: 873px;
	background: #181818;
}
#body {
	position: relative;
	margin-left: 4px;
}
#left-box {
	width: 285px;
	height: 470px;
	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 {
	width: 583px;
	height: 38px;
}
#nav img {
	float: left;
	background: #818181;
}
#nav img:hover {
	float: left;
	background: #ff7f00;
}
#content {
	display: block;
	float: right;
	width: 583px;
	background: #1E1E1E top left url(images/left_shadow.jpg) no-repeat;
}
#content-bot {
	background: #1c1d1c;
	width: 100%;
	height: 430px;
	margin-left: 1px;
	overflow: auto;
}
#content .inner {
	padding: 20px 17px 10px 17px;
}
#content .date {
	color: #FF7F00;
	margin-top: 0.5em;
	font-weight: bold;
}
#content p {
	margin: 0.9em;
}
#tray {
	border: 1px solid #181818;
	height: 320px;
	display: block;
}
#tray .redbox {
	float: left;
	width: 245px;
	height: 100%;
	background: #820000 url(images/red_bg.jpg) repeat-x;
	margin-right: 15px;
	padding: 19px 16px 19px 16px;
	color: #CFCFCF;
}
#tray .last {
	margin-right: 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;
}
#eventslist li {
	margin-bottom: 3px;
	padding-bottom: 0px;
	line-height: 1px;
}
.divider {
	background: bottom url(images/footer_bg.gif) repeat-x;
	height: 72px;
	margin-right: 5px;
	position: relative;
}
#details {
	margin-top: -1.4em;
	margin-bottom: -4em;
	float: right;
}
#footer {
	display: block;
	background: #101010;
	margin: 37px 7px 5px 2px;
	padding: 8px 15px 15px 15px;
}
#sitestamp {
	float: left;
}
.Cwe {
	color: #333;
}

.Cbody {
	color: #333;
}

.Cbodyh {
	color: #999;
}

.red {
	color: #FF0000;
}

.orange {
	color: #FF7F00;
}
