@charset "utf-8";
/* CSS Document */

#rodape{ 
	background:#807f7f;
	float:left;
	width:870px;
	height:65px;
	margin: 15px 15px 0 15px;
	display:inline; /* Tag para acertar a margem no ie6 */
}

#rodape p { 
	color:#fff;
	font-family: tahoma, arial, verdana;
	font-size:11px; 
	float:left;
	padding:15px 0 0 200px;
	text-transform:uppercase;
}

#rodape p a{ 
	color:#fff; 
	text-decoration:none;
	text-transform:uppercase;	
}

#rodape p a:hover, a:visited, a:active{ text-decoration:underline;}

#info{
	font-size:15px;
	color:#fff;
	text-align:center;
	font-family: arial, tahoma, verdana;
	float: left;
	padding:9px 0 0 220px;
}
#info a:link{color:#FFF; text-decoration:none;}
#info a:hover{color:#fff; text-decoration:underline;}
#info a:visited{color:#CCC; text-decoration:underline;}










