body
{
	margin: 0;
	background: #8A1810;
	font: 14px "Trebuchet MS";
	color: white;
}
a:link
{
	color: #D8D8D8;
}
a:hover
{
	text-decoration: none;
}
a:visited
{
	color: #B0B0B0;
}
#logo
{
	background: url(../img/logo.png) no-repeat;
	min-height: 200px;
}
#logo h1
{
	display: none;
}
#content
{
	width: 800px;
	margin: 20px auto;
}
#maincontent
{
	float: left;
	width: 580px;
}
#maincontent p
{
	line-height: 150%;
}
#sidecontent
{
	float: right;
	width: 200px;
	margin-left: 20px;
}
#maincontent,#sidecontent
{
	display: inline;
}
.info
{
	background: #5B130D;
	font-size: 16px;
}
.newsitem
{
	background: #972015;
	border-top: 1px solid;
	border-color: #6D130D;
}
.newsitem h2
{
	font-size: 20px;
}
.container
{
	padding: 1px 5px;
	margin-bottom: 20px;
}
.sidecontentitem
{
	background: #972015;
}
.newsitem:hover
{
	background: #9C271A;
}
#footer
{
	width: 100%;
	background: #67170F;
	text-align: center;
	padding: 10px 0;
}
.imageleft
{
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
}
.imageright
{
	float: right;
}
img
{
	border: none;
}
hr
{
	display: none;
}
ul
{
	padding-left: 10px;
}
.clear
{
	height: 0px;
	width: 0px;
	clear: both;
}