*, html {
	margin:0;
	padding:0;
}
body {
	background-image: url(../images/bg/bg-tile.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	font-size: 1em;	
	font-family:Georgia, "Times New Roman", Times, serif;
}
#container {
	display: block;
	margin:0 auto;
	background-image: url(../images/bg/bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	height: 100%;
	overflow: hidden;
}
#wrapper {
	display: block;
	width:840px;
	margin:0 auto;
	padding:0 0 20px 0;
	background-image: url(../images/bg/content_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	height: 100%;
	overflow: hidden;
	position: relative;
}
a {
	text-decoration: none;
	outline:none;
	overflow:hidden;	
}
img {
	border: 0;
} 

/**** Header ********/

#header {
	position: relative;
	height:140px;
	width:840px;
	display: block;
}
h1#logo a {
	height: 80px;
	position: absolute;
	left:0px;
	top:0px;
	width:350px;
	text-indent: -9999px;
	display: block;
}
h2#book-now {
	height: 80px;
	position: absolute;
	right:0px;
	top:0px;
	width:400px;
	text-indent: -9999px;
}

/**** Navigation *****/

#nav {
	width:840px;
	display: block;
	height: 40px;
	position: absolute;
	top:80px;
}
#nav ul {
	padding:15px 0 0 0;
	margin:0;
	list-style:none;
	font-size:12px;
	text-align:center;
}
#nav ul li {
	display:inline;
	text-transform:uppercase;
}
#nav ul li a {
	color:#fff;
	text-decoration:none;
	padding:0px 8px 0 8px;
}
#nav ul li a:hover {
	color:#f4e9d3;
	text-decoration:none;
}
#nav ul li a.current {
	color:#f4e9d3;
	text-decoration:none;
}

/**** Navigation End *****/

/**** Header End ********/

/**** Footer ************/

#footer {
	background-image: url(../images/bg/footer_bg-tile.jpg);
	background-repeat: repeat-x;
	height:106px;
	color:#ffffff;
	font-size: 12px;
	background-color: #4053cf;
	line-height: 140%;
}
#footer-content {
	background-image: url(../images/bg/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 60px;
	padding:25px 30px 20px 30px;
	margin:0 auto;
}
#footer-content .footer-wrap {
	width:820px;
	margin:0 auto;
	position:relative;
}
#footer-content p {
	padding:5px 0 10px 0;
}
#footer-content p a {
	color:#fff;
	border-bottom: 1px dotted #fff;
}
#footer-content p a:hover {
	color:#ccc;
	border-bottom: 1px solid #ccc;
}

#footer-content p.links a {
	margin:0 10px 0 0;
}

#footer-content .extra {
	display: block;	
	overflow: hidden;
	height: 100%;
	width:820px;
}
#footer-content .extra p.copyright {
	width:400px;
	display:block;
	left:0px;
	position: absolute;
}

#footer-content .extra p.web_by {
	width:400px;
	display:block;
	right:0px;
	position: absolute;	
	text-align: right;
}

/**** Footer End ********/

/**** Content ***********/

#content {
	width:820px;
	margin:0 auto;	
}
#content h1, #content h2, #content h3 {
	padding:10px 0 10px 0;
	color: #4c5c3f;	
	font-weight: normal;
	line-height: 140%;
	font-size:150%;
}
#content h4, #content h5, #content h6 {
	padding:5px 0 10px 0;
	color: #4c5c3f;	
	font-weight: normal;
	line-height: 140%;
}
#content h4 {
	font-size: 130%;
}
#content h5 {
	font-size: 120%;
}
#content h6 {
	font-size: 110%;
}
#content h4 small {
	font-size: 50%;
}
#content p {
	font-size: 80%;
	color:#666;
	padding:0px 0 15px 0;
	line-height: 140%;
	font-family: "Arial";
}
#content ul, #content ol {
	font-size: 80%;
	color:#666;
	padding:0px 30px 15px 30px;
	line-height: 140%;
	font-family: "Arial";
}
#content a {
	border-bottom: 1px dotted #4c5c3f;
	color:#4c5c3f;
}
#content a:hover {
	border-bottom: 1px solid #333;
	color:#333;
}

