body {
	width: 788px;
	background-color: #686868;
	background-image: url(../images/bg-page.gif);
	background-repeat: repeat-x;
	margin: 20px auto;
}


h2 {
	margin: 0px 0px 20px 0px;
}

h4 {
	color: #206B9C;
	font-size: 16px;
	font-weight: bold;
}


#wrapper {
	width: 788px;
	height: 540px;
	background-color: #051F30;
	padding: 6px;
}
	
#top {
	background-image: url(../images/bg-top.jpg);
	width: 788px;
	height: 66px;
	border-top: 6px solid #051F30;
	border-left: 6px solid #051F30;
	border-right: 6px solid #051F30;
}

#topHome {
	background-image: url(../images/bg-top.jpg);
	height: 66px;
}

#logo {
	width: 326px;
	height: 66px;
	color: #000;
	background: transparent url(../images/logo.gif) no-repeat left top;
	float: left;
}

#logo a {
	font: 16px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	text-indent: -9999px;
	height: 66px;
	border: 0px;
	text-decoration: none;
}

#bottom {
	width: 758px;
	background: #051F30;
	padding: 5px 15px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #fff;	
	border-left: 6px solid #051F30;
	border-right: 6px solid #051F30;
	border-bottom: 6px solid #051F30;
}	

#bottom a, a:link, a:visited {
	text-decoration: none;
	color: #fff;
}

#bottom a:hover {
	text-decoration: underline;
	color: #96C2DF;
}

#content {
	width: 758px;
	background: #fff;
	left: 6px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 20px 15px;
	border: 6px solid #051F30;
}


#content a:link, a:visited {
	color: #206B9C;
	text-decoration: underline;
}

#content a:hover {
	color: #094369;
	text-decoration: underline;
}

#content li {
	line-height: 180%;
}

#photoAbout {
	width: 220px;
	float: left;
	padding: 0px 0px 6px 0px;	
}

.attn {
	font-size: 15px;
	font-weight: bold;
	color: #333;
}


<!-- HOME -->

#homeLeft {
	float: left;
	width: 337px;
}

#homeRight {
	position: relative;
	left: 5px;
	float: left;
	padding-top: 6px;
	margin-right: 2px;
	width: 448px;
}

#photo {
	width: 336px;
	float: left;
	padding: 6px 0px 0px 0px;	
}

.block {
	padding: 0px 1px 1px 0px;
}

.ecourse {
	padding: 10px 8px 8px 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #fff;
}

.ecourseTitle {
	font-size: 13px;
	padding: 5px 0px;
}

.free {
	color: #96C2DF;
}


<!-- form styles -->

form {
	font-size: 11px;
}

input {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 11px;
	font-weight: bold;
}

.label {
	font-weight: normal;
	padding-top: 3px;
}

.field {
	padding: 8px 3px 0px 0px;
}




<!-- CONTACT -->

.contactTable {
	padding: 4px;
}



<!-- NAV -->	
html>body #nav  {
	left: 0px;
	} 
	
#nav {
	float: right;
	top: 0px;
	left: 338px;
	list-style: none;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	height: 66px;
	display: inline;
	overflow: hidden;
	width: 448px;
	z-index: 1002;
	left: 20px; /* fixes weird IE5.0/win absolute position within relative */
	left/* */: 338px;
	}


#nav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}

#nav a {
	float: left;
	padding: 66px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:66px;
	}
	
#nav a:hover {
	background-position: 0 -66px;
	}

#nav a:active, #nav a.selected {
	background-position: 0 -66px;
	}
	
#tcoaching a  {
	width: 118px;
	background:  url(../images/nav/coaching.gif) top left no-repeat;
	}

#tabout a  {
	width: 123px;
	background:  url(../images/nav/about.gif) top left no-repeat;
	}

#tcontact a  {
	width: 94px;
	background:  url(../images/nav/contact.gif) top left no-repeat;
	}

#tresources a  {
	width: 108px;
	background:  url(../images/nav/resources.gif) top left no-repeat;
	}

