html, body{ margin:0px; font:16px Arial, Helvetica, sans-serif; color:#999999}
.topo{ background-image:url(../images/bgTopo.png); background-repeat:repeat-x; height:173px; z-index:1000; position:relative;}
.centro{ width:1000px; margin:0px auto;}

.menu{
width: 750px;
float:right;
margin-top:40px;
}

.menu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.menu ul li{
position: relative;
display: block;
float: left;

}

/*Top level menu link items style*/
.menu ul li a{
display: block;
padding: 5px 20px;
color: #FFF;
text-decoration: none;
font:20px Georgia, "Times New Roman", Times, serif;
padding-top:25px;
padding-bottom:30px;
}

.menu ul li a:hover{
background-image:url(../images/bgMenu.png); background-repeat:no-repeat; background-position:top center;
padding-top:25px;
padding-bottom:30px;
}

.linkRodape {
display: block;
float:left;
padding: 5px 20px;
color: #000;
text-decoration: none;
font:20px Georgia, "Times New Roman", Times, serif;
}

.linkRodape a{
display: block;
float:left;
padding: 5px 20px;
color: #000;
text-decoration: none;
font:20px Georgia, "Times New Roman", Times, serif;
}

.linkRodape a:hover{
background-image:url(../images/bgMenu.png); background-repeat:no-repeat; background-position:top center;
}


A.categorias:link, A.categorias:visited{
display: block;
float:left;
padding: 5px 20px;
color: #FFF;
text-decoration: none;
font:20px Georgia, "Times New Roman", Times, serif;
}

A.categorias:hover{
display: block;
float:left;
padding: 5px 20px;
color: #E36C13;
text-decoration: none;
font:20px Georgia, "Times New Roman", Times, serif;
}

.bgCinza{ background-image:url(../images/bgCinza.jpg); background-repeat:repeat;}
.bgPreto{ background-image:url(../images/bgPreto.jpg); background-repeat:repeat;}
.rodapeLargo{ background-image:url(../images/bgRodape.png); background-repeat:repeat-x;}
.clear{ clear:both}
.marcador{ color:#E36C14; font:30px Georgia, "Times New Roman", Times, serif;}