body {
	font-family: Georgia, Bookman, serif;
	font-size: 12px;
	color: #333300;
	margin: 6px;
	background-color: #CCCC99;
}
.clear { clear: both; }
a:link { color: #663333; text-decoration: underline; }
a:visited { color: #663333; text-decoration: underline; }
a:hover { color: #660000; text-decoration: none; }

div#boardertop {
	width: 822px;
	height: 24px;
	padding: 0;
	margin: 0 auto;
	background: url('/images/border_top.gif') no-repeat bottom center;
}
div#boarderbottom {
	width: 822px;
	height: 24px;
	padding: 0px;
	margin: 0px auto;
	clear: both;
	background: url('/images/border_bottom.gif') no-repeat top center;
}
#container {
	width: 804px;
	margin: 0px auto;
	padding: 0px;
	background: transparent url('/images/containerback.gif') repeat-y top center;
	border-bottom: 2px solid #663333;
	border-top: 2px solid #663333;
}

/* --- HEADER PANE FORMATTING --- */
#header {
	width: 773px;
	height: 347px;
	margin: 0px auto;
	padding: 0px;
	background: url('/images/hdr_blissbungalow.jpg') no-repeat top center;
}
#header h1 {
	width: 257px;
	height: 300px;
	margin-left: 518px;
	background: transparent url('/images/hm_title.gif') no-repeat bottom center;
}
#header h1 b {
	position: absolute;
	left: -999em;
}

#header_accommo {
	width: 773px;
	height: 340px;
	margin: 0px auto;
	padding: 10px 0px 0px 0px;
	background: url('/images/hdr_kitchen.jpg') no-repeat top center;
}
#header_accommo h1 {
	width: 257px;
	margin-left: 518px;
	padding-top: 50px;
	font-size: 20px;
	font-style:italic;
	color: #330000;
	text-align: center;
}

#header_directions {
	width: 773px;
	height: 340px;
	margin: 0px auto;
	padding: 10px 0px 0px 0px;
	background: url('/images/hdr_blissbungalow.jpg') no-repeat top center;
}
#header_directions h1 {
	width: 257px;
	margin-left: 518px;
	padding-top: 50px;
	font-size: 20px;
	font-style:italic;
	color: #330000;
	text-align: left;
}

/* --- CONTENT PANEL --- */
#body {
	width: 774px;
	margin: 0px auto;
	padding: 20px 0px 20px 0px;
	background: url('/images/contentbacking.jpg') repeat-y top center;
}

#content {
	clear: both;
	width: 565px;
	padding-right: 8px;
	float: right;
	line-height: 1.3em;
	font-size: 13px;
}
#content h1 {
	color: #660000;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
}

#content h2, .h2 {
	color: #663333;
	font-size: 16px;
	font-weight: normal;
}
#content p.otherprops {
	width: 45%;
	float: left;
	padding: 6px;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 10px;
	text-align: center;
	line-height: 12px;
}
#content p.otherprops b {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}
#content img {
	border: 1px solid #330000;
}

#content img.noborder {
	border: none;
}

.photocallout {
	width: 225px;
	float: right;
	padding: 2px 10px;
	font-family: Tahoma, Verdana, sans-serif;
	text-align: center;
}

/* --- LEFT COLUMN --- */
#leftcolumn {
	width: 153px;
	padding-left: 8px;
}
p.returnaddress {
	font-size: 10px;
	padding-top: 50px;
}
p.returnaddress b {
	font-size: 12px;
	font-style: italic;
	color: #663333;
}

/* --- NAV FORMATTING --- */
/*  Nav Menu formatting used throughout in mainnav blocks */
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 20px;
	z-index: 5;
}
#nav a {
	display: block;
	width: 150px;
	height: 22px;
	color: #333300;
	text-decoration: none;
	font-family: Georgia, Bookman, serif;
	font-size: 13px;
	font-weight: bold;
	background: url('/images/btn_back.gif') top left no-repeat;
	margin: 8px 0px 0px 0px;
	padding-left: 21px;
}

#nav a:hover {
	display: block;
	width: 100%;
	height: 22px;
	color: #663333;
	background: url('/images/btn_back.gif') bottom left no-repeat;
}

#nav li { /* all list items */
	float: right;
	width: 150px; /* width needed or else Opera goes nuts */
	height: 22px;
	text-align: left;
}

/* -- Reservation Table formatting -- */
table.restable {
	font-size: 11px;
}

/* --- FOOTER FORMATTING --- */
#footer {
	width: 822px;
	margin: 6px auto;
	text-align: center;
}
#footernav {
	width: 650px;
	margin: 0px auto;
	list-style: none;
	line-height: 14px;
	padding-bottom: 10px;
}
#footernav li {
	width: 20%;
	float: left;
	text-align: center;
}
