#home {
	background: #35363A;	
}

#container {
	position: relative;
	padding: 0 0 15px 0;

	background: #EDECE7;	
}

#header { 
	width: 1000px;
	margin: 0 auto;	
	padding: 18px 0;
	height: 34px;
}
	#head_menu {
		float:left;
		width: 525px;
	}
	#logo {
		float:right;
	}

#_content, #trainer_content, #meet_john_content,
#coach_content, #speaker_content, #resources_content { /* see bottom of css for section styles */
	width: 1000px;
	margin: 0 auto;
	clear: both;	

	border: 1px solid #000;
}
	#cont_header { 
		height: 35px;
		overflow: hidden;
		color: #FFF;
	}
		#cont_header h2 { 
			float: left; 
			padding: 7px 0 0 5px;
		}
		#cont_header h3 { 
			float: left; 
			padding: 7px 0 0 5px;
			color: #FFF;
		}		
		#contact_btn { 
			width: 174px; 
			float: right;
		}

	#content_left {
		width: 390px;
		float: left;
	}
		#content_left a, #content_left a:visited, #content_left a:hover {
			font-size: 12px;
			color: #000;
		}
		#content_left a:hover {
			color: #333;
			text-decoration: none;
		}
		#image_box {
			height: 320px;
			overflow: hidden;
			
			background: #FFF;
		}
		#linda_tweets {
			position: relative;
			width: 392px;
			height: 150px;
			padding: 8px 17px 0px 166px;
			
			background: url('../images/bg_linda_tweet.jpg') no-repeat;
		}
			#linda_social {
				position: relative;
				bottom: 95px;
				left: 480px;
			}
		#newsletter_plug {
			height: 25px;
			padding: 7px 5px 7px 65px;
		}
			#newsletter_plug span {
				font-size: 9px;
			}		
		#sub_nav {
			padding: 10px 2px;
			width: 190px;
			float: left;
		}
			a.snavlinkcurrent{text-decoration:underline;}

		#extra_box {
			width: 184px;
			height: 190px;
			float: left;
			padding: 5px;
			margin: 0 0 0 2px;			
		}
			ul#testimonials{
				margin: 0;
				padding: 0;
				color: #000;
				list-style-type: none;	
			}
		#twitter_box {
			width: 194px;
			float: left;
			margin: 0 0 0 2px;
		}
		
	#content_right {
		width: 582px;
		min-height:750px;
		height:auto !important;
		height:750px;
		
		float: left;
		padding: 14px 14px 0 14px;
	}

#footer {
	clear: both;		
	background: #35363A url('../images/bg_template.jpg') repeat-x 60px;	
}
#footer_container{
	width: 1000px;
	margin: 0 auto;	
	font-size: 10px;
	color: #6F6C6B;	
}
	#footer_menu {	
		height: 26px;		
		padding: 14px 0 6px 0;
		margin: 0;
		color: #fff;
		list-style-type: none;	
	}

	#footer_menu li {	
		float:left;
	}

	#footer_menu li a.active{
		color: #FFF;
	}
	#footer_menu li a, #footer_menu li a:visited, #footer_menu li a:hover {
		font-size: 10px;
		color: #666;
		text-transform: uppercase;  
		display: inline;
		text-indent: 18px;
		float:left;
}
	#footer_menu li a:hover {
		color: #9DC622;
		text-decoration: underline;
	}	 
	#footer_bar {
		color: #FFF;
		padding: 6px 0 0 0;
		height: 25px;
		clear: both;
		text-align: right;
		background: url('../images/bg_footer.jpg') no-repeat left 1px;
	}
	
	#footer_links {
		padding: 6px 0 0 0;		
	}
	#footer_links a, #footer_links a:visited, #footer_links a:hover {
		font-size: 10px;
		color: #FFF;
	}
	#footer_links a:hover {
		color: #9DC622;
		text-decoration: underline;
	}
	
/* section styles */
#_content { background: url('../images/bg_body.jpg') repeat-y left top;}
#meet_john_content { background: url('../images/bg_meetbody.jpg') repeat-y left top;}
#trainer_content { background: url('../images/bg_trainerbody.jpg') repeat-y left top;}
#coach_content { background: url('../images/bg_coachbody.jpg') repeat-y left top;}
#speaker_content { background: url('../images/bg_speakerbody.jpg') repeat-y left top;}
#resources_content { background: url('../images/bg_resourcesbody.jpg') repeat-y left top;}

#_content #cont_header { background: #35363A;}
#meet_john_content #cont_header { background: #AADA16;}
#trainer_content #cont_header { background: #175E94;}
#coach_content #cont_header { background: #E7B214;}
#speaker_content #cont_header { background: #E85118;}
#resources_content #cont_header { background: #5C199C;}

#_content #newsletter_plug { background: #9A9A9C url('../images/bg_newsletter_grey.jpg') no-repeat 2px 5px;}
#meet_john_content #newsletter_plug { background: #D4EC8A url('../images/bg_newsletter_green.jpg') no-repeat 2px 5px;}
#trainer_content #newsletter_plug { background: #8BAEC9 url('../images/bg_newsletter_blue.jpg') no-repeat 2px 5px;}
#coach_content #newsletter_plug { background: #F3D88A url('../images/bg_newsletter_yellow.jpg') no-repeat 2px 5px;}
#speaker_content #newsletter_plug { background: #F2A88A url('../images/bg_newsletter_orng.jpg') no-repeat 2px 5px;}
#resources_content #newsletter_plug { background: #AD8CCD url('../images/bg_newsletter_purple.jpg') no-repeat 2px 5px;}
