div.coachingImageBackground{
	background-color: #E8E8E8;
}
div.coachingImage{
	position: absolute; 
	z-index: 1; 
	left: 0px; 
	top: 0px
}
div.coachingFirstImage{
	position: relative;
	z-index: 1; 
	left: 4px; 
	top: 4px;
	display:block;
	width:400px;
	margin: auto;
}
table.coachingTextTbl{
	width:100%;
	height:450px;
}
td.coachingTextTbl{
	border: 4px solid #B8B8B8; 
	padding: 1px 4px; 
	height: 500px;
	width:100%;
	vertical-align: top;
}
div.coachingText{
	position: absolute; 
	width: 100%; 
	z-index: 1; 
	left: 0px; 
	top: 0px; 
	padding: 3px;
}
div.coachingFirstText{
	position: relative;
	width: 100%;
	height: 20px;
	left: 0px; 
	top: 0px;
}
p.coachingTitle{
	font-weight: bold;
	text-align: center;
	padding: 0.5rem;
}
