@charset "utf-8";
/* CSS Document */

.staff_name {
	font-size: 16px;
	font-weight: bold;
}
.offices {
	float:left;
	width:250px;
}
.leftStaff {
	float:left;
	width:350px;
}
.rightStaff {
	float:right;
	width:350px;
}
