html, body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F9F9F0;
	text-align: center;
	font-size: 87%;
	margin: 0;
	padding: 0;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 200%;
	color:#188AFC;
	font-weight: normal;
}

h2 {
	font-size: 150%;
	color: #7FC23E;
	font-weight: normal;
}

a, a:visited {
	color: #0355B8;
}
a:hover {
	color: #7FC23E;
}

.container {
	width: 983px;
	margin: auto;
	text-align: left;
	background: url(../images/footerBg.jpg) no-repeat bottom left;
	padding-bottom: 7px;
}
.header {
	width: 100%;
	height: 146px;
	background: url(../images/header.jpg) no-repeat top left;
}
.header img {
	margin-top: 25px;
	border: 0;
}
.content {
	background: white url(../images/menuBg.jpg) repeat-y left;
	margin: 0 7px 7px 7px;
}
.mainMenuList {
	margin: 15px 0 0 0;
	padding: 1px 0 0 0;
	width: 188px;
	list-style: none;
	float: left;
	display: inline;
	background-color: #FBFBF6;
	background: url(../images/menuSep.jpg) no-repeat top left;
}
.mainMenuList li {
	background: url(../images/menuSep.jpg) no-repeat bottom left;
	padding: 0 0 1px 0;
	list-style: none;
	list-style-position: outside;
}
.mainMenuList a, .mainMenuList a:visited {
	display: block;
	background: url(../images/inactiveMenubg.jpg) repeat-y left;
	padding: 10px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}
.mainMenuList a:hover {
	color: #0355B8;
}
.mainMenuList .activeMain a, .mainMenuList .activeMain a:visited {
	background: url(../images/activeMenubg.jpg) repeat-y left;
	color: #0355B8;
}
#maincontent {
	width: 715px;
	float: right;
	display: inline;
	margin-right: 30px;
}
.clear {
	clear: both;
}
.footer {
	clear: both;
	margin: 10px 30px 0 220px;
	border-top: 1px dotted #ccc;
	padding: 10px 3px;
	text-align: right;
}

.footer li {
	list-style-type: none;
	margin-left: 20px;
	display: inline;
}

.footer a {
	font-size: 8pt;
}

.floating_page_image {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}

/* Contact / booking request form */

dt {
	font-weight: bold;
	clear: both;
	padding-top: 10px;
}

dd input, dd textarea {
	width: 240px;
}
dd {
	margin-left: 0px;
	clear: both;
}

#arrival, #departure {
	width: 100px;
	float: left;
}

.calendarIcon {
	cursor: pointer;
	margin-left: 10px;
}

.button {
	margin-top: 10px;
}

.error {
	color: red;
	font-weight: bold;
}

#weatherbox {
	border: 1px solid #188AFC;
	margin-right: 5px;
	margin-bottom: 5px;
}

.album {
	display: none;
}

.albumThumb {
	width: 250px;
	padding: 10px 50px 10px 10px;
	float: left;
	display: inline;
}
.albumThumb h2 {
	
}

#events th {
	font-weight: bold;
}
#events td, th {
	border-bottom: 1px dotted #cccccc;
}

#events {
	border-top: 1px dotted #cccccc;
	border-left: 1px dotted #cccccc;
	border-right: 1px dotted #cccccc;
}

