body, h3 {
	margin: 0;
	padding: 0;
	font: 1em/1em Helvetica, Arial, sans-serif;
	background: #FFF;
}

a, a:hover {
	color: #000;
	text-decoration: none;
}

ul, li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul {
	padding: 10px;
}

#staff_list h3 a {
	background: #F5F3F3;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #C0B6AA;
	padding: 10px;
	display: block;
}

#staff_list h3 a:hover, #staff_list h3 a:active {
	background: #EAE3DA;
}
#staff_content {
	background: #EAE3DA;
	border-bottom: 1px solid #C0B6AA;
}
#staff_list {
	font-size: .75em;
	border-top: 1px solid #C0B6AA;
	width: 232px;
}

#staff_list img {
	float: right;
	margin: 10px;
	padding: 1px;
	border: 1px solid #C0B6AA;
}
