#customers {
	margin:0 0 0 10px;
}

#customers #customer {
	float:left;
	width:240px;
	height:70px;
}
	#customers #customer .title {
		float:left;
		margin:0px;
		font-weight:bold;
		text-decoration:underline;
	}
		#customers #customer .title a {
			font-weight:bold;
		}
	#customers #customer .description {
		float:left;
		clear:both;
		margin:0px;
		width:240px;
	}