body {
	font-family: arial, helvetica, sans-serif;
	font-size: 9pt;
	margin: 2px;
	background: url(images/bg.jpg);
	color: #553333;
}
a {
	color: #001122;
}
a img {
	border: none;
}
a:hover {
	color: #006699;
}
.floatright {
	float: right;
}
.hl {
	color: #996633;
}
.largelink {
	font-size: 13pt;
	color: #663300;
}

div#container {
	position: absolute;
	width: 750px;
	left: 50%;
	margin-left: -375px;
}
div#logo {
	position: absolute;
	top: 0px;
	left: 0px;
}
div#title {
	position: absolute;
	top: 170px;
	left: 30px;
	margin-left: 10px;
	font-size: 13.5pt;
	color: #990000;
}
div#body_intro {
	position: absolute;
	top: 210px;
	left: 55px;
	width: 410px;
	font-size: 9pt;
	line-height: 160%;
}
div#image_intro {
	position: absolute;
	top: 215px;
	left: 485px;
}
div#body_aboutsc {
	position: absolute;
	top: 210px;
	left: 55px;
	width: 400px;
	font-size: 9pt;
	line-height: 160%;
}
div#image_aboutsc {
	position: absolute;
	top: 215px;
	left: 470px;
}
div#body_aboutpi {
	position: absolute;
	top: 210px;
	left: 55px;
	width: 390px;
	font-size: 9pt;
	line-height: 160%;
}
div#image_aboutpi {
	position: absolute;
	top: 215px;
	left: 465px;
}
div#body_photos {
	position: absolute;
	top: 210px;
	left: 45px;
	width: 690px;
	font-size: 9pt;
	line-height: 160%;
	text-align: center;
}
div#image_photos {
	position: absolute;
	top: 215px;
	left: 430px;
}
div#body_avprices {
	position: absolute;
	top: 210px;
	left: 55px;
	width: 690px;
	font-size: 9pt;
	line-height: 160%;
	text-align: center;
}
div#links {
	position: absolute;
	top: 40px;
	right: 0px;
	border-bottom: double;
	border-bottom-width: 3px;
	border-bottom-color: #CC9966;
}
div#links a {
	text-decoration: none;
}
div#contactdetails {
	position: absolute;
	top: 75px;
	right: 0;
	color: #996633;
	font-size: 9pt;
	text-align: right;
}
table.calendar, table.calendarkey {
	font-family: arial;
	font-size: 7pt;
}
table.calendar td {
	padding: 1px;
}
table.calendar td.available,td.booked,td.request,td.offer,td.empty {
	width: 12px;
	height: 10px;
	text-align: center;
}
table.calendarkey td {
	width: 80px;
	height: 10px;
}
td.available {
	background-color: #BBDDBB;
}
td.booked {
	background-color: #FF9999;
}
td.request {
	background-color: #FFCC99;
}
td.offer {
	background-color: #FFFF99;
}
table.prices {
	width: 500px;
	font-family: arial;
	font-size: 10pt;
}
table.prices td {
	padding: 5px;
	text-align: left;
	background-color: #DDCCBB;
}
table.prices td.price {
	text-align: center;
}