body
{
	font: normal “Century Gothic”, “Apple Gothic”, sans-serif;
	width: 100%;
	height: 100%;
	background: #dbbf81 url(images/layout/bg.gif) repeat-x;
}


#title p
{
	text-align: center;
	font-size: 16px;
}

a
{
	text-decoration: none;
	color: #494949;
}

#title img
{
	height: 400px;
	width: 500px;
	border: 0;
}

#title div
{
	width: 600px;
	margin: auto;
}


#header
{
	width: 900px;
	height: 93px;
	background: #ffd659 url(images/layout/layout.gif) 0 0 no-repeat;
	border: black solid 1px;
	margin: 0px;
	padding: 0px;
}

#hd_menu
{
	margin: 0px;
	padding: 0px;
	vertical-align: text-bottom;
}

#hd_menu img
{
	width: 500px;
	height: 60px;
}

#hd_menu ul
{
	float: right;
	margin: 0;
	padding: 0;
	display: inline;
}

#hd_menu ul li
{
	margin: 0;
	padding: 2px;
	list-style: none;
	display: inline;
}

#hd_menu ul li.first
{
	margin: 0;
	border-left: none;
	list-style: none;
	display: inline;
}

#menu
{
	background-color: #876338;
	border-left: solid 1px black;
	border-right: solid 1px black;
	border-bottom: solid 1px black;
	margin: 0px;
	padding: 0px;
}

#menu ul 
{
	margin: 0;
	padding: 0;
	width: 151px;
    position: relative;
}

#menu li 
{
    margin: 0 0 10px 0; 
	padding: 0; 
	list-style: none;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
}
 
#menu li, #menu a 
{
    height: 50px; 
	width: 151px;
	display: block;
}

#index_btn
{
	background: #ffd659 url(images/layout/layout.gif) 0 -93px no-repeat;
}
#about_btn
{
	background: #ffd659 url(images/layout/layout.gif) 0 -143px no-repeat;
}
#bedroom_btn
{
	background: #ffd659 url(images/layout/layout.gif) 0 -193px no-repeat;
}
#features_btn
{
	background: #ffd659 url(images/layout/layout.gif) 0 -243px no-repeat;
}
#tariffs_btn
{
	background: #ffd659 url(images/layout/layout.gif) 0 -293px no-repeat;
}
#comments_btn
{
	background: #ffd659 url(images/layout/layout.gif) 0 -343px no-repeat;
}
#guests_btn
{
	background: #ffd659 url(images/layout/layout.gif) 0 -393px no-repeat;
}
#artwork_btn
{
	background: #ffd659 url(images/layout/layout.gif) 0 -443px no-repeat;
}
#attractions_btn
{
	background: #ffd659 url(images/layout/layout.gif) 0 -493px no-repeat;
}

#book_now_btn a {
	display: block;
	width: 160px;
	height: 27px;
}

#book_now_btn a:link, #book_now_btn a:visited {
	background-image: url(images/layout/book_btn.gif);
}
#book_now_btn a:hover {
	background: transparent url(images/layout/book_btn.gif) 0 -27px no-repeat;
}

#content
{
	width: 749px;
	height: 488px;
	color: #3b332a;
	background: #c6ac8d;
	border: black solid 1px;
	margin: 0px;
	padding: 10px 15px;
	vertical-align: text-top;
}

#content p
{
	font: 11px/16px Tahoma, Arial, Helvetica, sans-serif;
	margin: 10px 0;
}

#content h1
{
	font-size: 16px;
	font-weight: normal;
	font-family: “Century Gothic”, “Apple Gothic”, sans-serif;
	color: #876338;
	margin: 10px 0px;
}

#content h2
{
	font-size: 16px;
	font-weight: normal;
	font-family: “Century Gothic”, “Apple Gothic”, sans-serif;
	color: #876338;
	width: 454px;
	margin: 10px 0px;
}

#content h3
{
	font-size: 14px;
	font-weight: normal;
	font-family: “Century Gothic”, “Apple Gothic”, sans-serif;
	color: #876338;
	margin: 10px 0;
}

.text
{
	font: 11px/16px Tahoma, Arial, Helvetica, sans-serif;
	color: #3b332a;
	margin-bottom: 10px;
}

.nav_link a:link, .nav_link a:visited
{
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #876338;
	margin-bottom: 10px;
	text-decoration: none;
	font-weight: bold;
}

.nav_link a:hover 
{
	text-decoration: underline;
}


ul, ol
{
	font: 11px/16px Tahoma, Arial, Helvetica, sans-serif;
	color: #3b332a;
	padding-left: 15px;
}

#container
{
	width: 900px;
	margin: auto;
	position: relative;
}

.button
{
	width: 151px;
	height: 50px;
	margin-top: 0px;
	padding: 0px;
	border-width: 1px 0px 1px 0px;
	border-style: solid;
	border-color: black;
}

.imageright
{
	float: right;
	padding: 7px;
	margin: 0px 10px;
	background-color: #ffffff;
	border: 1px solid #3b2b18;
}

.imageleft
{
	float: left;
	padding: 7px;
	margin-right: 30px;
	background-color: #ffffff;
	border: 1px solid #3b2b18;
}

.image
{
	padding: 7px;
	margin: 4px;
	background-color: #ffffff;
	border: 1px solid #3b2b18;
}

.attractions
{
	width: 740px;
	table-layout: fixed;
}

.attractions td {
	vertical-align: top;
}
.link_back
{
	font: normal 11px/16px Tahoma, Times New Roman, Times, serif;
	color: #80866A;
	padding: 0 0 0 10px;
}

.link
{
	font: normal 11px/16px Tahoma, Times New Roman, Times, serif;
	color: #80866A;
	text-decoration: underline;
}

#footer
{
	background-color: #ffd659;
	width: 100%;
	border: black solid 1px;
}

#footer h2
{
	text-align: center;
	font: normal 10px Tahoma, Arial, Helvetica, sans-serif;
	color: #3b332a;
}

#footer h2 a:visited, #footer h2 a:link
{
	color: #3b332a;
	text-decoration: none;
	border-bottom: 1px dotted #3b332a;
}

#footer h2 a:hover
{
	color: #3b332a;
	text-decoration: none;
	border-bottom: none;
	background-color: #494949;
}

.imgRatingStar
{
	margin-left: 100px;
	margin-bottom: 5px;
}

.email_link
{
	font-weight: bold;
	text-decoration: underline;
}

.comments
{
	text-align: center;
	color: #3b332a;	
	font-size: 11px;
	width: 450px;
	padding-bottom: 10px;
	margin: auto auto;
}

.comment_separator
{
	border-bottom: dashed 1px #494949;
	width: 300px;
	margin: auto auto;
	padding-top: 10px;
}
