/*
.staff {
	padding: 5px;
	position: relative;
}

.staff h3 {
	padding: 0 0 0 5px;
	background-color: #0072BD;
	color: #FFF;
}

.staff .photo {
	width: 25%;
	max-width: 25%;
}

.staff .photo img {
	margin-left: 10px;
	margin-bottom: 10px;

	position: absolute;
	right: 2%;
}

.staff .info {
	width: 70%;
	float: left;
}

.staff .info dt {
	font-weight: bold;
}

.staff .info dd {
	margin-left: 10px;
	margin-bottom: 5px;
}
*/
