@charset "utf-8";
body {
	background-image: url(../images/body_bkgd.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #AA8B69;
}
#banner {
	background-image: url(../images/header_banner.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 955px;
	height: 85px;
	margin-right: auto;
	margin-left: auto;
}

#header_bar {
	height: 33px;
	background-image: url(../images/top_bar.gif);
	background-repeat: repeat-x;
}
#header_bar2 {
	background-image: url(../images/reflection.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 33px;
	width: 955px;
	margin-right: auto;
	margin-left: auto;
}
#nav_menu {
	height: 33px;
	float: right;
	z-index: 1000;
	margin-right: 5px;
}
#nav_menu ul {
	padding: 0px;
	list-style-type: none;
	margin: 0px;
}
#nav_menu ul li {
	float: left;
	margin-left: 0px;
	background-image: url(../images/divider.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#nav_menu ul li.last {
	background-image: none;
}
#nav_menu a {
	display: block;
	cursor: pointer;
	color: #D8C8BA;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	line-height: 1.5em;
	padding: 0.8em;
	/*background-image: url(../images/divider.gif);
	background-repeat: no-repeat;
	background-position: left 5px;*/
	width: 75px;
	text-align: center;
}
#nav_menu a.first {
	background: none;
}
#nav_menu a.last {
	background: none;
	float: right;
}
#nav_menu a:hover {
	color: #D8C8BA;
	background-image: url(../images/nav_highlight.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#central_area {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}
#main_content {
	background-color: #D8C9BA;
	border: 2px solid #68242C;
	width: 100%;
	margin-top: 10px;
	float: left;
	padding-top: 10px;
}
#calendar_container {
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}
#gallerycontainer {
	height: 700px;
	padding-left: 10px;
	padding-top: 10px;
}
#gallery_content {
	width: 860px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#photogallery_page {
	width: auto;
	text-align: center;
}
#gallery {
	width: 850px;
	height: 600px;
	background-color: #D8C9BA;
}




#feature {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-image: url(../images/feature_gradient.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#room {
	margin-left: 30px;
	width: 860px;
	margin-bottom: 10px;
}
#lg_tour_pic {
	border: 3px solid #68242C;
	margin-right: auto;
	margin-left: auto;
	width: 600px;
}
#tour_pic {
	border: 3px solid #68242C;
	margin-left: 80px;
	width: 300px;
	float: left;
}


#menu_container {
	width: 700px;
	margin-top: 10px;
	float: left;
	text-align: center;
	margin-bottom: 10px;
}
#menu_page {
	width: auto;
}
#menu_page iframe {
	width: 690px;
	height: 885px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#side_bar {
	width: 200px;
	margin-left: 725px;
	margin-top: 10px;
}
h1 {
	color: #68242C;
	text-align: center;
}
#main_content h1 {
	background-image: url(../images/welcome_bkgd.png);
	background-repeat: no-repeat;
	background-position: center center;
	line-height: 60px;
	font-size: 40px;
	font-weight: bold;
}

h3 {
	text-align: center;
	color: #68242C;
	font-size: 20px;
}
#feature h3 {
	text-align: left;
	background-image: url(../images/title_bkgd.png);
	background-position: left center;
	background-repeat: no-repeat;
}
p {
	color: #68242C;
	font-weight: bold;
}
a {
	color: #68242C;
}

#feature a {
	color: #68242C;
}
#feature a:hover {
	color: #AE916D;
}
#mapTable {
	margin-top: 10px;
	margin-bottom: 10px;
}




#footer {
	background-image: url(../images/bottom_bar.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 33px;
	margin-top: 15px;
}
#bottom_nav {
	margin-right: auto;
	margin-left: auto;
	width: 465px;
	font-weight: bold;
	color: #D8C9BA;
	padding: 8px;
	height: 33px;
}
#bottom_nav a {
	color: #D8C9BA;
	text-decoration: none;
}
#bottom_nav a:hover {
	color: #AA8B69;
}
#copyright {
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	color: #68242C;
	font-weight: bold;
	margin-top: 10px;
}
#copyright a {
	color: #68242C;
	text-decoration: none;
	font-style: italic;
}
#copyright a:hover {
	color: #000000;
}
#clear_float {
	clear: both;
}
