* { margin:0;padding:0; }
.clear { clear:both; }
.left { float:left; }
.right { float:right; }
.hide { display:none; }

body {
	background:#A05E24 url('images/background.jpg');
	text-align:center;
	font-family: "lucida grande", tahoma, arial, helvetica;
	font-size:62.5%;
}
#page {
	margin: 10px auto;
	width:773px;
	text-align:left;
	font-size:1.3em;
}
#header {
	height:343px;
	border: 1px solid #fffffb;
	position:relative;
}
#home #header { background: url('images/hd_index.jpg') no-repeat; }
#rates #header { background: url('images/hd_rates.jpg') no-repeat; }
#activities #header { background: url('images/hd_activities.jpg') no-repeat; }
#rooms #header { background: url('images/hd_rooms.jpg') no-repeat; }
#photos #header { background: url('images/hd_photos.jpg') no-repeat; }

.inset1, .inset2, .inset3 {
	position:absolute;
	bottom:-20px;
	height: 200px;
	width: 100px;
	border: 1px solid #fff;
}
.inset3 { right:10px; }
.inset2 { right:120px; }
.inset1 { right:230px; }

.menubar {
	height:30px;
	background:#EFBF6B;
}
.menubar ul {
	list-style:none;
	padding:4px;
}
.menubar ul li {
	display:inline;
	padding: 0px 10px;
}
.menubar.bottom {
	position:absolute;
	top:-25px;
	right:0;
	height:25px;
	width:500px;
	background:transparent;
}
.menubar.bottom ul { text-align:right; }
.menubar.bottom ul li { padding: 0 5px; }

#content {
	background:#fff;
	text-align:center;
	padding: 0 0 30px; 0;
}
#main {
	float:left;
	padding:10px;
	text-align:left;
	width:753px;
}
#photos #main {
	text-align:center;
}
#photos #main table {
	margin:auto;
}
.sb #main {
	width: 460px;
}
#sidebar {
	display:none;
}
.sb #sidebar {
	display:block;
	float:left;
	padding:10px;
	width:270px;
}
#footer {
	height:30px;
	position:relative;
	background:#EFBF6B;
}
#contact p {
	text-align:center;
	padding: 5px 0;
}
span.spacer { padding:0 15px; }
	
a {
text-decoration: underline;
color: #5E3809; }

a:hover { color: #995B0E; }

p { margin: 0 0 15px 0; }

#content ul {
	margin-left:30px;
	padding: 0 0 10px 0;
}
#content ul li {
	margin: 3px 0 0 0;
}
#main img {
	margin:5px;
}

