﻿/* remember to define focus styles! */
body {
	margin: 0px;
	color: #666666;
	background: #e5e5e5;
	font-family: "century gothic", Arial, Helvetica, sans-serif;
}
/* tables still need 'cellspacing="0"' in the markup */

#wrapper {
	width: 970px;
	margin: 0px auto 0px auto;
}
#designedby {
	width: 950px;
	margin: 0px auto 0px auto;
	padding: 10px;
	text-align: center;
	font-size: 80%;
	clear: both;
}
#designedby a {
	color: #FE4101;
	text-decoration: none;
	font-weight: bold;
}
#top {
	width: 936px;
	height: 189px;
	background-image: url('images/bg_top.png');
	background-repeat: no-repeat;
	overflow: hidden;
	padding: 17px 17px 2px 17px;
}
#main {
	background-image: url('images/bg.png');
	background-repeat: repeat-y;
	padding-right: 17px;
	padding-left: 17px;
}
#top ul {
	width: 936px;
	height: 40px;
	background-color: #015b57;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	position: relative;
}
#top ul li {
	float: right;
}
#top ul li a {
	display: block;
	line-height: 40px;
	padding-left: 30px;
	padding-right: 30px;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 0.1em;
}
#top ul li a:hover {
	background-color: #013D39;
}
#mainLeft {
	width: 232px;
	float: left;
}
#mainRight {
	width: 600px;
	float: right;
	padding: 25px 50px 25px 50px;
}
#footer {
	padding: 10px 30px 30px 30px;
	text-align: right;
	background-image: url('images/bg_bottom.png');
	background-repeat: no-repeat;
	overflow: hidden;
	background-position: center bottom;
}
.clear {
	clear: both;
}
#footer .bookings {
	height: 55px;
	background-image: url('images/bookings.png');
	background-repeat: no-repeat;
	background-position: right center;
	font-size: 80%;
	padding-top: 20px;
	width: 481px;
	text-align: left;
	padding-left: 30px;
	float: right;
}
#footer .bookings a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer .bookings span {
	display: block;
	padding: 2px;
	color: #FFFFFF;
}
#footer .bookings span strong {
	color: #FEAD00;
}
.footerNav {
	clear: both;
	text-align: right;
}
.footerNav a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 0.1em;
	font-size: 70%;
	padding-right: 20px;
}
.footerNav a:hover {
	color: #FEAD00;
	text-decoration: none;
}
#footer .bookings a:hover {
	color: #FEAD00;
	text-decoration: none;
}
#mainRight h1 {
	font-weight: normal;
	font-size: 140%;
	color: #00807A;
	letter-spacing: 0.1em;
}
.floatRight {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	border: 1px solid #808080;
	padding: 6px;
}
.gallery {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	float: left;
}
.gallery li {
	float: left;
	padding: 6px;
	margin: 6px;
}
.gallery li img {
	border: 1px solid #00807A;
	padding: 2px;
}
.res {
	display: block;
	width: 200px;
	height: 200px;
	float: right;
}
#mainRight a {
	color: #015B57;
}
#mainRight a:hover {
	color: #015B57;
	text-decoration: none;
}
