body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	margin: 0px;
	background: url(images/page_bg.png) repeat-x;
	background-color: #84b168;
}

#container {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-color: #84b168;
	border-left: 1px solid #638d49;
	border-right: 1px solid #638d49;
}

#banner {
	background-image: url(images/banner.png);
	height: 345px;
	width: 760px;
	text-align: right;
}

#navbar {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	font-weight: bold;
	background: url(images/navbar.png) no-repeat;
	height: 42px;
	width: 740px;
	padding-left: 20px;
	padding-top: 20px;
	color: #197a30;
}

#navbar a {
	text-decoration: none;
	color: #197a30;
}

#site_info {
	background-image: url(images/footer_bg.png);
	background-repeat: repeat-x;
	background-color: #84b168;
	clear: both;
	height: 96px;
	font-size: 10px;
}

#footer {
	background-image: url(images/footer.png);
	background-repeat: repeat-x;
	height: 30px;
	width: 740px;
	padding: 65px 10px 0px 10px;
	color: #197a30;
	margin-right: auto;
	margin-left: auto;	
}

#footer a {
	color: #197a30;
}

#footer #copyright_info {
	width: 370px;
	text-align: left;
	float: left;
}

#footer #trimaran_info {
	width: 370px;
	text-align: right;
	float: left;	
}

#contents {
	background-image: url(images/content_bg.png);
	background-repeat: repeat-y;
	padding-left: 30px;
	padding-right: 10px;
	clear: both;
	overflow: auto;
	background-color: #84b168;
}

#welcome {
	float: left;
	width: 520px;
	font-size: 10pt;
}

#gallery {
	float: left;
	width: 600px;
	font-size: 10pt;
}

#gallery img {
	padding: 2px;
	border: 0px;
}

#sidebar {
	text-align: right;
	width: 190px;
	margin-left: 530px;
}

#sidebar a {
	color: #197a30;
	text-decoration: none;
}

#sidebar img {
	clear: both;
}

.image_gallery {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

h1.welcome {
	background-image: url(images/h1_welcome.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 520px;
	border-bottom: 1px solid #197a30;
}

#services {
	clear: both;
	width: 580px;
	font-size: 10pt;
}

#services h1.services {
	background-image: url(images/h1_services.png);
	background-repeat: no-repeat;
	background-position: right;
	height: 20px;	
	width: 390px;
	border-bottom: 1px solid #197a30;
	float: right;
}
	
#services img {
	float: left;
	clear: left;
}

h1.room_rates {
	background-image: url(images/h1_room_rates.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 520px;
	border-bottom: 1px solid #197a30;
}

h1.amenities_shops {
	background-image: url(images/h1_amenities_shops.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 520px;
	border-bottom: 1px solid #197a30;
}

h1.reservations_inquiries {
	background-image: url(images/h1_reservations_inquiries.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 520px;
	border-bottom: 1px solid #197a30;
}

h1.contact_us {
	background-image: url(images/h1_contact_us.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 520px;
	border-bottom: 1px solid #197a30;
}

h1.gallery {
	background-image: url(images/h1_image_gallery.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 520px;
	border-bottom: 1px solid #197a30;
}

.definition {
	font-weight: bold;
	color: #197a30;
}

.notes {
	color: #F00;
}

form label, input {
	display: block;
	width: 250px;
	float: left;
	margin-bottom: 10px;
}

form select {
	display: block;
	width: 120px;
	float: left;
	margin-bottom: 10px;
}

form input.checkbox {
	width : 20px;
	float: left;
}

form br {
	clear: left;
}

form input.button {
	width: 80px;
	float: right;
	margin-bottom: 10px;
}
