html, body {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url('../images/background.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
}
img {
	border: none;
}
form {
	margin: 0;
	padding: 0;
}

#main {
	width: 900px;
	margin: 20px auto 0 auto;
}
#sidebar {
	float: left;
	width: 220px;
}
#logo {
	margin-top: 8px;
}
#panel {
	margin-left: 240px;
	width: 616px;
}

#panel_top {
	height: 367px;
	background-image: url('../images/panel_top.png');
	background-repeat: no-repeat;
	position: relative;
}
#panel_shadow {
	background-image: url('../images/shadow.png');
	background-repeat: repeat-y;
	background-position: left;
	padding-left: 17px;
}
#content {
	background-image: url('../images/panel_bottom.png');
	background-repeat: no-repeat;
	background-position: bottom left;
	min-height: 262px;
}
#panel_bottom {
	background-image: url('../images/panel_center.png');
	background-repeat: repeat-y;
	background-position: left;
}
#panel_footer {
	background-image: url('../images/panel_footer.png');
	background-repeat: no-repeat;
	background-position: left top;
	height: 43px;
}


#main_image {
	position: absolute;
	top: 21px;
	left: 37px;
}
#main_image_top, #main_image_bottom {
	position: absolute;
	left: 0;
	z-index: 20;
	background-repeat: no-repeat;
	height: 17px;
	width: 558px;
}
#main_image_top {
	top: 0;
	background-image: url('../images/main_image_top.png');
}
#main_image_bottom {
	top: 247px;
	background-image: url('../images/main_image_bottom.png');
}
#main_image_content {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 555px;
	height: 264px;
	overflow: hidden;
}
#main_image_content img {
	position: absolute;
	top: 0;
	left: 0;
}
#main_image_content img.image_top {
	z-index: 15;
}
#main_image_content img.image_bottom {
	z-index: 12;
}


#menu {
	position: absolute;
	top: 291px;
	left: 88px;
}
#menu a {
	float: left;
	display: block;
	padding: 17px 11px 0 11px;
	margin-right: 30px;
	height: 13px;
	color: White;
	font-weight: bold;
	text-decoration: none;
}
#menu a:hover, #menu a.selected {
	background-image: url('../images/menu_highlight.png');
	background-repeat: repeat-x;
}
#menu #menu_bottom a {
padding-top: 16px;
}
#menu_bottom {
	clear: left;
}

#content {
	color: White;
	padding: 12px 71px 0 83px;
}
#content h1, #content p {
	margin-top: 0;
}
#content h1 {
	font-size: 18px;
	color: #5aa4c0;
}
#content a {
	color: White;
}
#content_text {
	min-height: 200px; 
	margin-bottom: 28px;
}
#footer_nav a {
	text-decoration: none;
	font-size: 11px;
	color: #AAAAAA;
	margin-right: 12px;
}
#footer {
	margin-top: 8px;
	color: #555555;
letter-spacing: 1px;
}
#footer span {
	margin-left: 24px;
}


#reservations {
	margin-top: 40px;
}
div.reservations_field {
	border: solid 1px #e0e0e0;
	width: 143px;
	margin-bottom: 10px;
	padding: 2px 10px 2px 8px;
}
#reservations div.label {
	font-weight: bold;
	float: left;
	width: 60px;
	font-size: 11px;
}
#reservations div.input {
	margin-left: 60px;
}
#reservations div.input input.text {
	border: none;
	background-color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 76px;
	margin: 0;
	padding: 0;
}
#sidebar_menu {
	margin: 25px 0 0 0;
	padding: 0;
	list-style: none;
}
#sidebar_menu a {
	color: #888888;
	text-decoration: none;
}
#sidebar_menu li {
	background-repeat: no-repeat;
	background-position: left center;
	padding: 5px 0 5px 23px;
}
li#e_promotions {
	background-image: url('../images/icons/e_promotions.gif');
}
li#guest_comments {
	background-image: url('../images/icons/guest_comments.gif');
}
li#contact_us {
	background-image: url('../images/icons/contact_us.gif');
}
#promotions {
	margin-top: 45px;
}