/* CSS Document */
body {
	background-color: #A52C33;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0 auto;
	margin-top: 20px;
}
table td {
	vertical-align: top;
}
table#outer {
	margin: 0 auto;
	border: 1px solid #000;
}
td#banner {
	border-bottom: 5px solid #A52C33;
}
td#flower {
	border-right: 5px solid #A52C33;
	border-bottom: 5px solid #A52C33;
}
td#content {
	background-color: #FEE9D4;
}
td#nav {
	background-image: url(images/Left_long.jpg);
	background-repeat: no-repeat;
	border-right: 5px solid #A52C33;
}
td#nav a {
	display: block;
	background-color: #853037;
	border-bottom: 2px solid #000;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 11px;
	line-height: 20px;
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
td#nav a:link, td#nav a#visited {
	display: block;
	background-color: #853037;
	border-bottom: 2px solid #000;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 11px;
	line-height: 20px;
	margin-top: 15px;
}
td#nav a#contact {margin-bottom:20px;}
td#nav a:hover {
	color: #333333;
}
h1 {display:none;}
h2 {
	font-size: 14px;
	padding-bottom: 0px;
	margin-bottom: 10px;
}
h3 {
	font-size: 12px;
	margin: 0;
	padding: 0;
}
p {
	margin-bottom: 8px;
	margin-top: 5px;
}
div#left {
	width: 58%;
	float: left;
	padding: 10px;
	text-align: left;
}
div#right {
	float: left;
	width: 250px;
	border-left: 2px solid #F69047;
	border-right: 2px solid #F69047;
}
a:link, a:visited {color:#000;}
a:hover {color:#F69047;}
.border {
	border: 2px solid #F69047;
}
div#booking {
	margin-left:auto;
	margin-right:auto;
	width:832px;
	background-color: #F59048;
	padding: 5px 0px;
	border: 1px solid #000;
	border-top: 0px solid #000;
}
ul {
	margin-top: 10px;
}
ul li {
	margin-bottom: 3px;
}

