body {
	font-size: 76%;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #232323;
	background-color: #F1EEDF;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}
h1 {
	font-size: 2em;
	color: #009900;
	margin-top: 0em;
	margin-bottom: 1em;
	font-weight: normal;
}
h2 {
	font-size: 1.8em;
	color: #355FAA;
	margin-top: 0em;
	margin-bottom: .8em;
	font-weight: normal;
}
h3 {
	font-size: 1.4em;
	color: #355FAA;
	margin-top: 0em;
	margin-bottom: .8em;
	font-weight: normal;
}
h4 {
	font-size: 1.1em;
	color: #009900;
	margin-top: 1.5em;
	margin-bottom: .6em;
	font-weight: bold;
}
h5 {
	font-size: 1.1em;
	color: #009900;
	margin-top: 0em;
	margin-bottom: 0em;
	font-weight: bold;
}
h6 {
	font-size: 1.1em;
	color: #355FAA;
	margin-top: 0em;
	margin-bottom: 0em;
	font-weight: normal;
}
p {
	padding: 0px;
	margin-top: 0em;
	margin-bottom: 1.4em;
}
a {
	color: #355FAA;
	text-decoration: underline;
}
a:hover {
	color: #355FAA;
	text-decoration: none;
}
ul {
	margin: 0em 0em 1.4em 20px;
	padding: 0px;
}
li {
	margin-top: 0em;
	margin-bottom: .3em;
}
#wrapper {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #355FAA;
	background-color: #FFFFFF;
}
#header {
	width: 670px;
	padding-top: 8px;
	margin: 0px 0px 32px;
	height: 40px;
	background-image: url(images/headerBackground.jpg);
	background-repeat: no-repeat;
	padding-left: 50px;
}
#menuarea {
	float: left;
	display: inline;
	width: 180px;
	margin-bottom: 45px;
}
#menu {
	float: left;
	display: inline;
	width: 180px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu a {
	display: block;
	width: 164px;
	margin: 0em 0em 0.4em;
	padding: 0.4em 6px;
	font-size: 0.9em;
	color: #006600;
	background-color: #E3FDC1;
	text-decoration: none;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #355FAA;
}
#menu a:hover {
	border-top: 4px #355FAA;
	border-right: 4px #355FAA;
	border-bottom: 4px #355FAA;
	border-left: 4px solid #355FAA;
	background-color: #EFFEDA;
}
#menu a.currentpage {
	background-color: #FFFFFF;
	color: #355FAA;
	border-top-color: #009900;
	border-right-color: #009900;
	border-bottom-color: #009900;
	border-left-color: #009900;

}
#content {
	width: 510px;
	float: left;
	display: inline;
	margin-left: 30px;
	display: inline;
	margin-bottom: 32px;
}
#footer {
	width: 720px;
	margin-top: 10px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #355FAA;
	clear: both;
}
#footer p {
	margin-bottom: 6px;
	font-size: .9em;
}
.area {
	clear: both;
	overflow: auto;
	margin-top: 32px;
}
.areacal {
	clear: both;
	overflow: auto;
	margin-top: 32px;
	border: 1px solid #355FAA;

}

	
.col1 {
	float: left;
	display: inline;
	width: 240px;
}
.col1a {
	float: left;
	display: inline;
	width: 315px;
}
.col1b {
	float: left;
	display: inline;
	width: 180px;
}
.col1c {
	float: left;
	display: inline;
	width: 300px;
}
.col2 {
	float: left;
	display: inline;
	width: 240px;
	margin-left: 30px;
}
.col2b {
	float: left;
	display: inline;
	width: 300px;
	margin-left: 30px;
}
.col2c {
	float: left;
	display: inline;
	width: 180px;
	margin-left: 30px;
}

.colweather {
	float: left;
	display: inline;
	width: 175px;
	margin-top: 20px;
	margin-bottom: 10px;
}
.colfeatures {
	float: left;
	width: 175px;
	margin-left: 20px;
}
img.photo {
	margin-bottom: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
img.mickey {
	margin-left: 25px;
	margin-top: 10px;
}
.boxout {
	background-color: #EFFBEA;
	padding: 10px 11px 1px;
	margin-bottom: 1.4em;
	border: 1px solid #355FAA;
}
.slogan {
	font-style: italic;
	font-size: .8em;
}


/* CSS for Rental Rates Table */

table#rates {
	font-family: Arial, Helvetica, sans-serif;
	color: #232323;
	width: 510px;
	border: 1px solid #355FAA
}
table#rates td {
    padding: 1px;
}

.toprow {
	background-color:#355FAA;
	color: #FFFFFF;
}

.USD {
	text-align: center;
	background-color:#EFFEDA;
}

.GBP {
	text-align: center;
	background-color:#E3FDC1;
}

