/* CSS Document */

#website_design { 
	clear: both;
	width: 849px;
	height: 247px;
	background: url(../images/site_design.gif);
	margin-top: 40px;
}

h1 {
	clear: both;
	width: 386px;
	height: 36px;
	text-indent: -5000px;
	background: url(../images/professional_site_design.gif);
	margin: 0 0 0 220px;
}

p.that_wont {
	clear: both;
	width: 612px;
	height: 22px;
	text-indent: -5000px;
	background: url(../images/that_wont_cost.gif);
	margin:0;padding:0;
	margin: 0 0 0 80px;
}

#details_container {
	width: 628px;
	background-color: #f8f9ed;
	padding: 20px;
	margin-top: 13px;
}
#details_container p {
	margin:0;padding:0;
}

#detail_divider {
	height: 1px;
	border-bottom: 1px solid #c5c6b3;
	display: block;
	clear: both;
	margin: 5px 0 5px 0;
}


