html,body {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #669999;
	text-align:center;
}

h2 {
	color:#8a3919;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
}

p {
	color:#898373;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;	
}

p a {
	color:#9f634b;
}

.home_amenities {
	background-image: url(../images/main_amenities_bg.jpg);
	width:265px;
	height:371px;
}

.regular {
	color:#898373;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;	
}

.bold {
	color:#898373;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-weight:bold;
}

.highlight {
	color:#7c642c;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;	
}

.floorplan_divider {
	background-image: url(../images/floorplan_divider.gif);
	background-repeat:no-repeat;
	width:585px;
	height:3px;
}

ul {
	list-style-type:none;
	list-style-image: url(../images/list_arrow.gif);
	margin-left:0px;
	padding-left:0px;
}

li {
	color:#7c642c;
	font-size:12px;	
	padding-bottom:10px;
}

li a {
	color:#7c642c;
	text-decoration:underline;
}

#container {
	width: 100%;
	/*height: 100%;*/
	padding: 0px;
	margin: 0px;
	border: 0px;
}

#header {
	background-image: url(../images/header_bg.jpg);
	width:878px;
	height:82px;
}

#footer {
	background-image: url(../images/footer_bg.jpg);
	width:878px;
	height:36px;
	text-align:center;
	line-height:36px;
	color:#e2dac9;
	font-size:14px;
}

#global {
	width:878px;
	height:36px;
	text-align:center;
	line-height:36px;
	color:#d3ceca;
	font-size:14px;
	word-spacing:5px;
}

#global a {
	text-decoration:none;
	color:#d3ceca;
}

#content {
	background-color: #f7f6f2;
}

.contentItem {
	padding:30px;
	text-align:left;
}


#navContainer {
	background-image: url(../images/nav_bg.gif);
	text-align:left;
}



#nav1 {
	background-image:url(../images/nav1_bg.gif);
}
#nav2 {
	background-image:url(../images/nav2_bg.gif);
}
#nav3 {
	background-image:url(../images/nav3_bg.gif);
}
#nav4 {
	background-image:url(../images/nav4_bg.gif);
}
#nav5 {
	background-image:url(../images/nav5_bg.gif);
}
#nav6 {
	background-image:url(../images/nav6_bg.gif);
}
#nav7 {
	background-image:url(../images/nav7_bg.gif);
	height:50px;
}

.nav {
	height:48px;
	padding-left:22px;
	color:#776e5a;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	text-align:left;
	line-height:48px;
}

.nav a {
	text-decoration:none;
	color:#776e5a;
}
.nav a:hover {
	color:#9f634b;
}

.navSelected {
	height:48px;
	padding-left:22px;
	color:#9f634b;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	text-align:left;
	line-height:48px;
}
.navSelected a {
	text-decoration:underline;
	color:#9f634b;
}


.lang {
	color:#e2dac9;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	padding:20px; 
	text-decoration:none;
}
.lang a {
	color:#e2dac9;
	text-decoration:none;
}

