/*classes dos titulos*/
	.historia{
		background-image:url(../images/home/nossa_historia.gif);
		background-repeat:no-repeat;
		float:left;
		text-indent:-5000px;
		width:303px;
		height:38px;
		margin-top:20px;
		margin-bottom:20px;
	}
	/**Div nossa historia**/
	#nossa_historia{
		float:left;
		padding-bottom:20px;
		margin-left:30px;
	}
	#nossa_historia p{
		float:left;
		width:318px;
		margin-left:30px;
		margin-bottom:20px;;
	}
	#nossa_historia p strong{
		font-weight:normal;
	}
	
	
	/*EQUIPE*/
	#equipe{
		background-color:#fdf3ec;
		float:left;
		color:#ac7039;
		width:563px;
		padding-left:30px;
		padding-bottom:20px;
	}
	#equipe p{
		width:226px;
		float:left;
		margin-top:20px;
	}
	/*class do titulo*/
	.equipe{
		float:left;
		text-indent:-5000px;
		background-image:url(../images/home/equipe.gif);
		background-repeat:no-repeat;
		width:116px;
		height:52px;
		margin-top:8px;		
	}
	/*class do link de contato*/
	.contato{
		background:url(../images/home/contato.png);
		background-repeat:no-repeat;
		text-indent:-5000px;
		width:131px;
		height:32px;
		margin-left:331px;
		margin-top:24px	;
		position:absolute;
		z-index:1;
	}
	
	/*COMPLEMENTO*/
		#complemento{
		float:left;	
		padding-left:30px;
		padding-top:20px;
		padding-bottom:20px;	
		}
		#complemento div{
			float:left;
			width:245px;
		}
		#complemento div p{
			margin-top:8px;
			float:left;
		}
		
		/***Container***/
		
		
		
		
/**CONFIGURANDO A DIV CONTAINER_CONTATO
********************************************************************************************************************/
.title_contato{
	text-indent:-5000px;
	background-image:url(../images/contato/title_contato.gif);
	background-repeat:no-repeat;
	float:left;
	width:413px;
	height:41px;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:20px;
	display:inline;
}
#container_contato{
	background-color:#fdf3ec;
	float:left;
	padding-left:20px;
	padding-top:30px;
	width:573px;
}
#container_contato div{
		background-image:url(../images/contato/envelope.gif);
		background-repeat:no-repeat;
		background-position:top right;
		float:left;
		width:525px;
}
		
		