@charset "utf-8";
body {
	margin: 0px;
	background-color: #EFEBE0;
}

#header {
	height: 490px;
	width: 100%;
	background-image: url(../images/bgmain.jpg);
	background-repeat: repeat-x;
}

#header .logo {
	margin-right: auto;
	margin-left: auto;
	height: 76px;
	width: 137px;
	padding-top: 25px;
}
#header .nav {
	margin-top: 40px;
	text-align: center;
}
#header .banner {
	background-image: url(../images/bg_banner.png);
	background-repeat: no-repeat;
	height: 301px;
	width: 883px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 10px;
}

#content {
	width: 840px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	width: 100%;
	margin-top: 25px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E0DBCD;
	background-image: url(../images/bgfooter.jpg);
	background-repeat: repeat-x;
	height: 71px;
	padding-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #A88F5E;
	line-height: 1.6em;
	text-transform: uppercase;
}

.divider {
	background-image: url(../images/divider.png);
	background-repeat: repeat-y;
	background-position: center;
	width: 60px;
}
.imgleft {
	margin-left: 20px;
}

.txt1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 1.6em;
	color: #736357;
}
.txt2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 1.6em;
	color: #736357;
}
a.bodylink {
	color: #750E0F;
	text-decoration: none;
}

a.bodylink:hover {
	color: #000000;
	text-decoration: none;
}

a.footerlink {
	color: #807366;
	text-decoration: none;
}
a.footerlink:hover {
	color: #000000;
	text-decoration: none;
}
.txtinput {
	padding: 2px;
	border: 1px solid #736357;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
.bgtn {
	background-image: url(../images/bgtn.jpg);
	background-repeat: no-repeat;
	height: 140px;
	width: 180px;
	text-align: center;
	padding-top: 1px;
}
.tblheadings {
	padding: 8px;
	background-color: #E1DAC6;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #762F2D;
	border: 1px solid #EFEBE0;
}
.tblcontent {
	padding: 8px;
	background-color: #E9E4D6;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #736357;
	border: 1px solid #EFEBE0;
}

.reserve{
	
	height:19px;
	background-image:url(/images/bd_btn_booknow.png);
	background-repeat:no-repeat;
	background-color:#8C7E70;
	border:none;
	color:#FFFFFF;
	font-size:10px;
}

.emailTable{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#945E5A;
	border:none;
}

.emailBlock{
	text-align:right;
	font-weight:bold;
	font-size:11px;
	color:#945E5A;
	width:200px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.emailHeading{
	font-size: 14px;
	font-weight: bold;
	color: #762F2D;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:20px 0 10px 25px;
}

.emailMsg{
	border:1px dotted #736357;
	padding:10px;
	color:#AB1510;
	margin-bottom:15px;
}