body {
	background-color: #FFFDCC;
	background-image: url(BackgroundLace.jpg);
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper {
	width: 750px;
	margin:0px auto;
	text-align: left;
	border: thick double #FEFDCD;
	padding: 0px 0px 10px 10px;
}
#logo h1 {
	background-image: url(logo.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 134px;

}
#logo h1 span {
	display: none;
}
#menu ul li {
	display: block;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #927650;
	text-align: center;
	margin: 0px;
	float: left;
	padding: 0px 12px 0px 0px;
	height: 50px;
	list-style-type: none;
}
#menu ul li a{
	display: block;
	height: 50px;
}
#menu ul li a:link, #menu ul li a:visited, #menu ul li a:hover, #menu ul li a:active {
	color: #7C4E2C;
}
#menu ul li a span{
	display: none;

}
#home{
	background-image: url(btn_home.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 75px;
}
#lodge{
	background-image: url(btn_lodge.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 75px;
}
#cabin{
	background-image: url(btn_cabin.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 75px;
}
#rates{
	background-image: url(btn_rates.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 75px;
}
#local{
	background-image: url(btn_local.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 75px;
}
#map{
	background-image: url(btn_map.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 75px;
}
#contactus{
	background-image: url(btn_contactus.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 137px;
}
#footer {
	text-align: right;
	margin-top: 10px;
	padding: 10px;
	font-size: 10px;
	background-image: url(footer.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 25px;
}
#content {
	text-align: center;
}
#footer span {
	display: none;
}
