div.trainer {
}
div.trainer-info {
	cursor				: pointer;
	width				: 500px;
	margin				: 0 auto;
	padding-bottom		: 60px;
}
div.trainer-left {
	float				: left;
	width				: 50%;
	height				: 220px;
	text-align			: center;
}
div.trainer-right {
	width				: 100%;
	height				: 220px;
	text-align			: center;
}
p.trainer-text {
	line-height			: 2em;
	font-size			: 0.9em;
	margin-top			: -40px;
}

