ul#services {
	clear:both;
	margin-left:0;
	padding-left:0;
}
ul#services li {
	display:block;
	float:left;
	width:23%;
	height:120px;
	padding:0 5px;
}

ul#services:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

ul#services {
	zoom: 1;     /* triggers hasLayout */
}  /* Only IE can see inside the conditional comment
and read this CSS rule. Don't ever use a normal HTML
comment inside the CC or it will close prematurely. */

ul#services h1 {
	font-size:16px;
	font-weight:bold;
	margin-bottom:0px;
}
ul#services li p {
	font-size:12px;
	margin-top:0;
}

