body
{
	background-color: #656565;
}

#container
{
	width: 915px;
	margin-left: auto;
	margin-right: auto;
}

#header
{
	background-image: url('../Images/header_bar.jpg');
	width: 915px;
	height: 107px;
}

#menubar
{
	margin-bottom: 10px;
}

#showtitle
{
	font-weight:bold; font-size:14px;
}

#header_text
{
	margin-right: 50px;
	text-align: left;
	font-family: verdana;
	font-size: 12px;
	color: #EEB92C;
	line-height: 20px;
	margin-left: 530px;
	height: 60px;
}

#bottom_links
{
	margin-top: 25px;
	margin-bottom: 15px;
	text-align: center;
}

#bottommenubar
{
	background: url('../Images/footer_bar.jpg') no-repeat;
	width: 811px;
	height: 58px;
	padding-top: 10px;
}

#bottommenubar div
{
	margin-left: 20px;
	margin-right: 20px;
	
}

.menulink
{
	font-family: Verdana;
	font-size: 12px;
	color: White;
	text-decoration: none;
}

.menulink:hover
{
	color: #EEB92C;
	text-decoration: underline;
}

.rsslink
{
	font-family: Verdana;
	font-size: 12px;
	color: #EEB92C;
	text-decoration: none;
}

.rsslink:hover
{
	color: #EEB92C;
	text-decoration: underline;
}

.content
{
	margin-left: 75px;
	font-family: Verdana;
	font-size: 12px;
	color: White;
	width: 760px;
	text-align: left;
	
}

a
{
	font-family: Verdana;
	font-size: 12px;
	color: #EEB92C;
	text-decoration: none;
}

a:hover
{
	color: #EEB92C;
	text-decoration: underline;
}

.hostcontainer
{
	width: 325px;
	float: left;
	margin-right: 50px;
}

.sponsorcontainer
{
	width: 170px;
	float: right;
	margin-left: 15px;
}

