body{
	margin:0px; padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px; color:#393C39;
	background-color:#E7DFCE;
	background:url(images/back.png) repeat;
}
.main{
	
}
.menu{
	width:980px; display:block;
	text-align:left; margin:50px 0 0 0;
}
.home a{
	background:url(images/home.png) no-repeat;
	width:163px; height:39px; display:block;
	float:left; color:#5A2C08; text-align:center;
	text-decoration:none; padding-top:30px; font-size:20px;
}
.home a:hover span{border-bottom:dotted 2px #5A2C08; }
.grow a{
	background:url(images/grow.png) no-repeat;
	width:180px; height:39px; display:block;
	float:left; color:#E7DFCE; text-align:center;
	text-decoration:none; padding-top:30px; font-size:20px;
}
.grow a:hover span{border-bottom:dotted 2px #E7DFCE; }
.grow2 a{
	background:url(images/grow2.png) no-repeat;
	width:180px; height:39px; display:block;
	float:left; color:#E7DFCE; text-align:center;
	text-decoration:none; padding-top:30px; font-size:20px;
}
.grow2 a:hover span{border-bottom:dotted 2px #E7DFCE; }
.about a{
	background:url(images/about.png) no-repeat;
	width:202px; height:39px; display:block;
	float:left; color:#E7DFCE; text-align:center;
	text-decoration:none; padding-top:30px; font-size:20px;
}
.about a:hover span{border-bottom:dotted 2px #E7DFCE; }
.prices a{
	background:url(images/prices.png) no-repeat;
	width:190px; height:39px; display:block;
	float:left; color:#E7DFCE; text-align:center;
	text-decoration:none; padding-top:30px; font-size:20px;
}
.prices a:hover span{border-bottom:dotted 2px #E7DFCE; }
.contact a{
	background:url(images/contact.png) no-repeat;
	width:244px; height:39px; display:block;
	float:left; color:#E7DFCE; text-align:center;
	text-decoration:none; padding-top:30px; font-size:20px;
}
.contact a:hover span{border-bottom:dotted 2px #E7DFCE; }
.green{
	background:url(images/green.png) repeat;
	width:978px; display:block; position:relative; 
} 
.content{
	background:url(images/bgleft.png) repeat-x top; 
	width:978px; display:block; position:relative; 
}

.breadcrumbs{
	font-size:12px; text-align:left; color:#5A2C08;
}
 a{
	font-size:14px; color:#398E94; text-decoration:none;
}
 a:hover{
	text-decoration:underline;
}
.page_title{
	font-size:32px; text-align:center; color:#5A2C08;
	width:610px; display:block; float:right;
	background-color:#E7DFCE; padding-top:20px;
	background:url(images/back.png) repeat;
}
.page_subtitle{
	width:610px; display:block; float:right; padding-bottom:15px;
	background-color:#E7DFCE; text-align:center; color:#5A2C08; 
	background:url(images/back.png) repeat;
}
.page_text{
	width:486px; display:block; float:right; padding:20px 56px 20px 56px; position:relative;
	background-color:#DED7C6; text-align:justify; margin:10px 10px 0 0; color:#5A2C08;
	border-right:solid 1px #DED7C6; border-left:solid 1px #C6BAAD; line-height:16px;
	background:url(images/background.png) repeat;
}
.content .page_text{ background:url(images/background.png); }
.footer{ margin:20px 0 60px 0; text-align:center; color:#5A2C08; }
.clear{ clear:both; }

