/* CSS Document */

body, html {
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;

}


.bkg-home {
	background-image: url(../images/back_main_bob_proctor.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.bkg-rep {
	background-image: url(../images/back_vert_rep.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#containment {
	height: auto;
	width: 100%;
	position: relative;
	padding-top: 245px;
}
#content {
	width: 398px;
	position: relative;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #dfedfe;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
}
.size10 {
	font-size: 10px;
}

.coachname {
	font-size: 24px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
}

#footer {
	background-image: url(../images/back_footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 100px;
	width: 100%;
	position: relative;
	font-size: 10px;
	color: #6b6b6b;
}
#nav {
	width: 400px;
	position: relative;
	height: 25px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.contact {
	color: #4d3440
}
.contact_b {
	color: #4d3440;
	font-weight: bold;
}
.ftr_links, a.ftr_links:link {
	color: #2dba5f;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}
a.ftr_links:hover{
	color: #000000;
}
.thirdeye, a.thirdeye:link {
	color: #6b6b6b;
	text-decoration: none;
}
a.thirdeye:hover {
	color: #3366FF;
	text-decoration: none;
}
.main_nav, a.main_nav:link, a.main_nav:visited {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
a.main_nav:hover{
	color: #2dba5f;
}
.pagetitle {
	font-size: 24px;
	color: #CAB9C3;
	font-weight: bold;
	letter-spacing: -2px;
}

