/* CSS Document */

*{
text-decoration:none;
list-style:none;
padding:0px;
margin:0px;
font-family:Arial, Helvetica, sans-serif;
}


#corpo{
width:800px;
margin:0px;
}

#topo{
height:148px;
background:url(000estrutura/topo.jpg) top left no-repeat;
}

#menu{
height:70px;
background:url(000estrutura/topo_menu.jpg) top right no-repeat;
font-size:14px;
font-weight:bold;
}

ul.mn{
padding:15px 0px;
}

ul.mn li{
display:inline;
padding:15px;
}

div.tabela{
display:block;
clear:both;
}

div.celula{
display:inline;
float:left;
width:180px;
height:180px;
margin:10px 0px 0px 10px;
}

img.titulo{
margin:15px 0px 10px 0px;
}

#rodape{
height:250px;
}

a{
color:#A9A397;
}

a:hover{
border-bottom:thin dashed;
}

.flink{
cursor:pointer;
}
