#coach_container{
	width:213px;
	height:367px;
	margin: 0px 5px;
}
/****** HEADER ******/
.coach_header{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-bottom: 5px;
}
.coach_header div{
	border-bottom-style: solid;
	border-bottom-width: 3px;
	margin-bottom: 3px;	
}
.coach_header div h1{
	margin: 0px 0px 3px 0px;
	font-size: 12pt;
}
/****** END HEADER ******/
div.coach_content{
	font-size: 8pt;
	overflow: auto;
	border: solid 1px #dddddd;
	height:332px;	
	margin-bottom: 5px;
}
div.coach_content p{
	margin: 5px;
}