.employeeWrapper {
	clear: both;
	border-top: 1px solid #b1b1b1;
	padding-top: 16px;
}

.employeePhoto {
	width:160px; text-align:center; float:left;
	clear: right;
}
.employeeBio {
	width: 290px; 
	float:right;
	margin-right: 42px;
	margin-bottom: 32px;
	padding-right: 0;
}

.employeeBio .phone {
	margin-top: 18px;
}

.employeeBio h4 {
	margin-top: 0;
}