#team_left {
	float: left;
	height: auto;
	width: 260px;
	display: inline;
	padding-left: 20px;
}

#team_middle {
	float: left;
	height: auto;
	width: 260px;
	display: inline;
	padding-left: 30px;
	padding-right: 30px;
}

#team_right {
	float: right;
	height: auto;
	width: 260px;
	display: inline;
	padding-right: 20px;
}

#team_left, #team_middle, #team_right{
	font-size: 12px;
	line-height: 1.5em;
	margin-bottom: 40px;
}

#team_left p, #team_middle p, #team_right p{
	margin-top: 10px;
}
.coachbox {
	padding: 20px;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	overflow: hidden;
}

.coach {
	float: left;
	width: 250px;
	padding-bottom: 30px;
	padding-left: 10px;
	height: 80px;
	overflow: hidden;
	padding-top: 20px;
	font-size: 11px;
	padding-right: 20px;
	left: -10px;
	position: relative;
}

.coachbox .coach img {
	float: left;
	margin-top: 6px;
	margin-right: 20px;
	margin-bottom: 30px;
	-webkit-box-shadow: 0px 0px 10px #888;
	-moz-box-shadow: 0px 0px 10px #888;
}

.coachbox .coach a,
.coachbox .coach a:link,
.coachbox .coach a:visited,
.coachbox .coach a:active {
	color: #252426;
	text-decoration: underline;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

.coachbox .coach a:hover,
.coachbox .coach a:focus {
	text-decoration: none;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	color: #000000;
}

.coachbox .coach h2 {
	font-size: 12px;
	line-height: 1.5em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	display: inline;
}
