/*Styling for coaching header*/
div#coaching
{
	position: relative;
	clear: left;
	width: 1000px;
	height: 100px;
	margin: 0 auto;
	text-align: left;
	background: #212121;
}

div#coaching h1
{
	position: absolute;
	margin-top: 0px;
	margin-bottom: 0px;
	top: 25px;
	left: 44px;
	font-family: sans-serif;
	text-shadow: 3px 3px 5px #333333;
	color: #e1e1e1;
	font-size: 2.7em;
}

/*Styling for info section*/
div#coaches
{
	position: relative;
	clear: left;
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 44px;
	text-align: left;
	font-family: sans-serif;
	background: #ffffff;
}

/*Styling for coach info*/
.coach_info
{
	margin: 0px 44px;
	padding-top: 44px;
	padding-bottom: 44px;
}

.coach_info h2
{
	margin-top: 0px;
	margin-bottom: 10px;
}

.coach_info p
{
	font-size: 0.9em;
	line-height: 1.3em;
	text-align: justify;
	text-justify: auto;
}

div#coach_info table td
{
	vertical-align: top;
}

div#coach_info blockquote footer
{
	margin-top: 15px;
	text-align: right;
	font-style: italic;
}

.contact ul
{
	list-style-type: none;
}

.contact li
{
	margin-top: 10px;
	margin-left: 22px;
}

.contact a
{
	text-decoration: none;
	color: #000000;
}

.leftpic
{
	border: 7px solid #333333;
}

.rightinfo
{
	padding-left: 44px;
}

.img_caption
{
	margin: 0px 0px 22px 0px;
	font-size: 0.8em;
	font-weight: bold;
	font-style: italic;
	text-align: justify;
}

.quoteblock
{
	margin: 0px 0px 0px 22px;
	font-size: 0.9em;
	text-align: justify;
	color: #ffffff;
	border-style: solid;
	border-radius: 0.5em;
	border-color: #333333;
	border-width: 15px;
	box-shadow: 5px 5px 5px #444444;
	background-color: #333333;
}

.resume
{
	margin-left: 35px;
}