*
{
	padding: 0px;
	margin: 0px;
}
body
{
	font: 14px Arial;
	background: #6b0000;
	color: #000000;
}
p
{
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 150%;
}
address
{
	margin-top: 10px;
	margin-bottom: 10px;
	font-style: normal;
	line-height: 150%;
}
ul
{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}
h1
{
	font: 35px Georgia;
	color: #27455e;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 10px;
}
h2
{
	font: 25px Helvetica;
	color: #606060;
	margin-bottom: 10px;
	margin-top: 20px;
}
h3
{
	font: 16px Helvetica;
	font-weight: bold;
	margin-top: 20px;
}
table
{
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
td
{
	padding: 5px;
	vertical-align: top;
	width: 50%;
}
.timestamp
{
	font: 14px Georgia;
	margin-bottom: 5px;
	color: #27455e;
}
#header
{
	width: 100%;
	height: 160px;
	background: url(../gfx/header.jpg) repeat-x top center;
}
#innerheader
{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
#logo
{
	height: 100px;
	background: url(../gfx/logo.jpg) no-repeat;
}
#navigation
{
	font: 16px Georgia;
	text-align: center;
	margin-top: 20px;
	color: #898989;
}
#navigation a:link,#navigation a:visited
{
	text-decoration: none;
	color: #898989;
}
#navigation a:hover,#navigation a.selected
{
	border-bottom: 1px solid white;
	color: white;
}
#mainarea
{
	background: url(../gfx/mainarea.jpg) repeat top center;
}
#outerpage
{
	background: url(../gfx/outerpage.jpg) repeat-x top center;
}
#page
{
	width: 860px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 100px;
	background: url(../gfx/page_bg.jpg) repeat-y top center;
}
#innerpage
{
	padding: 20px 40px 0px 40px;
	background: url(../gfx/innerpage.jpg) no-repeat top center;
}
#sidebar
{
	width: 180px;
	float: left;
	margin-right: 20px;
}
#sidebar p
{
	font: 14px Georgia;
}
#maincontent
{
	min-height: 600px;
	width: 580px;
	float: left;
}
#maincontent a
{
	color: #27455e;
}
#maincontent a:hover
{
	color: #606060;
}
.odd
{
	background: #e0e0e0;
}
.even
{
	background: #f1f1f1;
}
.float_left
{
	float: left;
	margin-right: 5px;
}
.float_right
{
	float: right;
	margin-left: 5px;
}
.float_left,.float_right
{
	display: block;
	border: none;
	margin-top: 5px;
	margin-bottom: 5px;
}
.center
{
	margin-left: auto;
	margin-right: auto;
}
.clear
{
	clear: both;
}
img
{
	border: none;
}