body
{
	text-align: center;
}

#container
{
	
	margin: 0px auto;
	width: 894px;
	height: 420px;
	text-align: left;
	overflow: visible;
}

#headerDiv
{
	width: 100%;
	height: 50px;
	text-align: center;
}

#leftSidebar
{
	width: 304px;
	position: relative;
	height: 420px;
	text-align: center;
}


#middle
{
	left: 316px;
	width: 264px;
	position: relative;
	top: -420px;
	height: 420px;
	text-align: center;
}


#rightSidebar
{
	left: 588px;
	width: 306px;
	position: relative;
	top: -840px;
	height: 420px;
	
	text-align: center;
}
#spacerDiv
{
	width: 100%;
	height: 20px;
}
#addressDiv
{
	width: 100%;
	height: 128px;
	
	text-align: center;
}
#directionsDiv
{
	width: 100%;
	position: relative;
	top: 15px;
	height: 200px;
}

#parkerDiv
{
	width: 100%;
	height: 294px;
	
}
#mapDiv
{
	width: 100%;
	position: relative;
	top: 7px;
	height: 46px;
	
}

