body {
	margin: 0px;
	padding: 0px;
	background-color: #003366;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 125%;
	color: #003366;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 110%;
	color: #003366;
	margin-top: 2px;
	padding-top: 0px;
	font-weight: normal;
}
h3 {
	font-size: 100%;
	color: #003366;
}
h4 {
	font-size: 90%;
	color: #003366;
}
p {
	font-size: 80%;
	line-height: 150%;
	color: #33444C;
}
#header {
	background-color: #EFA31A;
	background-image: url(graphics/back_header.jpg);
	background-repeat: repeat-x;
	padding-top: 15px;
	padding-left: 90px;
}
#subheader {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin: 0px;
	background-image: url(graphics/back_subheader.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 10px;
	clear: both;
	background-color: #003366;
	padding-top: 18px;
}
#wrapper {
	background-color: #ECE9E0;
	background-image: url(graphics/back_content.jpg);
	background-repeat: repeat-x;
}
#content {
	margin-right: auto;
	margin-left: auto;
	width: 750px;
	padding: 45px 0px 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#left {
	float: left;
	width: 450px;
	padding-right: 25px;
	padding-left: 25px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #33444C;
}
#right {
	margin-left: 500px;
	padding-left: 25px;
}
#footer {
	text-align: center;
	color: #ECE9E0;
	background-color: #003366;
	font-size: 70%;
	padding-bottom: 25px;
	background-image: url(graphics/back_footer.jpg);
	background-repeat: repeat-x;
	padding-top: 25px;
}
#footer a:link {
	color: #ECE9E0;
	text-decoration: none;
}
#footer a:visited {
	color: #ECE9E0;
	text-decoration: none;
}
#footer a:hover {
	color: #FBE515;
	text-decoration: underline;
}
#floatclear {
	background-image: url(graphics/back_floatclear.jpg);
	background-repeat: repeat-x;
	clear: both;
	height: 68px;
	background-position: left bottom;
}
#tabs {
	float:right;
	width:100%;
	font-weight: bold;
	font-size: 90%;
	line-height:normal;
	background-image: url(graphics/back_tabs.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #EFA31A;
}
#tabwrapper {
	margin-right: auto;
	margin-left: auto;
	width: 760px;
}
#tabs ul {
	margin:0;
	padding:10px 10px 0px;
	list-style:none;
    }
#tabs li {
	float:right;
	background:url(graphics/tab_right_default.jpg) no-repeat right top;
	margin:0;
	padding:0;
    }
#tabs a {
	display:block;
	background:url(graphics/tab_left_default.jpg) no-repeat left top;
	padding:5px 17px;
	color: #33444C;
	text-decoration: none;
    }
#tabs a:hover {
	color: #003366;
	text-decoration: underline;
}
body.home #tabs a.home, body.rooms #tabs a.rooms, body.amenities #tabs a.amenities, body.meetings #tabs a.meetings, body.location #tabs a.location, body.contact #tabs a.contact {
	color: #ECE9E0;
	text-decoration: none;
	background-image: url(graphics/tab_left_active.jpg);
	padding-bottom: 6px;
}
body.home #tabs li.home, body.rooms #tabs li.rooms, body.amenities #tabs li.amenities, body.meetings #tabs li.meetings, body.location #tabs li.location, body.contact #tabs li.contact {
	background-image: url(graphics/tab_right_active.jpg);
	background-repeat: no-repeat;
}
#right ul {
	font-size: 80%;
	color: #33444C;
	line-height: 150%;
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 12px;
}
#right ul li {
	background-image: url(graphics/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 14px;
	margin-left: 12px;
}
#links {
	padding-top: 15px;
	padding-bottom: 15px;
}
#photos {
	padding-bottom: 15px;
}
a:link {
	color: #003366;
	text-decoration: underline;
}
a:visited {
	color: #003366;
	text-decoration: underline;
}
a:hover {
	color: #E8970A;
	text-decoration: none;
}
#reserve {
	background-image: url(graphics/back_reserve.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #33444C;
}
#contact {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #33444C;
}
