.mainWrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FEF6C8;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #04B3D0;
	border-left-color: #04B3D0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #04B3D0;
}
.header {
	height: 100px;
	background-image: url(../images/header.jpg);
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #FFFBDF;
}
.menu {
	font-size: 16px;
	line-height: 40px;
	width: 800px;
	text-align: center;
	color: #263261;
	margin-right: auto;
	margin-left: auto;
	background-color: #FEF6C8;
}

.content {
	min-height: 240px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FEF6C8;
	padding-top: 40px;
	padding-right: 20px;
	padding-left: 20px;
}

.letterbox {
	width: 800px;
	height: 140px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FEF6C8;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #02B1CC;
	border-bottom-color: #02B1CC;
}
.content h1 {
	color: #263261;
	font-size: 20px;
}


.content h2 {
	color: #263261;
	font-size: 16px;
}


.content h3 {
	color: #263261;
	font-size: 12px;
}
.content p, .content li, .content td , .content th{
	line-height: 16px;
	font-size: 12px;
	color: #202851;
}

.content a {
	color: #296B85;
	text-decoration: none;
}
.content a:hover {
	color: #2F7E9D;
	text-decoration: underline;
}

.footer {
	line-height: 40px;
	height: 40px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 12px;
	color: #000074;
	background-color: #FEF6C8;
}
.footer a {
	color:#263261;
}

.menu a {
	color: #263261;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
.menu a:hover {
	color: #263261;
	text-decoration: underline;
	padding-right: 10px;
	padding-left: 10px;
}
#map {
	height: 400px;
	width: 600px;
	border: 2px solid #00293C;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.simpleForm {
	text-align: center;

}
.simpleForm table {
	background-color: #E6F4FB;
	border: 2px solid #92C9DD;
}

.simpleForm input {
	width: 300px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}
.simpleForm textarea {
	width: 300px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}
.simpleForm th {
	text-align: right;
	font-weight: normal;

}
.galleryTable {
	text-align: center;
}
.bookingsTable {
	border: 2px solid #006;
}
.bookingsTable td {
	padding: 5px;

}
.bookingsTable th {
	text-align: left;
	padding: 5px;
	background-color: #FDED93;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #006;
}
.photoLeft {
	float: left;
	padding-right: 20px;
	padding-top: 20px;
}
