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

#staff li {
	padding-bottom: 2em;
	margin-bottom: 2em;
	border-bottom: dashed 1px #c9c5a2;
}

#staff li.last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

#staff img {
	float: left;
}

#staff .desc {
	display: block;
	margin-left: 185px;
}

#staff h4 {
	margin-top: 0;
}
