@CHARSET "UTF-8";
body{
	font-family: "Liberation Sans","Bitstream Vera Sans",Arial;
	font-size: 14px;
	color: #000000;
	text-align:center;	
	background: transparent url("../img/grafico/Textura.jpeg") repeat fixed center;
	line-height:140%;
	/*background-repeat: repeat*/
}
a:link{
    color:#007f00;             
}
a:visited{
    color:#235522;      
}
a:hover{
	color:#FFFFFF;
}
a:active{
	color:#007f00;
}

#encapsulador{
	position:relative;
	margin: 0 auto;
	width: 765px;
}
#cabecalho{
	/* border:2px solid #5e831c; */
	height:252px;
	width:765px;
	position:relative;
	text-align:justify;
}

#nome_usuario, #email_usuario, #descricao{
	width:300px;
}
#corpo_topo{
	position:relative;
	width:765px;
	height:5px;	
	background: transparent url("../img/grafico/Topo.jpeg") no-repeat bottom;
	
}
#corpo{
	background: transparent url("../img/grafico/Meio.jpeg") repeat-y scroll center;		
	width:765px;
	position:relative;
	min-height:230px;	
	text-align:justify;
	/* background-color:#5e831c; */
}
#corpo_rodape{
	position:relative;
	width:765px;
	height:5px;	
	/*background: transparent url("../img/grafico/Rodape.jpeg") repeat-y scroll center;*/
	background: transparent url("../img/grafico/Rodape.jpeg") no-repeat top;
}
body .esquerda{
	float:left;
}

body .direita{
	float:right;
}
body img {
	border: double 5px #5e831c;
	margin:3px; 
}
body .caixa_de_texto{
	width: 750px;
	padding:10px;	
	/*border: 1px solid #000000;*/		
	clear:both;	
}
body .recuo_texto{
/*	margin-left:10%; */
/*	width:80%; */
margin-left:75px;
width:600px;
}
body h4{
	margin: 20px 0px 0px 25px;
}
body h2{
	padding: 30px 0px 0px 55px;
	margin: 0px;
	width:400px;
}
.titulo{
	border:none;
	margin-left:20px;
}
#info_terraverde{
	margin: 0 auto;
	font-size:11px;
	text-align:center;
	color:#003308;
	padding:7px 0px;	    
}
#info_terraverde span{
	margin: 0px 5px;	    
}

