body
{
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000;
	background-color: #5B7796;
	line-height: 180%;
}

a
{
	color: #5B7796;
	text-decoration: none;
}

a:hover
{
	color: #000;
	text-decoration: none;
}

#headercontainer
{
	width: 100%;
	background: #A1ACB9;
}

#header
{
	margin: 0 auto;
	width: 882px;
	height: 125px;
	border: 1px solid #000;
	border-top: 0px;
	border-bottom: 0px;
	background: #A1ACB9 url('images/header-background.jpg');
}

#menucontainer
{
	width: 100%;
	height: 28px;
	background: #DBE0E5;
	background-image:url('images/menu-background.jpg');
	background-repeat:repeat-x;
}

#menu
{
	margin: 0 auto;
	width: 885px;
	background: #DBE0E5;
	border-right: 1px solid #DBE0E5;
}

#content
{
	margin: 0 auto;
	width: 882px;
	padding: 0px;
	border: 1px solid #B5B5B5;
	border-top: 0px;
	border-bottom: 0px;
	background: #FFF;
	
}

#content h2
{
	color: #666;
	padding-bottom: 3px;
	border-bottom: 1px solid #DBE0E5;
	font-family: helvetica, arial, verdana, tahoma, sans-serif;
	font-size: 200%;
	letter-spacing: -1px;
}

#footer
{
	margin: 0 auto;
	width: 862px;
	text-align: right;
	color: #FFF;
	font-weight: bold;
	letter-spacing: 2px;
	background: #DBE0E5 url('images/menu-background.jpg') repeat-x;
	border: 1px solid #DBE0E5;
	font-family: helvetica, arial, verdana, tahoma, sans-serif; 
	padding: 3px 10px;
}