@charset "utf-8";
/* CSS Document */

#rodape{
	margin:0 auto;
	background:#FFF;
	width:800px;
	margin-bottom:5px;
	border-top:1px dotted;
}

#endereco_rodape{
	font-weight:bold;
	margin:15px 0px 10px 20px;
	float:left;
}

#revenda{
	font-weight:bold;
	float:right;
	margin:15px 20px 10px 0px;
}
