#content_wrapper {
	width: 880px;
	height: 150px;
	background-image: url(../images/hp_content_bg.gif);
	background-repeat: no-repeat;
}
#banner_home {
	width: 630px;
	height: 260px;
	background-image: url(../images/hp_banner.jpg);
	background-repeat: no-repeat;
	float: right;
}
#sidebar {
	width: 200px;
	height: 150px;
	float: left;
}
#content {
	width: 680px;
	height: 150px;
	float: right;
}
#specials_wrapper {
	width: 880px;
	height: 70px;
	background-image: url(../images/parker_bg.gif);
	background-repeat: no-repeat;
}
#weather {
	width: 200px;
	height: 70px;
	float: left;
}
#parker {
	width: 680px;
	height: 70px;
	float: right;
}
#links {
	width: 880px;
}
#footer_wrapper {
	width: 880px;
}
.clrFlt {
	clear: both;
}
.centerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}
.centerHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #006699;
	line-height: 14px;
	font-weight: bold;
}
.centerP {
	margin-bottom: 8px;
	margin-top: 0px;
}
