html,body
{
	font-family: Arial, Verdana;
	font-size: 10pt;
	background-color: #606060;
	height: 100%;
}

#content
{
	width: 990px;
	height: 100%;
	margin-left: auto;
    margin-right: auto;
	background-color: #fafafa;
}

#header
{
	background: url(../images/header.jpg) no-repeat;
	height: 118px;
}

#header h1
{
	display: none;
}

#header ul
{
	display: block;
	width: 700px;
	float: right;
	margin-top: 35px;
}

#header ul li
{
	float: right;
	margin-right: 40px;
}

#header ul li a
{
	color: #57585e;
	text-decoration: none;
	background: url(../images/me1_not_active.png) no-repeat top center;
	display: block;
	padding-top: 30px;
}

#header ul li a.active,
#header ul li a:hover
{
	color: #005199;
	background-image: url(../images/me1_active.png);
}

#teaser
{
	clear: both;
	background: url(../images/teaser.jpg) no-repeat;
	height: 395px;
}


#footer
{
	background: url(../images/footer.jpg) no-repeat;
	height: 120px;
}

#footer ul
{
	display: block;
	width: 100%;
}

#footer ul li
{
	float: left;
	margin-left: 40px;
	margin-top: 90px;
	font-size: 8pt;
}

#footer ul li a
{
	color: #57585e;
	text-decoration: none;
}

#footer ul li a:hover
{
	color: #005199;
	text-decoration: underline;
}
