.staffRow {
	margin-bottom: 50px;
}

.staffPhoto, .staffInfo {
	display: table-cell;
	vertical-align: top;
}

.staffPhoto {
	width: 250px;
}

.staffInfo, h1 {
	padding: 0 20px 0 20px;
}

.staffInfo p {
	text-align: justify;
	font-size: 1em;
}

.staffInfo h2, .staffInfo h3 {
	display: block;
}

.staffInfo h2 {
	font-size: 1.5em;
	color: #B30000;
	font-weight: bold;
}

.staffInfo h3 {
	font-family: Georgia, "Times New Roman", serif;
	font-weight: normal;
	margin-left: 10px;
	font-style: italic;
	font-size: 1.2em;
	color: #666;
	margin: 0 0 1em 0;
}