* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background-color: #FFF;
	width: 964px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Geneva, sans-serif;
}
#wrapper #header {
	background-image: url(../images/header.jpg);
	height: 192px;
	background-color: #FFF;
}
#header #title {
	position:absolute;
	left:327px;
	top:145px;
	font-size:24px;
	width: 692px;
	text-align:right;
}
#wrapper #body #left {
	width: 180px;
	float: left;
	height: 490px;
	padding-top: 10px;
	padding-left: 20px;
}
#wrapper #body #right {
	float: right;
	width: 724px;
	padding-top: 15px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom:30px;
	font-size:.75em;
}
#wrapper #body #footer {
	clear: both;
	height: 66px;
	width: 864px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #4A8A38;
	margin-right: 50px;
	margin-left: 50px;
}
.footer {
	font-size: 14px;
	text-align: center;
	padding-top: 20px;
}
.footer a { 
	color: #005581;
	text-decoration:none;
}
.footer a:hover { 
	text-decoration:underline;
}
#wrapper #body #left #headlines {
	width: 180px;
	margin-top: 20px;
}
li {
	margin-left:30px;
}

