body
{
	margin: 0;
}

.centerer
{
		margin: 0px auto;
		width: 994px;
}

.innerarea
{
	background-color: #fff;
	width: 994px;
	text-align:left;

}
.innerarea .top
{
	height: 111px;
}

.innerarea .top .navigation
{
	/*background-color: #b20838;*/
	background-color: #8b052b;
	width: 994px;
	height: 33px;
	position: relative;
}

.innerarea .top 
{
	position: relative;
	display: block;
}



.innerarea .top .navigation ul
{
	font:50%/1.0 Arial, Helvetica, sans-serif;
	font-size: 1.75em;
	line-height: 1.85em;
	position:absolute;
	width: 994px;
	bottom:0;
	left:0;
	margin:0;
	padding: 0;
	list-style: none;
	display: block;
}

.navigation ul li
{
	float:left;
}
.navigation ul li.first
{
	float:left;
	margin-left: 23px;
}

.navigation ul li.last
{
	
	float:right;
}


.navigation span
{
	padding-left: 9px;
	padding-right: 10px;
	margin-right: 1.4em;
	height: 33px;
	display: block;
}

.navigation .last span
{
	margin-right: 10px;
}


.navigation .current span
{
	background: #6b0522;
}


.navigation ul li a
{
	
	color: #fff;
	text-decoration: none;
}

.innerarea .top .logo p
{
	display: none;		
}


.contentspacer
{
	min-height: 36px;	
}

.contentarea
{
	position: relative;
	min-height: 425px;	
	margin: 0;
	padding: 0;
}

.innercontent
{
	position:relative;
	display:block;
	clear:both;
	margin:20px;
}

.footer
{
	width: 994px;	
}

.footer .footertext
{
	text-align: right;
	margin-top: 8px;
	margin-right: 20px;
}

.frontpagebg
{
	background: #fff;
}

.br
{
	clear: both;
	height: 0px;
	overflow: hidden;	
}

#breadcrumb
{
	margin: 5px 10px 0px 0px;
	float:right;	
}

