@charset "utf-8";
@import url("top-navigation.css");
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background: #204543 url(../images/page-bg.gif) repeat-x top left;
}

#wrapper {
	width:  900px;
	margin: 0 auto;
	background-color: #fff;
}

#flash-holder {
	height: 217px;
	border-bottom: 4px solid #AB8D3D;
}

#main-content { 
	float: left;
	width: 600px;
	padding-left: 10px;
}

h2 {
	font-size: 1.3em;
	font-weight: bold;
	margin-top: 10px;
}

#right-content {
	float: right;
	width: 250px;
	padding-left: 10px;
	border-left: 1px dashed #30716D;
	margin-top: 15px;
}

#right-content img {
	border: 0;
}

.photo-thumbnail {
	width: 100px;
	height: 100px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 15px;
	float: left;
}

#footer {
	clear: both;
	background-color: #30716D;
	height: 30px;
	line-height: 30px;
}

#footer p {
	color: #fff;
	margin-left: 20px;
	font-size: 0.8em;
}

.booknow-button {
	width: 430px;
	float: right;
}

.special-offers {
	float: left;
	width: 270px;
	color: #F00;
	border: 1px solid #000;
	text-align: center;
}