/*
   about.css
   Living Fuels
   
   Created by George Crockford on 2009-06-05.
   Copyright 2009 flowmedia. All rights reserved.
*/

body.about .content h1 {
	font-size: 21px;
	color: #64810d;
	margin: 0 0 18px;
}

body.about .side h1 {
	font-size: 16px;
	color: #412e11;
	margin: 0 0 18px;
}

body.about .content h2 {
	font-size: 21px;
	color: #412e11;
	margin: 0 0 18px;
}

body.about .content p,
body.about .side p {
	color: #333;
	margin: 0 0 18px;
	line-height: 18px;
	font-size: 14px;
}

body.about .side p {
	color: #666;
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 18px;
}

body.about a {
	color: #64810d;
}

body.about a:hover {
	color: #45b8cc;
	text-decoration: none;
}

body.about .content {
	float: left; 
	width: 620px;
	padding: 30px 30px 20px;
	border-right: 1px solid #efefef;
	voice-family: "\"}\""; 
  voice-family:inherit;
	width: 579px;
}

body.about .side {
	float: left;
	width: 320px;
	padding: 30px 30px 20px;
	voice-family: "\"}\""; 
  voice-family:inherit;
	width: 260px;
}

body.about .side img{
	float: left;
	margin: 5px 5px 0 0;
}

#team {
	text-align:justify;
}