/*
	Connecticut School of Mixed Martial Arts

	Website:		ctmma.com
	Filename:		bios.css
	Description:	Team bios stylesheet
	Last Updated:	2009.12.08
*/

.container-bios {
	overflow: auto;
	width: 900px;
}
.bios-photo {
	float: left;
	margin-right: 50px;
	overflow: hidden;
	width: 150px;
}
.bios-photo img {
	border-top: 2px solid #111;
	border-right: 2px solid #333;
	border-bottom: 2px solid #333;
	border-left: 2px solid #111;
	height: 200px;
}
.bios-details {
	float: right;
	width: 700px;
}