/* CSS Document */
/* Sombra + Fundo verde musgo + menu musgo*/

body{background-color:#738c31;font-family:arial, verdana;}
#topo{
  position: relative;
  margin-top:0px;
  background-image: url(../img/layout/03_top.jpg);
  background-repeat: no-repeat;
  width:765px;
  height:55px;
}
#meio{
  position: relative;
  background-image: url(../img/layout/03_bg.gif);
  width:765px;
}
#base{
  position: relative;
  background-image: url(../img/layout/03_footer.jpg);
  width:765px;
  height:55px;
}
#menu ul{background-color:#738c31;}
#box h1, h2{color:#fff;}
#box {background-color:#738c31;}
#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;}