#menu {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 1.6em;
	font-variant:small-caps;
	background-color: #E5B06C;
	padding: .5em 0;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
}
#menu a:link, #menu a:visited {
	font-weight: bold;
	color: #164037;
	text-decoration:none;
}
#menu a:hover {
	font-weight: bold;
	color:#000000;
}
#menu li {
	padding: 0 1em;
	display: inline;
	border-right: #fffcd6 solid 1px;
}
.menuthingy {
	margin:0;
}
#menu li.last {
	border-right: none;
}
#footer {
	width: 100%;
	text-align: center;
	font-size: 1.6em;
	background-color: #E58655;
	color: #fffcd6;
	margin: 0;
	padding: 0;
	clear: both;
}
#footer li{
	font-size: .8em;
	display: inline;
	padding-right: 1em;
}
#footer a:link, #footer a:visited {
  color: #fffcd6;
  text-decoration: none;
}
#footer a:hover {
	color: #fffcd6;
	font-weight: bold;
	text-decoration: underline;
}
.menuthingy {
	margin: 0;
}
#houses {
	margin-left: -2.5em;
}
#houses li {
	color: #fffcd6;
	display: block;
	line-height: 1.4em;
	list-style-type: none;
}
#houses a:link, #footer a:visited {
  color: #fffcd6;
  font-variant: small-caps;
  text-decoration: none;
}
#houses a:hover {
	color: #fffcd6;
	text-decoration: underline;
}
.house_head {
	font-size: 1.2em;
	font-style: oblique;
	padding-left: 1em;
}
