/* CSS Document */
/* Sombra + Fundo verde padrão tx */

body{background-color:#3c7878;font-family:arial, verdana;}
#topo{
  position: relative;
  margin-top:0px;
  background-image: url(../img/layout/01_top.jpg);
  background-repeat: no-repeat;
  width:765px;
  height:55px;
}
#meio{
  position: relative;
  background-image: url(../img/layout/01_bg.gif);
  width:765px;
}
#base{
  position: relative;
  background-image: url(../img/layout/01_footer.jpg);
  width:765px;
  height:55px;
}
#menu ul{background-color:#3c7878;}
#box h1, h2{color:#ddd;}
#box {background-color:#3c7878;}
#box p {color:#fff;}
#menu ul a {color:#fff;}
/******************************************************************** rodapé */
p.rodape {position:relative;margin-top:-15px;text-align:center; font-size:12px;color:#fff;}