@charset "utf-8";
body {
	background-image: url(/images/back.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #DEE3E7;
	font-family: Arial, Helvetica, sans-serif;
}

#main_body #menu li a {
	font-size: 16px;
	line-height: 26px;
	color: #2F6778;
	text-decoration: none;
	font-weight: normal;
}

#main_body #menu li a#booking {
	font-weight: bold;
	color: #000080;
}

#container_960 {
	background-color: #FFFFFF;
	padding: 5px;
	width: 950px;
	border: 1px solid #A9BCC4;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	margin-top: 0px;
}

#header {
	float: left;
	height: 250px;
	width: 950px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#main_body {
	float: left;
	width: 950px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-image: url(/images/main_back.jpg);
	background-repeat: repeat-y;
}

#main_body #menu p {
	color: #547A89;
}

#footer {
	background-color: #A9BCC4;
	float: left;
	height: 45px;
	width: 930px;
	background-image: url(/images/back_footer.jpg);
	font-size: 11px;
	color: #FFFFFF;
	line-height: 13px;
	text-align: right;
	padding-right: 20px;
	padding-top: 40px;
}

.clear {
	clear: both;
	height: 0px;
}

#header #logo {
	background-image: url(/images/logo.jpg);
	float: left;
	height: 250px;
	width: 250px;
}

#header #photo {
	float: left;
	height: 250px;
	width: 700px;
}

#main_body #menu {
	background-image: url(/images/back_side_menu.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 210px;
	font-size: 12px;
	color: #547A89;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 50px;
	padding-left: 20px;
	margin: 0px;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

#main_body #menu ul {
	margin: 0px;
	padding: 0px;
}

#main_body #content {
	float: left;
	width: 650px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	min-height: 590px;
	border: 1px none #D0EBE4;
	background-color: #EEF2F5;
	margin: 0px;
}

#main_body #menu li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#main_body #menu li a:hover {
	color: #000080;
}
#main_body #menu li a#booking:hover {
	color: #990000;
}

h2 {
	font-size: 16px;
	color: #61A9C1;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

li {
	font-size: 12px;
	padding-bottom: 6px;
	line-height: 18px;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.caption {
	font-size: 11px;
	color: #306879;
}

.highlight {
	color: #006600;
}

.centre {
	text-align: center;
}
