BODY
{
	font-family: Arial;
	background-color: #222222;
	margin: 10px;
}
#wrapper
{
	margin: auto;
	background: #222222;
	border: 0px solid #000000;
	width: 880px;
}
#navbar UL
{
	width: 840px;
	overflow: hidden;
	padding: 10px 0 0;
	margin: 0px auto;
	list-style: none;
}
#navbar UL LI
{
	padding: 0px;
	margin: 0px;
	display: inline;
}
#navbar UL LI A
{
	float: left;
	display: block;
	width: 120px;
	height: 40px;
	padding-top: 20px;
	font-size: 20px;
	text-align: center;
	font-weight: normal;
	text-decoration: underline 1px #FF0000;
	color: #FF0000;
	outline: none;
}
#navbar LI A:hover, #navbar LI .current
{
	background: url(/images/menu_hover.png) no-repeat center bottom;
}
#header
{
	height: 195px;
	width: 880px;
	border: 0px solid #000000;
	padding: 20px 0px 0px;
	color: #000000;
	background: #222222;
	text-align: center;
}
#contentblock
{
	position: relative;
	width: 880px;
	padding: 0px;
}
#updatebar
{
	width: 880px;
	height: 35px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 0px;
	padding-left: 40px;
	color: #222222;
	float: left;
}
#chasebar
{
	width: 880px;
	padding: 0px;
	color: #CCCCCC;
	background: #222222;
	min-height: 30px;
	float: left;
	font-size: 20px;
	border: 2px solid #CCCCCC;
}
#content
{
	width: 450px;
	padding: 15px;
	color: #CCCCCC;
	background: #222222;
	min-height: 400px;
	float: left;
	font-size: 14px;
	line-height: 125%;
}
#content A
{
	color: #FF0000;
	text-decoration: none;
	border-bottom: 1px solid #FF0000;
}
#content A:visited
{
	color: #FF0000;
	text-decoration: none;
	border-bottom: 1px solid #FF0000;
}
#content A:hover
{
	color: #FFCC00;
	text-decoration: none;
	border-bottom: 1px dotted #FFCC00;
}
#rightbar
{
	width: 380px;
	padding: 10px;
	color: #CCCCCC;
	background: #222222;
	min-height: 400px;
	float: right;
	font-size: 14px;
	line-height: 120%;
}
#footer
{
	text-align: center;
	height: 25px;
	width: 880px;
	padding-top: 50px;
	clear: both;
	color: #CCCCCC;
	font-size: 10px;
}
