#rodape{
     height: 77px;
     width: 730px;
	 padding-left: 50px;
	 padding-top: 15px;
	 background: url(../imagens/rodape_fundo.gif);
	 background-repeat:no-repeat;
	 float:left;
}
/*==========================================
		DIV DADOS RODAPE
========================================*/

#rodape{

}
	#rodape a:link{
		color: #FFFFFF;
		text-decoration: none;
	}
	#rodape a:visited{
		color: #FFFFFF;
		text-decoration: none;
	}
	#rodape a:hover{
		color: #FFFFFF;
		text-decoration: underline;
	}
	#rodape a:active {
         text-decoration: none;
         color: #FFFFFF;
}

/*==========================================
		FIM DIV DADOS  RODAPE
========================================*/

#rodape_txt{
     height: 35px;
     width: 700px;
	 float:left;
	 text-align:center;
}
#rodape_four{
     height: 35px;
     width: 685px;
	 float:left;
	 text-align:right;
	 padding-right: 15px;
	 padding-top: 10px;
}