/* clients.css */
#main_image
{
	position: relative;
	width: 952px;
	margin-top: -2px;
	border-left: 4px solid #000;
	border-right: 4px solid #000;
	border-bottom: 2px solid #000;
	height: 382px;
	background: url("../images/clients_image.jpg") 0 0 no-repeat;
}
#get_estimate
{
	display: block;
	position: absolute;
	left: 560px;
	top: 365px;
	width: 290px;
	height: 35px;
	background: url("../images/get_estimate_red.gif") 0 0 no-repeat;
}
#get_estimate:hover
{
	background: url("../images/get_estimate_yellow.gif") 0 0 no-repeat;
}
#main_spacer
{
	width: 952px;
	border-left: 4px solid #000;
	border-right: 4px solid #000;
	height: 5px;
}
#main_bottom
{
	clear: both;
	width: 960px;
	height: 24px;
	margin-left: 0;
	background-image: url("../images/page_bottom_clear.gif");
}
