body {
	font-size: 16px;
	background: #E3AF73 url(../images/bg/rotate.php) no-repeat fixed center top;
	}
.header {
	text-align: center;
	height: 250px;
	background: url(../images/bg_header.png) center top;
}
.content {
	background-image: url(../images/bg_content.png);
	padding: 0 30px 20px 30px;
	height: 100%;
	position: relative;
	}
.logo {
	background-image: url(../images/logo.png);
	height: 155px;
	width: 450px;
	margin: 0 auto;
}
a {
	text-decoration: none;
	color: maroon;
}
.nav {
	padding: 10px 0 10px 0;
	margin-left: 40px;
	height: 30px;
	width: auto;
	}
.nav li, .footer li {
	display: inline;
	float: left;
	list-style-position: inside;
	margin: 0 10px;
	}
.nav .page_item a, .footer .page_item a {
	color: maroon;
	text-decoration: none;
	padding: 9px 15px 5px 15px;
	font: bold 16px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	display: block;
	border-bottom: 5px solid #E3AF73;
	}

.nav .current_page_item a {
	border-bottom: 5px solid maroon;
}

.nav .page_item a:hover, .footer .page_item a:hover {
	color: black;
	border-bottom: 5px solid #996600;
	}

h1 {
	font: 25px Arial, Helvetica, sans-serif;
	color: #222;
	border-bottom: none;
	padding-top: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	}
h1.description, h2.description {
	text-transform: none;
	border-top: none;
	font: normal 16px Arial, Helvetica, sans-serif;
	color: black;
	margin: -40px 0 30px;
	letter-spacing: 1px;
	}
h1 a, h2 a {
	color: red;
	}
h2, .content .sidebar h2 {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #999999;
	}
.content h2 {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: normal;
	margin-top: -5px;
	}
.post_info {
	font: 12px Arial, Helvetica, sans-serif;
	color: #666;
	font-style: italic;
	overflow: hidden;
	padding: 5px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}
.post_info.bottom {
	font: 14px Arial, Helvetica, sans-serif;
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	padding: 10px 0 15px 0;
	margin: 10px 0 50px 0;
	}
h3, .footer .left_nav {
	margin: 0;
	padding: 8px 0 10px 0;
	font-size: 14px;
	text-align: left;
	letter-spacing: 3px;
	color: #999;
	border-top: 5px solid #999;
	}
.sidebar h3, .footer .right_nav {
	border-top: 5px solid #ccc;
	}
.footer {
	height: 130px;
	background: url(../images/bg_footer.png) no-repeat 0 top;
	padding-top: 20px;
	}
.copyright, .copyright a {
	text-align: center;
	margin-top: 60px;
	font-size: 12px;
	color: #333;
}
.lightbox {
	height: 185px;
	background-color: #E3AF73;
	}
.lightbox img {
	border: 5px solid #666;
	margin: 11px 11px;
	float: left;
	}
.lightbox img:hover {
	border: 5px solid #333;
}
.rates {
	padding: 10px;
	border: 5px solid #E3AF73;
	margin-bottom: 20px;
}
h3, .rates h3 {
	margin: 0;
	padding-left: 8px;
	letter-spacing: 0;
	color: maroon;
	border-top: none;
	font-size: 18px;
}
.rates li, ul.rooms li {
	list-style: none;
	border-left: 5px solid maroon;
	padding-left: 10px;
	margin-bottom: 3px;
}
.single, .extra {
	height: 80px;
}
.extra {
	font-style: italic;
	font-size: 80%;
}
#address{
	position: absolute;
	right: 30px;
	top: 20px;
	padding: 15px 10px -5px -5px;
	border: 5px solid #E3AF73;
}