
.team_box {
	width: 640px;
	background-color: #efefee;
	position: relative;
	padding: 20px 20px 40px;
	margin: 5px 0 0;
}

.team_name {
	position: absolute;
	left: 20px;
	top: 30px;
	width: 224px;
}

.team_name h1 {
	border-bottom: 1px solid #691f72;
	padding-bottom: 2px;
	margin-bottom: 10px;
}

.team_title {
	font-style: italic;
	color: #691f72;
}

.team_bio {
	width: 390px;
	padding-left: 250px;
	padding-top: 10px;
	line-height: 20px;
}

.team_more {
	color: #77B959;
}

.team_more a {
	color: #77B959;
}

.team_member_box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 224px;
}

.team_member_bio_block {
	width: 380px;
	padding-left: 250px;
	padding-top: 10px;
}

.team_member_bio_block li {
	list-style-type: disc;
}

.team_member_photo {	
	margin-top: 10px;
	border-bottom: 2px solid #691f72;
}