#customers {
	margin: 0;
	padding: 0;
	list-style: none;
}

#customers, #customers * {
	line-height: 1em;
}

#customers li {
	float: left;
	width: 240px;
	height: 115px;
	overflow: hidden;
	font-size: 11px;
	text-align: center;
	border-bottom: solid 1px #dddddd;
	margin-bottom: 20px;
}

#customers li.no-image {
	font-size: 16px;
	font-weight: bold;
	line-height: 115px;
}

#customers li img {
	margin-bottom: 5px;
}

#links h3 {
	margin-bottom: 0;
}

#links hr {
	margin-bottom: 10px;
}

#links dt {
	margin-bottom: .25em;
	font-size: 125%;
	font-weight: bold;
}

#links dd {
	margin: 0 0 1.5em 0;
}