body
{
	background-color: #FFF;
	font: 10pt arial;
	margin: 0px 0px 5%;
	width: 100%;
}

#header
{
	background: #EEE url(acreps.gif) no-repeat top left;
	border-bottom: 1px #000 solid;
	height: 100px;
	position: relative;
	width: 100%;
}

#header .menu
{
	left: 120px;
	position: absolute;
	top: 50px;
}

#header ul
{
	margin-left: 0px;
	padding-left: 0px;
	white-space: nowrap;
}

#header li
{
	display: inline;
	list-style-type: none;
	padding-right: 5px;
}

#header a
{
	background-color: #EEE;
	border: 1px #DDD solid;
	color: #000;
	padding: 4px;
	text-decoration: none;
}

#header a:hover
{
	background-color: #FFF;
	border: 1px #CCC solid;
	text-decoration: underline;
}

#body
{
	margin: 0px auto 10px;
	padding: 10px;
	width: 80%;
}

#footer
{
	color: #CCC;
	padding: 25px;
	text-align: center;
}
