body
{
	margin: 0;
	background: #7a1215;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

p, h1, h2, h3, h4, h5, h6
{
	margin: 10px 0;
}

h1
{
	text-transform:uppercase;
	font-size:36px;
}
.nav
{
	font-size:16px;
}

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

#page_container
{
	width: 900px;
	overflow: hidden;
	margin: 0 auto;
}

#header
{
	width: 900px;
	height: 135px;
	background: url(images/header.jpg) bottom left no-repeat;
	position: relative;
}

#homelink
{
	height: 135px;
	width: 250px;
	position: absolute;
	top: 0;
	left: 0;
}

#header_weather
{
	float: right;
	width: 171px;
	height: 52px;
}

#header_right
{
	float: right;
	width: 615px;
	font-size: 16px;
	margin-top: 9px;
}

#flashbox
{
	width: 900px;
	height: 212px;
}

#content_bg
{
	background: url(images/page-bg.jpg) repeat-y;
}

#content
{
	width: 869px;
	margin-left: 12px;
	background: url(images/content-bg.jpg) top left repeat-y;
}

#content_top
{
	width: 900px;
	height: 6px;
	background: url(images/content-top.jpg) no-repeat;
}

#content_left
{
	width: 142px;
	padding-left: 0px;
	padding-top: 20px;
	float: left;
}

#content_right
{
	float: left;
	/*width: 727px;*/
	width: 687px;
	padding: 20px;
}

#content_right h1
{
	color: #7B1216;
}

#contentbottom
{
	width: 859px;
	height: 18px;
	background: url(images/content-bottom.jpg) top right no-repeat;
	margin-left: 10px;
}

#footer
{
	background: #ffffff;
	padding: 5px;
	width:859px;
	margin-left: 12px;
	margin-top: 5px;
}

#footerbottom
{
	width: 869px;
	height: 23px;
	background: url(images/footer-bottom.jpg) center no-repeat;
}

#pagebottom
{
	width: 900px;
	height: 25px;
	background: url(images/page-bottom.jpg) left top no-repeat;
}

#topnav, #topnews
{
	padding-top: 0px;
}

#copyright
{
	text-align: center;
	font-size: xx-small;
	color: #ffffff;
}

#content_left a
{
	color: #000000;
}

#content_left a.active
{
	font-weight: bold;
	color: #7B1216;
}