h2 {
	clear: both;
	border: 0px solid #ccc;
	border-bottom-width: 1px;
}

div.services {
	float: left;
	width: 310px;
	padding: 0px 0px 20px 0px;
}

div.services.left {
	padding-right: 30px;
}

div.service {
	overflow: auto;
	padding: 0px 0px 10px 0px;
}
	div.service h3 {
		float: left;
	}
	div.price {
		float: right;
	}
	div.description {
		text-align: justify;
		clear: both;
	}