* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(img/cabecalho.jpg);
	background-repeat: repeat-x;
	background-color: #7FC30E;
	color: #FFFFFF;
	font-size: 13px;
}
#texto p {
	margin: 15px 0;
	line-height: 20px;
}
.texto_home {
	font-size: 20px;
	text-align: center;
}


#flash {
	width: 900px;
	height: 260px;
	margin: 0 auto;
}
#rodape {
	background-image: url(img/rodape.jpg);
	height: 250px;
}
#texto {
	width: 700px;
	margin: 20px auto;
}
#fotos {
	width: 150px;
	float: left;
	margin: 0 40px 0 0;
}
#titulo {
	width: 470px;
	margin: -80px auto 0 auto;
	padding: 0 0 0 300px;
}
#arvores {
	position:absolute;
	left:50%;
	top:90px;
	width:85px;
	height:89px;
	z-index:1;
	margin-left: 350px;
}
#texto li {
	font-size: 13px;
	line-height: 22px;
}

