@charset "UTF-8";
/* CSS Document */

body{
	font-family:Verdana, Geneva, sans-serif;
}
a:link {
	text-decoration: none;
	color:#090;
}
a:visited {
	text-decoration: none;
	color:#090;
}
a:hover {
	text-decoration: none;
	color:#090;
}
a:active {
	text-decoration: none;
	color:#090;
}
#wrapper{
    width: 64em;
    margin: 0 auto;
    text-align: left;

}

#header{
	padding: 0 0 1em 2em;

}

#links {
	float: left;
	width: 12em;
	padding: 0 1em 0 2em;
	margin: 0 21em 0 0;
}

#maincontent {
	float: left;
	width: 550px;
	padding: 0 0 0 1em;
	margin: 0 0 0 -19em;
}


#footer {
	border-top:medium #0 solid;
	clear: both;
	

}
