
html
{
	width: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
}

body
{
	background-color: #908271
}

#main
{
	background-image: url(../img/bg_site_smaller.jpg);
	width: 929px;
	height: 650px;
	background-repeat: no-repeat;
		position: relative;
	margin: 0 auto;
	/*
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -465px;
	margin-top: -375px;*/
}

#navleft
{
	position: absolute;
	width: 180px;
	top: 140px;
	left: 0px;
	height: 300px;

}

#content, #coachcontent
{
	position: absolute;
	width: 400px;
	height: 500px;
	left: 270px;
	top: 130px;
	
	font-family: helvetica;
	font-size: 9pt;
	color: #908271;
}



#content a, #coachcontent a
{
	font-weight: bold;

	color: #908271;
}

h1
{
	font-size: 11pt;
}


#imgright
{
	position: absolute;
	width: 222px;
	height: 610px;
	left: 703px;
	top: 3px;
}

.button_on
{
	width: 170px;
	height: 50px;
	border: 2px solid #ffffff;
	background-color: #96bf0d;
	margin-bottom: 12px;

	font-family: Helvetica;
	font-size: 10pt;
	color: #ffffff;
	font-weight: bold;

}


.button_off
{
	width: 170px;
	height: 50px;
	border: 2px solid #ffffff;
	background-color: #908371;
	margin-bottom: 12px;

	font-family: Helvetica;
	font-size: 10pt;
	color: #ffffff;
	font-weight: bold;

}

.button_on a, .button_off a
{
	display: block;
	height: 95%;
	width: 95%;
	padding-left: 5px;
	padding-top: 5px;
}


#navleft a
{
	color: #ffffff;
	text-decoration: none;
}

img
{
	border: 0px;
}

.whotable
{
	width: 400px;
}

.whotable td
{
	padding: 5px;
	padding-left: 0px;
	padding-top: 0px;
}

.nextcol
{

}

.whotable img
{
	border: 2px solid #96bf0d;
}

/* coach page: */

#coachcontent
{
	left: 350px;
	width: 330px;
	text-align: justify;
}

#coachimage
{
	position: absolute;
	width: 100px;
	height: 100px;
	left: 260px;
	top: 205px;

	font-family: helvetica;
	font-size: 9pt;
	color: #908271;
}

#coachimage img
{
	border: 2px solid #96bf0d;
}

.contacttable
{
	width: 400px;
}

.contacttable td
{
	padding: 5px;
	padding-left: 0px;
}