body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	background-image: url(../images/back.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #7CAFDA;
}
#container {
	width: 801px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
#header {
	height: 106px;
	background-image: url(../images/header-back.jpg);
}
#header #logo {
	float: left;
	height: 103px;
}
#header #booking {
	float: right;
	height: 103px;
}
#splash {
	height: 215px;
	display: block;
}
#menu {
	height: 37px;
	background-color: #2B5DA4;
}
#menu img {
	float: left;
}
#rightbar p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}


#main #content {
	min-height:300px;
	height: auto;
!important
	height: 300px;
	width: 570px;
	display: block;
	float: left;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	position: relative;
}
#content h1 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #2B5DA4;
	font-weight: normal;
	font-size: 24px;
}
#content p {
	font-size: 12px;
	line-height: 18px;
}

#content h2 {
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	font-weight: normal;
	color: #2B5DA4;
}


#main #rightbar {
	width: 200px;
	min-height:300px;
	height: auto; !important
	height: 300px;
	display: block;
	float: left;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#footer {
	clear: both;
	padding: 10px;
	height: 20px;
	background-color: #2E60A7;
	color: #B0C9EA;
}
#footer a {
	color: #B0C9EA;
	text-decoration: none;
}
#rightbar .phone {
	font-size: 18px;
	color: #2B5DA4;
}


#content #photogallery {
	float: left;
	display: block;
	width: 320px;
}
#content #facilities {
	display: block;
	float: left;
	margin-right: 20px;
}
.nextyear {
	font-size: 18px;
	font-weight: bold;
	color: #2D5FA8;
	text-decoration: none;
	margin: 10px;
}
#content ul {
	list-style-type: disc;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
}
#content a {
	color: #2B5DA4;
}
#content .liststuff {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#content h3 {
	font-size: 20px;
	color: #2B5DA4;
	font-weight: normal;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #2B5DA4;
	margin-bottom: 0px;
}

#content .liststuff li{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #7BAED9;
	line-height: 24px;
	padding-right: 5px;
	padding-left: 5px;
}
