body {
	background-color: #B9DA55;
	color: #361902;	
	font: 90% Verdana, Arial, sans-serif;	
}

h1 {
	text-align: right;
}

a {
	color: #4B5D0B;
}

img {
	border: none;
}

#wrap {
	margin: 30px auto;
	width: 770px;
}

.title {
	font-size: 100%;
	color: #FFFFFF;
	text-align: right;
}

.quote {
	font-size: 80%;
	font-weight: bold;
}

.headline {
	font-size: 120%;
	font-weight: bold;
}

#header {
	/*background: url(img/tagline.gif) no-repeat 100% 0; */
	height: 32px;
	width: 770px;
}
* html #header {
	/* background: url(img/tagline.gif) no-repeat 100% -3px; */
}

/* --- NAVIGATION --- */

#navigate {
	min-height: 32px;
	padding: 0;
  margin: 0;
	width: 692px;
	vertical-align: bottom;
}

ul#navlist {
	margin: 0 0 0 15px;
	padding: 0;
	white-space: nowrap;
}

#navlist li {
float: left;
	list-style-type: none;	
	margin: 0;
	padding: 0;
 height: 32px;
}

ul#navlist li.coaching {
 background: url(img/nav_coaching.gif) no-repeat top;
}

ul#navlist li.coaching_selected {
 background: url(img/nav_coaching_selected.gif) no-repeat top;
}

ul#navlist li.testimonials {
 background: url(img/nav_testimonials.gif) no-repeat top;
}

ul#navlist li.testimonials_selected {
 background: url(img/nav_testimonials_selected.gif) no-repeat top;
 height: 32px;
}

ul#navlist li.bio {
 background: url(img/nav_bio.gif) no-repeat top;
}

ul#navlist li.bio_selected {
 background: url(img/nav_bio_selected.gif) no-repeat top;
}

ul#navlist li.home {
 background: url(img/nav_home.gif) no-repeat top;
}

ul#navlist li.home_selected {
 background: url(img/nav_home_selected.gif) no-repeat top;
}

/* --- END NAVIGATION --- */

#main {
	background: url(img/mainfern.jpg) no-repeat;
	height: 582px;
	margin: 0;
	padding: 0;
	width: 776px;	
}
* html #main {
 margin-top: -5px;  
}

#inner {
	background: url(img/infern.jpg) no-repeat -3px 0;
	height: 96px;
	margin: 0;
	padding: 0 0 0 3px;
	width: 768px;	
}
* html #inner {
 margin-top: -5px;  
}

#content {
	width: 740px;
	margin: 0 5px 0 5px;
}

.biopic {
	border: 1px solid white;
	float: left;
	margin-right: 8px;
	padding: 3px;	
}

#footer {
	background: url(img/logo.gif) no-repeat;
	height: 89px;
	margin: 0px auto;
	width: 139px;	
}

.copy {
	text-align: center;
	font-size:10px;
}
