div.title {
	height: 50px;
	border: 1px solid blue;
}

div.staff_page_wrapping_box {
	margin: 10px;
}

div.staffmember_wrapping_box {
	clear: both;
	position: relative; /* this should give all child boxes a non-static corner to work off of... */
	padding: 5px;
}

div.staffmember_photo {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
	width: 200px;
	height: 200px;
}

img.staff_page_personal_photo {
	border: 1px solid black;
	display: block;
}

div.staffmember_bio {
	float: left;
	width: 550px;
}

span.staff_title {
	font-style: italic;
}

p.clearhack {
	clear: both;
}

.odd {
	background-color: #F0F0F0;
}

.even {
	background-color: white;
}

