@charset "utf-8";
body,td,th {
	font: 10pt Arial, Helvetica, sans-serif;
}
.hotel  {
	background: #E0E0E0;
}
.hotel p {
	margin: 0px;
	padding: 0px 0px 3%;
}

#header {
	background-image: url(images/header_image.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
	height: 130px;
	width: 780px;
}

body {
	margin: 20px;
	padding: 0px;
	background-color: #000000;
}
#menu {
	background-color: #003366;
	clear: both;
	text-align: left;
	width: 780px;
	margin: 0px;
	padding: 10px 0px 15px;
	overflow: hidden;
}
#content {
	background: #FFFFFF url(images/content_strip_bottom.gif) no-repeat left bottom;
	margin: 0px;
	padding: 20px;
	text-align: left;
	width: 740px;
	clear: both;
}

#menu li a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px 20px 50px;
	margin: 0px;
}
#footer {
	background: #333333;
	margin: 0px;
	padding: 10px 20px;
	width: 740px;
	font-size: 80%;
	color: #FFFFFF;
	clear: both;
}
h1 {
	font-size: 170%;
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

#footer_top {
	background: url(images/footer_strip_top.gif) no-repeat;
	clear: both;
	height: 10px;
	width: 780px;
	margin: 20px 0px 0px;
}
#footer_bottom {
	background: url(images/footer_strip_bottom.gif) no-repeat;
	clear: both;
	height: 10px;
	width: 780px;
}

#menu li a:hover {
	background: url(images/menu_item_bg.gif) repeat-x left top;
}

#menu li {
	display: inline;
	font-weight: bold;
	font-size: 120%;
}
.hotel_name {
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px;
	padding: 0px 10px 10px;
}

.hotel_menu {
	margin: 0px;
	padding: 10px 10px 0px;
}
.hotel_menu li {
	display: inline;
	font-size: 80%;
}
.hotel_menu li a {
	text-decoration: none;
	color: #333333;
	border-bottom: 1px solid #CCCCCC;
	margin: 0px 20px 0px 0px;
	padding: 0px;
}
.hotel_menu li a:hover {
	text-decoration: none;
	color: #000000;
	border-bottom: 1px solid #999999;
}

#menu_top {
	background-image: url(images/menu_strip_top.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 30px;
	width: 780px;
	clear: both;
}
.corner_lt {
	background: url(images/corner_lt.gif) no-repeat left top;
	height: 10px;
}
.corner_rt {
	background: url(images/corner_rt.gif) no-repeat right top;
	height: 10px;
}
.corner_rb {
	background: url(images/corner_rb.gif) no-repeat right bottom;
	height: 10px;
}
.corner_lb {
	background: url(images/corner_lb.gif) no-repeat left bottom;
	height: 10px;
}

