#coach_images {
	float: left;
	width: 250px;
	text-align: center;
}

#coach_images img {
	margin: 20px 0;
}

#thumbs {
	width: 240px;
	margin: 0 auto;
}

.hint {
	text-align: center;
	font-size: .9em;
}

#thumbs img {
	float: left;
	border: 1px solid #f60;
	margin: 8px;
}

#copy {
	margin-left: 300px;
}

#copy h2 {
	padding-bottom: .4em;
}

#float_wrap {
	overflow: hidden;
}

#hoverDiv {
	border: 1px solid #f60;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	background: #fff;
}

#left_column {
	text-align: left;
}

#left_column ul {
	margin: 0 0 30px 7px;
	padding: 0;
	list-style-type: none;
}

#left_column ul li {
	background: url('../images/arrow.gif') no-repeat left 50%;
	padding-left: 10px;
	line-height: 1.4em;
	margin-bottom: 1.4em;
}