div#container_home {
	position:relative; 
	width:750px;
	margin:0 auto 0 auto; /* combined with body {text-align:center} this centers a page */
	padding-top:40px;
	text-align:left;
	border:0px solid white;
}

ul#nav {
	top:0px;
	left:0px;
	width:750px;
	height:56px;
	background-image:url("/img/bg-nav-home.gif");
	background-position:top center;
	background-repeat:no-repeat;
	margin:0;
	margin-bottom:20px;
	padding:0px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:none;
	border:0px solid black;
}

#nav a {
	display:block;
	height:43px;
	margin-top:4px;
	border:0px solid black;
}

#floor_plans {padding-left:82px;}


