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

#tudo{
 margin-left: 0px;
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 0px;
 text-align:center
}

#topo{
 width:970px;
 height:147px;
 border:none;
}

#menu{
 border:none;
 background-image:url(../imagens/fundo_menu.jpg);
 margin: 0, auto;
 width:970px;
 height:29px;
}

#rodape{
 width:970px;
 height:56px;
 vertical-align:middle;
 display: table-cell;
 background-color:#E8E8E9;
 text-align:center;
 font-family:Arial, Helvetica, sans-serif;
 font-size:11px;
 font-style:inherit; color:#464646;

 
}

#conteudo{
 width:970px;
 height:490px;
}

#esquerda{
 width:418px;
 margin-left:10px;
 margin-top:10px;
 border:none;
 float:left;
 text-align:left;
 font-family:Arial, Helvetica, sans-serif;
 font-size:11px;
 font-style:normal; color:#616264;
}

.titulo{
 font-size:12px;
 color:#000000;
 font-weight:bold;
 text-align:left;
}

#direita{
 margin-top:11px;
 width:520px;
 border:none;
 float:right;
 text-align:center;
}

a {
 text-align:left;
 font-family:Arial, Helvetica, sans-serif;
 font-size:11px;
 font-style:normal; color:#616264;
 text-decoration:none;
}
a:hover{
 text-align:left;
 font-family:Arial, Helvetica, sans-serif;
 font-size:11px;
 font-style:normal; color:#616264;
 text-decoration:underline;
}