body {
	margin: 0;
	background-color: #FFF;	
}

#container {
	margin: 0 auto;
	width: 900px;
	text-align: center;
	margin-top:40px;
}

#nav {
	width:650px;
	text-align:left;
	margin-left:250px;
}

#building {
	
	background-color:#b9ac97;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:18px;
	color:#000;
	text-align:left;
	height:460px;
	width:660px;
	background-image:url('images/building_right.jpg');
}
#building_gallery {
	
	background-color:#b9ac97;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:18px;
	color:#000;
	text-align:left;
	height:460px;
	width:660px;
	background-image:url('images/gallery_right.gif');
	
}

#building_livingroom {
	
	background-color:#b2995d;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:18px;
	color:#000;
	text-align:left;
	height:460px;
	width:660px;
	background-image:url('images/building_kitchen_right.jpg');
}

#building_bathroom {
	
	background-color:#b2995d;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:18px;
	color:#000;
	text-align:left;
	height:460px;
	width:660px;
	background-image:url('images/building_bathroom_right.jpg');
}

.selectedlink {
	padding:5px;
	color:#000;
}

#building_content {
	position:relative;
	
	
	line-height:16px;
	top:-50px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	color:#b9ac97;
	background-color:#513912;
}
#building_nav {
	position:relative;
	height:50px;
	top:435px;
	left:20px;
	color:#b9ac97;
}
#building_nav a {
	padding:5px;
	color:#b9ac97;
	text-decoration:underline;
}
#building_nav a:visited {
	padding:5px;
	color:#b9ac97;
	text-decoration:underline;
}
#building_nav a:hover {
	padding:5px;
	color:#FFF;
	background-color:#000;
	text-decoration:none;
}

#contact {
	background-color:#b9ac97;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:18px;
	color:#FFF;
	text-align:left;
	height:460px;
}

#contact_form {
	margin-left:180px;
}

#neighborhood {
	background-image:url('images/neighborhood.jpg');
	width:899px;
	text-align:left;
	height:460px;
}

#living {
	position:relative;
	left:197px;
	top:330px;
	width:320px;
	height:150px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:16px;
	text-align:left;	
}

td {
	vertical-align:top;
}

#floorplans {
	width:675px;
	padding-top:70px;
	height:390px;
	background-color:#b9ac97;
}

#maplegend {
	text-align:left;
	line-height:12px;
	background-image:url('images/map_legend_bg.gif');
	width:375px;
	height:460px;
}
#mapcols {
	width:355px;
	padding-top:0px;
	padding-left:0px;
	text-align:center;
}

.maphead {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#000;
	font-weight:bold;
}
.maplist {
	text-align:left;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	color:#666;
	font-size: 10px;
}

			.textfield {
				margin-bottom:10px;
				border: 0px solid;
				border-color: #321f12;
				background-color: #ffffff;
				color:#403016;
				width:175px;
				margin-top:5px;
				font-family: Georgia, times, serif;
				font-size: 11px;
			}
			
			textarea {
				margin-bottom:10px;
				border: 1px solid;
				border-color: #CCCCCC;
				background-color: #ffffff;
				color:#000000;
				width:175px;
				font-family: Georgia, times, serif;
				font-size: 11px;
			
			}			
			
			select {
				margin-bottom:10px;
				border: 1px solid;
				border-color: #CCCCCC;
				background-color: #ffffff;
				color:#000000;
				width:175px;
				font-family: Georgia, times, serif;
				font-size: 11px;
			}
			