.bottom .width {
	width: 800px;
}

.body .positioner {
	width: 600px;
}


.body-image {
	display: block;
}

.free-estimate img {
	display: block;
}

h2.services  {
	border-bottom: none;
	font-size: 18px;
	margin-top: 20px;
}


/**************************************/

.content table.references {
	width: 100%;
	margin-bottom: 18px;
}

.content .reference {
	/*width: 300px;*/
	margin: 8px;
	font-family: Arial, Sans Serif;
	font-size: 13px;
}

.content .reference .quote {
	font-style: italic;
}

.content .reference .person {
	margin-left: 22px;
	/*
	font-weight: bold;
	color: #696969;
	*/
}
.content .reference .location {
	margin-left: 22px;
}
.content .promo {
	display: block;
	float: right;
	margin: 0px 0px 15px 20px;
}

#services { /* NOTE: id needed for the borders */
	margin: 10px 20px;
	clear: both;
	
	border: 1px solid white; /* IE style */
	border-style: hidden; /* FF style */
}

table.services td {
	border: 20px solid white;
	border-bottom-width: 0px;
	border-top-width: 0px;
}


