@charset "UTF-8";
body {
	background: url(../images/back-01.jpg) repeat-x;
	margin: 0px;
	font: 12px Arial, Helvetica, sans-serif;
}
a:link {
	color: #7C010B;
}
a:visited {
	color: #7C010B;
}
a:hover {
	color: #C1272D;
}
a:active {
	color: #7C010B;
}
#containerdiv {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	height: 120px;
	background: url(../images/logoback-03.png) no-repeat 100px 0px;
}
#logo img {
	margin-top: 10px;
	float: left;
}
#resphone {
	float: right;
	font-weight: bold;
	color: #FFF;
	text-align: right;
	margin-top: 40px;
	margin-right: 15px;
}
#maincontent {
	background: url(../images/shadow-02.jpg) no-repeat;
	padding: 18px;
	clear: both;
	min-height: 600px;
}
#leftcontent {
	float: left;
	width: 500px;
}
#leftcontent p {
	margin-right: 10px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #3B2314;
	margin-top: 10px;
	margin-bottom: 10px;
}
#rightcontent {
	float: right;
	width: 253px;
	border-left: 1px dotted #CCC;
	padding-left: 10px;
}
#rightcontent ul {
	margin: 10px;
	padding: 0px;
}
#rightcontent ul li {
	list-style: disc inside;
}
#booking {
	height: 200px;
	width:240px;	
}
#navtable {
	width: 240px;
	margin-top: 5px;
	margin-bottom: 20px;
	border: 2px solid #562D1A;
}
#navtable tr td {
	padding: 5px;
	background: #A67C52;
}
#navtable tr td:hover {
	background: #C1B49A;
}
#navtable tr td a {
	display: block;
	height: 100%;
	width: 100%;
	color: #FFF;
}
#slideshow {
	margin-bottom: 100px;
	text-align: center;
	margin-top: 40px;
}
#map {
	height: 525px;
	width: 485px;
	margin-top: 40px;
}
#footer {
	height: 100px;
	width: 100%;
	background: #8C6239;
	clear: both;
}
#copy {
	width: 782px;
	margin-right: auto;
	margin-left: auto;
	height: 80px;
	padding-top: 20px;
	color: #FFF;
	padding-left: 18px;
}
#apDiv1 {
	position:absolute;
	right:0px;
	top:0px;
	z-index:1;
	padding: 15px;
	text-align: right;
}
#apDiv1 a img {
	border-style: none;
}
