/* LAYOUT */

div#banner{
height: 98px;
width: 752px;
position: absolute;
top: 10px;
left: 100px;
}

div#topnav{
	width:752px;
	height: 30px;
	position: absolute;
	top: 118px;
	left: 100px;
}

div#topnav img#home,
div#topnav img#west,
div#topnav img#pelham,
div#topnav img#brooklyn {
padding-right: 8px;
}

div#topnav img#spacer{
padding-left: 4px;
}

div#topnav img#spacer2{
padding-left: 8px;
}

div#nav{
	width: 160px;
	background: #6D969C;
	position: absolute;
	top: 158px;
	left: 100px;
	height: 300px;
	z-index: 1;
	background-color: #736F52;
}

div#nav img{
padding-left: 25px;
}

div#spacer3{
	position: absolute;
	top: 158px;
	left: 822px;
	width: 30px;
	background-color: #736F52;
	height: 300px;
}

div#content{
	position: absolute;
	left: 100px;
	width: 752px;
	top: 158px;
	height: auto;
	background-image: url(../images/contentbg_home.jpg);
}

div#body{
position:relative;
left: 170px;
top: 0px;
width: 542px;
height: auto;
}

div#legal{
position:relative;
left: 170px;
width: 542px;
height: auto;
background-color: #D6C7A6;
}
/* END LAYOUT */
