body {
	background: url('../images/bg_body.jpg') center #ffffff;
	padding:0;
	margin:0;
	font-family: arial;
	font-size: 12px;
	color: #333333;
}
div {
	padding:0;
	margin:0;
}
img {
	border:0;
	margin:0;
	padding:0;
}
a {
	color: #577030;
	text-decoration: none;
}
a.orange {
	color: #c45822;
}
a:hover {
	color: #000000;
}
a.orange:hover {
	color: #000000;
}
a.brown {
	color: #66412f;
}
a.blue {
	color: #5176a0;
}
ul {
	list-style-type: square;
	list-style-image: url('../images/ul.jpg');
	list-style-position: outside;
	padding-left:0.9em;
	margin-left:0.9em;
	}
ul.orange {
	list-style-image: url('../images/ul_orange.jpg');
	}
ul.maroon {
	list-style-image: url('../images/ul_maroon.jpg');
	}
ul.brown {
	list-style-image: url('../images/ul_brown.jpg');
	}
ul.blue {
	list-style-image: url('../images/ul_blue.jpg');
	}	

#container {
	width: 995px;
	margin-left:auto;
	margin-right:auto;
	background: url('../images/bg_main.png') repeat-y transparent;
}
#header,#body {
	width: 967px;
	border:6px solid #cccccc;
	margin-left:8px;
	margin-right:8px;
}
#header {
	background: #ffffff;
}
#body {
	border-top: 0;
	border-bottom: 0;
}
#bottom_border {
	background: url('../images/bg_main_bottom.png') no-repeat transparent;
	width: 995px;
	height: 14px;
	margin-left:auto;
	margin-right:auto;
}
#home_footer_left,#home_footer_right {
	margin-left: 18px;
	margin-right: 18px;
	margin-bottom: 5px;
	margin-top:20px;
	color: #666666;
	font-size:10px;
}
#home_footer_left a,#home_footer_right a{
	color: #666666;
}
#header .navi {
	position: relative;
	bottom: 11px;
}
#body_left_container {
	width: 358px;
}
#body_right_container {
	width: 603px;
}
#body_left,#body_right,#footer {
	padding-left: 18px;
	padding-right: 18px;
	padding-top:12px;
	padding-bottom:12px;
}
#body_right {
	margin-left: 6px;
}
#footer {
	font-size:10px;
	color: #666666;
}
#footer a {
	color: #666666;
}
#gallery {
	width: 602px;
	height: 277px;
	background: url('../images/gallery/gallery_loading.gif');
}
#gallery_controls {
	width: 602px;
	height: 38px;
	background: url('../images/gallery/gallery_control_bg.jpg') repeat-x;

}
#gallery_controls img {
	margin-top:6px;

}
#gallery_controls .gallery_index {
	margin-left:1px;
	margin-right:1px;
}
.cookie_crumb {
	color:#666666;
	font-size:10px;
	font-weight:bold;
}
.cookie_crumb a {
	color:#666666;
}
.cookie_crumb a:hover {
	color:#000000;
}
.page_title {
	padding-top:16px;
	padding-bottom:16px;
}
.page_content {
	line-height: 24px;
}
#page_sub_content {
	padding: 10px;
	height: 120px;
}
.page_sub_content_hidden {
	display:none;
}
.hr_long {
	width:100%;
	border-top:1px solid #999999;
	height:1px;
	margin-top: 30px;
	margin-bottom: 15px;
}
.floor_plan {
	border-collapse:collapse;
}
.floor_plan tr:hover {
	background-color: #f9eec1;
}
.floor_plan td{
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #999999;
}
