#team-listing {
	margin-top: 20px;
}

#team-listing .team-member {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #ebebeb;
	clear: left;
}
.team-member h4 {
	color: #841303;
}
.team-image {
	width: 150px;
	height: 100px;
	float: left;
}
