body{
	background: url(../images/bg.gif) repeat;
	padding:0px;
	margin:0px;
	font: normal 62.5% Helvetica, Arial, sans-serif;
}

/*.page-frame{
	background: url(../images/page-bg.png) repeat-y;	
	width:800px;
	padding:0px 15px;
	margin:0px auto;
}
.page{
	width:796px;
	padding:2px;
}
.page-border{
	border:1px dotted #000;
	padding:2px;
}*/
/* top styles */
.page-frame-top{
	background: url(../images/page-bg-top.png) no-repeat;	
	width:800px;
	padding:20px 15px 0px 15px;
	margin:0px auto;
}
.page-border-top{
	border:1px dotted #000;
	padding:2px 2px 0px 2px;
	border-bottom:none;
}
.page-top{
	width:796px;
	padding:2px 2px 0px 2px;
}
/* bottom styles */
.page-frame-bottom{
	background: url(../images/page-bg-bottom.png) no-repeat;	
	width:800px;
	padding:0px 15px 15px 15px;
	margin:0px auto;
	height:30px;
}
.page-border-bottom{
	border:1px dotted #000;
	padding:0px 2px 2px 2px;
	border-top:none;
	height:10px;
}
.page-bottom{
	width:796px;
	padding:0px 2px 2px 2px;
}

.page-frame{
	background: url(../images/page-bg.png) repeat-y;	
	width:800px;
	padding:0px 15px;
	margin:0px auto;
}
.page{
	width:796px;
	padding:0px 2px 0px 2px;
}
.page-border{
	border:1px dotted #000;
	padding:2px 2px 0px 2px;
	border-top:none;
	border-bottom:none;
}

/*Header ========================================================================*/

.header{
	float:left;
	width:790px;
	height:40px;
	margin:0px;
	padding:0px;
	background-color:#000;
}
.header img.title{
	margin:7px 0px 0px 6px;
}
.h-line{
	float:left;
	height:2px;
	display:block;
	width:793px;
	margin:0px 0px 0px -2px;
	border-bottom:1px dotted #000;
}

/* CONTENT ========================================================================*/
.content{
}

/* left *************************/
#nav{
	float:left;
	width:89px;
	margin:13px 12px 20px 12px;
}

#nav ul{
	margin:0px;
	padding:0px;
}
#nav a.link{
	font: normal 1.2em Verdana, Geneva, sans-serif;
	color:#81806f;
	line-height:30px;
	text-decoration:none;
}
#nav a.link:hover{
	color:#000;
	text-decoration:none;
}
#nav a.current{
	font: bold 1.2em Verdana, Geneva, sans-serif;
	color:#000;
	line-height:30px;
	text-decoration:none;
}
#nav li{
	list-style:none;
	padding:0px;
	margin:0px;
}

/* main *************************/
.main{
	float:left;
	padding:0px;
	width:677px;
	margin:0px;
}

/* left */
.column-left{
	float:left;
	width:324px;
	margin:2px 0px 0px 0px;
	padding:8px 27px 40px 27px;
}
.contact-us{
	background: url(../images/bg-contact-us.gif) repeat-y;
	/*background-color:#e19d89;
	background-color:#e0866c;
	background-color:#e18a71;
	background-color:#ee8673;*/
}
.bookings{
	/*background: url(../images/bg-bookings.gif) repeat-y;*/
	background-color:#e7e8e9;
}
#container td img{
	margin:5px 5px 0px 0px;
}

.about-us{
	background: url(../images/bg-about-us.gif) repeat-y;
}
.gallery{
	width:600px;
}
.gallery-layout li:hover{
	background-color:#fff !important;
}

a.google-link{
	color:#808285;text-decoration:underline;
}
a.google-link:hover{
	text-decoration:none !important;
}

/* right */
.column-right{
	float:left;
	width:279px;
	padding:12px 0px 0px 20px;
	margin:0px;
	background-color:#fff;
}
.column-right-bookings{
	float:left;
	width:279px;
	padding:12px 0px 0px 20px;
	margin:0px;
}

/* home */
.left-home{
	float:left;
	width:235px;
	margin:2px 5px 0px 0px;
}
.left-home img{
	margin-bottom:2px;
}
.right-home{
	float:left;
	width:437px;
	margin:2px 0px 0px 0px;
	padding:0px;
	position:relative;
}
.btn-view{
	background: url(../images/btn-bg-view.png) no-repeat;
	width:162px;
	height:22px;
	position:absolute;
	top:11px;
	left:280px;
}
.btn-view p{
	font-size:1.2em;
	padding:4px 10px;
}
.btn-view a{
	text-decoration:none;
	color:#fff;
}
.btn-view a:hover{
	text-decoration:underline;
	color:#fff;
}
.home-quote{
	background-color:#888680;
	margin:5px 0px 0px 0px;
	padding:11px 20px 40px 20px;
}
.home-quote p{
	font: normal 1.6em "Times New Roman", Times, serif;
	line-height:1.2em;
	font-style:italic;
	color:#fff;
}

/* CONTENT ITEM ++++++++++++++*/
#layout{
	padding:1px 20px 14px 20px;
	margin:0px;
	background-color:#e5e5e5;
}


.hideme {
	display: none;
	border: 0px;
}
.clear-all {
	border:0px none;
	clear:both;
	display:block;
	font-size:0px;
	height:0px;
	line-height:0px;
	margin:0px;
	padding:0px;
	width: 100%;
}

.divider{
	background: url(../images/div-line.jpg) no-repeat;
	height:7px;
	margin:0px 0px 15px 0px;
	padding:0px;
}

/* FOOTER ==================================================================*/
.footer{
	padding:0px 0px 0px 10px;
}
.footer p{
	color:#000;
	font-size:1.2em;
}
.footer a{
	color:#000;
	font-size:1.1em;
	text-decoration:none;
}
.footer .tm-img{
	position:relative;
	top:3px;
}
img.footerlogo{
	float:right;margin:15px 0px 10px 0px;
}