/* CSS Footer */

#footer {
	margin: 0px;
	height: 160px;
	font-size: 10px;
	color: #666666;
	line-height: 14px;
	background-image: url(imagens/backfooter.gif);
	background-repeat: repeat-x; 
	
}

#menubottom {
	position: relative;
	top: 5px;
	height: 20px;
	margin: 0px;
	text-align: center;
}

#sp_address { 
	height: auto;
	width: 720px;
	margin-top: 10px;
}

#address {
	height: auto;
	text-align: left;
	border-left: 1px solid #CCC;
	padding-left: 10px;
	margin-left: 10px;
}

.rodape a:link {text-decoration: none; color: #666;}
.rodape a:visited {text-decoration: none; color: #666;}
.rodape a:hover {text-decoration: none; color: #333;}
.rodape a:active {text-decoration: none; color: #666;}


