/***********************************************/
/* Layout Divs                                 */
/***********************************************/
body {
	background-color: #666666;
	background-image: url(images/bkgrdTop.jpg);
	background-repeat: repeat-x;
}

#content{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #003366;
	background-repeat: no-repeat;
	width: 760px;
	height: 550px;
	background-position: left;
	position: absolute;
	top: 0px;
	margin: 0px 5%;
	background-image: url(../images/template_bkgd.jpg);
}
#masthead{
	margin: 0;
	padding: 0px;
	width: 760px;
	height: 123px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-repeat: no-repeat;
}

#leftIndex{
	padding: 0px;
	height: 0px;
	position: relative;
	clear: left;
	width: 214px;
	top: 130px;
	margin-top: 120;
	margin-bottom: 0;
	left: 176px;
	margin-right: 30px;
}

#leftBody{
	padding: 0px;
	height: 0px;
	position: relative;
	clear: left;
	width: 49%;
	top: 130px;
	margin-top: 120;
	margin-bottom: 0;
	left: 40px;
	margin-right: 20px;
}

#rightIndex{
	float:right;
	position: relative;
	top: -20px;
	width: 315px;
	left: 0px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
}
#rightBody{
	float:right;
	position: relative;
	width: 49%;
	left: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	top: 10px;
}

#navBar{
	height: 16px;
	width: 630px;
	position: absolute;
	top: 458px;
	margin-left: 50px;
	left: 8px;

}

/*************** styles **************/

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF6633;
	padding-top: 10px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333366;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color: #333366;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333366;
	display: inline;
}
.page {
	background-image: url(../images/bkgrdTop.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#content #navBar ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #003366;
	list-style-type: none;
	width: auto;
}
.trainersRight {
	width: 300px;
}
