.staff_member
{
	position: relative;
	left: 0px;
	top: 0px;
	margin-bottom: 25px;
	min-height: 128px;
}

.staff_member .picture
{
	float: left;
	width: 120px;
	height: 120px;
	margin-right: 10px;
	margin-bottom: 5px;
}

.staff_member .picture img
{
}

.staff_member .position
{
	margin-bottom: 5px;
	font-size: 12pt;
}

.staff_member .name
{
	font-size: 10pt;
	font-style: italic;
	margin-bottom: 5px;
}

.staff_member .address
{
	margin-top: 10px;
	margin-bottom: 10px;
}

.staff_member .phone
{
	margin-bottom: 5px;
}

.staff_member .email
{
	margin-bottom: 5px;
}

.staff_member .profile
{
	color: #505050;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}
