div#header
{
	background:url(../images/headerBg.jpg) repeat-x left bottom;
	height:120px;
	margin-bottom:30px;
	text-align:left;
	border-bottom:1px solid #9f9b63;
}
div#innerHeader, div#houseTop
{
	width:900px;
	position:relative;
	margin:0 auto;
	height:100%;
}
div#sidebar
{
	width:273px;
}
div#innerHeader
{
	background: url(../images/houseBottom.jpg) 255px bottom no-repeat;
}
div#houseTop
{
	height:78px;
	background: url(../images/houseTop.gif) 484px bottom no-repeat;
}
div#header span
{
	display:none;
}
div#header h2
{
	position:absolute;
	width:214px;
	height:101px;
	left:38px;
	top:9px;
	margin:0;
	padding:0;
	background:url(../images/headerLogo.jpg) 0 0 no-repeat;
}
div#ft
{
	margin-top:60px;
	padding-bottom:80px;
	text-align:center;

}
div.section
{
	margin-top:30px;
	
}
#map {
	border:1px solid #4a582b;
	height:450px;
	}
#directions 
{
    float:right;
    width:300px;
    font-family:Arial;
}
.hidden
{
    display:none;
}

