/*
=====================================
===== HOMEPAGE SPECIFIC STYLING =====
=====================================

debugging: 
	border: #FFCC00 dashed 1px;

*/
#services {
	width: 370px;
	margin: 0 0 0 30px;
	padding: 0;
}
#services li {
	float: left;
	list-style: none;
	margin: 12px;
	border: #ccc solid 5px;
	height: 79px;
	background: #fff;
}
