html {
	height: 100%;
}
html, body {
	margin: 0px;
	padding: 0px;
}
body {
	background: #907a4d;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	min-width:900px;
}
a:link, a:active, a:visited {
	color: #231F20;
}
a:hover {
	color: #FFFFFF;
}

p {
	margin: 0px 0px 1em;
	padding: 0px;
}
img {
	border-style: none;
}



#wrapper {
	text-align: center;
	width: 100%;
	margin-top: -286px;
	margin-left: 0px;
	position: absolute;
	top: 50%;
}
#main {
	text-align: left;
	height: 571px;
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	background: #af9866;
}
#imagemenu img {
	border-style: none;
}

#top {
	height: 155px;
	border-bottom: 3px solid #231f20;
	border-top: 3px solid #cfb27c;
	float: left;
	width: 900px;
	background: #FFFFFF;
}
#middle {
	height: 313px;
	float: left;
	width: 900px;
	color: #FFFFFF;
	line-height: 1.3em;
}
#bottom {
	height: 94px;
	border-top: 3px solid #cfb17c;
	float: left;
	width: 900px;
}
#logo {
	position: relative;
	height: 68px;
	width: 248px;
	border-style: none;
	left: 50px;
	top: 74px;
	margin-right: -248px;
	margin-bottom: -68px;
}

#title {
	margin: 0px 0px -25px;
	padding: 0px;
	position: relative;
	top: 17px;
	height: 25px;
	width: 300px;
	left: 50px;
	border-style: none;
}
#topmenu {
	background: #FFFFFF;
	height: 24px;
	vertical-align: middle;
	text-align: center;
	font-size: 13px;
}
#topmenu ul {
	margin: 0px;
	padding: 0px;
	float: none;
	width: 100%;
}
#topmenu ul li {
	display: inline;
	text-align: center;
}
#topmenu ul li a {
	text-decoration: none;
	color: #5A5053;
	width: 180px;
	height: 20px;
	float: left;
	padding-top: 4px;
	display: none;
}
#topmenu ul li a:hover {
	color: #5A5053;
	background: #E4D4B6;
}

.clear {
	clear: both;
}
