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

/* Desenvolvimento

Por: Walter André
www.walterandre.com.br
(62) 8136.9553

*/

div#rodape {
	width:960px;
	float:left;
	padding:5px 0 0 0;
	margin:0 0 0 0;
	border-top:1px solid #e2e2e2;
	font-size:10px;
}
div#rodape a:link {text-decoration:none; color:#666;}
div#rodape a:visited {text-decoration:none; color:#666;}
div#rodape a:hover {text-decoration:none; color: #66CC33;}

div#rodape .menu {
	width:620px;
	height:20px;
	float:left;
	margin:0;
}
div#rodape .menu span {color:#50ad0c; padding:0 3px 0 3px;}
	
div#rodape .copy {
	width:900px;
	height:20px;
	float:left;
	text-align:center;
	margin:0;
}
div#rodape .credito {
	width:60px;
	height:20px;
	float:left;
	text-align:right;
	margin:0;
}
