#footer {
	width: 100%;
	text-align: center;
	font-size: 1.6em;
	background-color: #E5B06C;
	color: #164037;
	margin: 0;
	padding: 0;
	clear: both;
}
#footer li{
	font-size: .8em;
	display: inline;
	padding-right: 1em;
}
#footer a:link, #footer a:visited {
  color: #164037;
  text-decoration: none;
}
#footer a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
.menuthingy {
	margin: 0;
}