body  {
       font-family: "Times New Roman", Times, serif;
       font-size: 14px;
       margin: 0;
       padding: 0;
       color: #000;
       background: #61311C url(images/wood-bg.jpg);

}

div#topo {
       position: absolute;
       width: 770px;
       height: 120px;
       left: 50%;
       margin: 0 0 0 -385px;
       background: #007A37 url(images/fd_topo.jpg) repeat-x;
       text-align:center;
}

div#topo img {
       margin-top: 24px;
}

div#geral {
       position: absolute;
       width: 770px;
       margin: 120px 0 0 -385px;
       padding-top: 12px;
       left: 50%;
       background: #004600;
}

div#conteudo {
       position: absolute;
       width: 770px;
       background: #034402 url(images/fd_conteudo.jpg) repeat-y;
       border-bottom: solid 12px #004600;
}

div#menu {
       width: 157px;
       margin-left: 12px;
       margin-top: 60px;
       float: left;
}

.clearer{
       height:1px;
       overflow:hidden;
       margin-top:-1px;
       clear:both;
}

.rollover {
       width:157px;
       height:30px;
       border: 0;
}

div#menu ul {
       margin: 0;
       padding: 0;
       list-style: none;
}

div#menu li {
       margin: 0;
       padding: 0;
       height:30px;
}

div#menu li img {
       margin: 0;
       padding: 0;
}

div#menu p {
        margin-top: 35px;
        margin-bottom: 40px;
}

div#menu table {
       background: #AED0BC;
       width: 157px;
}

div#menu table td {
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    padding: 2px;

}

div#capa {
    width: 510px;
    padding-top: 26px;
    margin-right: 25px;
    margin-left: 220px;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #007B37;
    font-weight: bold;

}

#wrapper {
        margin: 0 auto;
        width: 750px;
        background-color: #FFF;
        text-align: left;
}

div#rodape {
   text-align: center;
   background: #004600;
   color: #FFF;
   clear: both;
   padding-top: 10px;
}
