/* 
CSS desenvolvido por Kobi
http://www.kobi.com.br
*/

/* Rodapé */
#rodape {
	background-color: #888888;
	width:756px;
	height: 33px;
	padding: 5 0 0 0px;
	clear: both;
	font-size: 11px;
	font-weight:bold;
	text-align:center;
	margin-right:15px;
	margin-left:15px;
	}

#rodape_links li {
	display: inline;
	color: #fff;
	margin-right: 15px;
}

#rodape a {
	color: #fff;
	text-decoration: none;
}

#rodape a:hover {
	color: #d0e3f0;
	text-decoration: underline;
}

#rodape p {
	color: #FFFFFF;
	margin-top: 9px;
}