#content ul#home_pods a, #content ul#home_pods a:hover {
	border:none;
}

/**** Content End *******/

/**** Columns ***********/

.section_row {
	overflow: hidden;
	height: 100%;
	border-bottom:1px solid #e3e2e1;
	margin:0px;
	padding:0px 10px 0px 10px;
}
.gallery {
	overflow: hidden;
	height: 100%;
	margin:0 0px 0 0px;
	padding:5px 10px 5px 10px;
}
.left_col {
	width:520px;
	float: left;
	padding:0px 0 5px 0;
}
.right_col {
	width:260px;
	float:right;
	padding:0px 0 5px 0;
}
#testimonials {
	margin:-5px 0 0 0;
	width:260px;
	height:180px;
}
.quote {
	display: block;
	padding:15px 0px 10px 65px;
	width:195px;
	height:180px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	color: #4c5c3f;
	font-style: italic;	
	background-image: url(../images/bg/testimonials.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
.quote span.name {
	display: block;
	padding:10px 0 0 0;
}

/**** Columns END *******/

/**** Home Pods *********/

ul#home_pods {
	list-style: none;
	padding:10px 0 10px 0;
	overflow: hidden;
	height:100%;
	width:795px;
	margin:0 auto;
}
ul#home_pods li {
	display: inline;
	float:left;
	margin:0 1px 0 px;
}

/**** Home Pods END *****/

/** Related Links BEGIN ************/

#content .related_links {
	margin:10px 0 20px 0;
	border-top:1px dotted #ccc;
}
#content .related_links ul {
	margin:0;
	padding:0;
	list-style:none;
}
#content .related_links ul li {
	margin:0;
	padding:0;
	display:inline;
} 
#content .related_links ul li a {
	padding:10px 40px 10px 40px;
	margin:0 0 0px 0;
	display:block;
	background-color:#fff;
	font-size:90%;
	background-image: url(../images/icons/web-link.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	border-color: #ccc;
}
#content .related_links ul li a:hover {
	background-color:#fff;
	padding:10px 40px 10px 45px;
	background-position: 15px 10px;
	border-color: #ccc;
}

/** Related Links END ************/

/** Rates table ******************/

table#rates {
	margin:0 0 15px 0;
}
table#rates tr {
	margin:0 0 1px 0;
	background-color: #eee;
}
table#rates td {
	padding:10px;
	font-family: Helvetica, Arial;
}

table#rates tr.top {
	background-color: #4c5c3f;
	color:#fff;
	font-size: 90%;
}
table#rates tr.odd {
	background-color: #f6f6f6;
	color:#333;
	font-size: 80%;
}
table#rates tr.even {
	background-color: #eee;
	color:#333;
	font-size: 80%;
}

/** Rates table END ******************/

/** Things to do ****************/

#content ul.things-to-do {
	list-style:none;
	padding:10px 0 10px 0;
}
#content ul.things-to-do .img_right {
	float:right;
	position:relative;
	display:block;
	width:200px;
	height:141px;
	background: url(../images/bg/img_bg.jpg) no-repeat center center;
}
#content ul.things-to-do .img_right img {
	position: absolute;
	top:15px;
	left: 21px;
}
#content ul.things-to-do li {
	clear:both;
	overflow:hidden;
	height:100%;
	padding:5px 0 5px 5px;
	border-top:1px solid #eee;
}
#content ul.things-to-do li ul {
	list-style:decimal;
}
#content ul.things-to-do span.header {
	font-size:120%;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color:#4c5c3f;
	padding:10px 0 0px 0;
	display:block;
}
#content ul.things-to-do span.text {
	display:block;
	padding:5px 0 10px 0;
}

/** Things to do END ****************/

#map{
	width:520px;
	height:250px;
}

#map1{
	width:800px;
	height:280px;
}

#content h3.guestbook{
	padding:10px 0 0 0;
}