div#content {
	padding-left: 30px;
	margin: 10px 0;
}

div#content h2 {
	padding-left: 0px;
}

div#category {
	width:40%;
	float:left;
}

div.service_icon {
	float:left;
	width:25px;
	margin-top:12px;
}

div.service_name {
	float:left;
	width:300px;
}

div.clear_float {
	clear: both;
}

div#map {
	float:left;
	width:470px;
	height:400px;
	margin: 30px 0px 20px 30px;
	border: 1px solid black;
}

div#map img {
	background-color: transparent;
}



