@import url(cabecalho.css);
@import url(menu_topo.css);
@import url(conteudo.css);
@import url(menu.css);
@import url(destaque.css);
@import url(rodape.css);
@import url(form.css);
@import url(tabela.css);

* {
  margin: 0px;
  padding: 0px;
  border: none
}

body {
    font-family: Arial, Verdana, Trebuchet MS, Cambria, serif, Georgia;
    font-style: normal;
    text-transform: normal;
    letter-spacing: normal;
    line-height: 1.5em;
    font-size: 64.5%; /* Iniciar em 1em ou 10px */
    font-weight: normal;
    margin: 0 auto;
    color: #202020;
    background-color: #B5BD9A;
}

#body2 {
    background: url(../img/fundo.jpg) repeat-y top;
}

#corpo {
    width: 986px;
    margin: 0 auto;
}

#principal {
  width: 986px;
  margin: 0 auto;
  clear: both;
  background-color: #FFFFFF;
} 