body {
	margin:0;
	padding:0;
	width:100%;
	background:#fff;
	min-width:800px;		/* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
	font-size:13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #fff;
	color: #6A8A85;
}

l#col1 p{
line-height: 1.4;
}
 
a{
color:#6A8A85;
}
a:hover {
	color:#fff;
	background:#369;
	text-decoration:none;
}
#col1 a{
border-bottom: 1px solid #6A8A85;
color: #2A6070;
	font-weight:bold;
	font-style:italic;
	text-decoration:none;
}
#col1 a:visited{
border-bottom: 1px solid #6A8A85;
color: #2A6070;
	font-weight:bold;
	font-style:italic;
	text-decoration:none;
}
#col1 a:hover{
	background-color:#fff;
	border-bottom: 1px solid #5EB0CC;
	color: #5EB0CC;
}
.imglink a{
	color:#fff;
	text-decoration:none;
}
.imglink a:hover {
	color:#fff;
	background:#fff;
	text-decoration:none;
}
.imglink img{
	text-decoration:none;
	border:none;
}

#conversations a{
	color:#fff;
	text-decoration:none;
}
#conversations a:hover {
	color:#fff;
	background:#fff;
	text-decoration:none;
}
#conversations img{
	text-decoration:none;
	border:none;
}	
.section  {
	display:inline;
	font-weight: bold;
	color:red;
}
h1{
	//border-bottom:1px dashed #666666;
	margin-bottom:20px;
	margin-top:30px;
	font-size:18px;
	font-style: italic;
	font-weight: bold;
	text-align:center;
	color:red;
	letter-spacing: 0.08em;
}
h2{
	font-size: 14px;
	margin-bottom: 12px;
	margin-top: 28px;
	letter-spacing: 0.04em;
}
h3{
	margin-bottom:0px;
	margin-top:0px;
	font-size:16px;
	font-style: italic;
	font-weight: normal;
	color:red;
	text-align:center;
	letter-spacing: 0.08em;
}
.textorange{
	color:red;
}
p {
	font-size: 13px;
	margin:.4em 0 .8em 0;
	letter-spacing: 0.03em;
	padding:0;
}
#leftnav ul{
	list-style-type: none;
	margin-left: 6px;
	padding-left: 0;
	text-align:left;
}
#leftnav li{
	margin-bottom: 10px;
	background-image: url(images/heart_bullet_red.gif);
	background-repeat: no-repeat;
	padding-left: 28px;
	line-height: 1.5;
	font-style: normal;
}
*#leftnav li{
	zoom: 1;
}
ol.decimal{
	list-style-type: decimal;
	text-align:left;
	line-height: 2;
}
ol.decimal li{
	font-style: normal;	
}
.width140{
	width: 140px;
}
.width180{
	width: 180px;
}
.width300{
	width: 300px;
}
.width322{
	width: 322px;
}
.width400{
	width: 400px;
}
.width500{
	width: 500px;
}
.width640{
	width: 640px;
}
ul.square{
	list-style-type: square;
	text-align:left;
}
ul.square li{
	font-style: normal;	
}
img {
	margin:10px 0 5px;
}
#logo{
	margin-left:50px;
	background: url(images/banner_flowers2.gif) no-repeat right;
}
#header {
	float:left;
	width:100%;
	padding:0;
	margin:0;
	border-bottom:1px solid red;
	background:#fff;
	
}
#header p {
	padding:.5em 15px	.2em 15px;
	margin:0;
}
#header h1  {
	padding:.2em 15px;
	margin:0;
}
#header h2  {
	padding:.2em 15px	.7em 15px;
	margin:0;
}
#colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	background:#fff;		/* Left column background colour */
}
#colmid {
	float:left;
	width:200%;
	position:relative;
	left:200px;
	background:#fff;    	/* Centre column background colour */
}
#colright {
	float:left;
	width:100%;
	position:relative;
	left:50%;
	margin-left:-400px;
	background:#fff;    	/* Right column background colour */
}

#col1wrap {
	float:right;
	width:50%;
	position:relative;
	right:100%;
}
#col1pad {
	margin:0 15px 0 415px;
	overflow:hidden;
}
#col1 {
	width:100%;
	overflow:hidden;
	margin-top: 20px;
}
#col2 {
	float:left;
	width:170px;
	position:relative;
	margin-left:-50%;
	left:215px;
	overflow:hidden;
	margin-top: 20px;
}
#col3 {
	float:left;
	width:170px;
	position:relative;
	left:15px;
	overflow:hidden;
	text-align: center;
	margin-top: 20px;
}
#footer {
	clear:both;
	float:left;
	width:100%;
	padding:0;
	margin:0;
	border-top:1px solid red;
}
#footer p {
	padding:.5em 15px;
	text-align:center;
}
.collage{
	padding-top: 10px;
	text-align:center;
}
#author{
	font-style: italic;
	text-align:center;
	overflow: hidden;
	zoom: 1;
}
.center{
	text-align:center;
}
.floatleft{
	float: left;
}
.floatright{
	float: right;
}
.clear{
	clear:both;
}
.imgBorder{
	margin-top: 20px;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px solid #14556B;
	padding: 10px;
	
}
#energyDiagrams{
	text-align:center;
}
.italics{
	font-style: italic;
}
.text14{
	font-size: 14px;
}
.text8{
	font-size: 8px;
}
.text95{
	font-size: 9px;
}
.text10{
	font-size: 10px;
}
.txtRed{
	color: red;
}
#maigrir{
	float:left;
	padding-right: 40px;
}
.figure1{
	float:left;
	margin-right:10px;
	border: 1px solid #14556B;
	padding: 10px;
}
.figure1text{
	margin-top: 60px;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 10px;
}
#recommendations{
	margin-left: 280px;
}

.figure{
	margin: 15px 10px 5px 10px;
}
.figure img{
	padding: 10px;
}
.figure p{
	margin: 10 0 0 0;
	text-align:center;
}
#imgwrapper{
	width: 100%;
	text-align: center;
	background-color: #e6f3ff;
}

