@import url(core.css);
@import url(module.css);
@import url(grid.css);

body{
  background-image: url(../images/fundo.gif);
  font-family: Verdana;
}

#master{ 
  width: 998px;
  margin: 0 auto;
  background: url(../images/fundo_master.jpg) repeat-y;
}

#cabecalho{
  position: relative;
  width: 998px; height: 260px;
  background: url(../images/fundo_cabecalho.gif) no-repeat 124px bottom;
}

  #cabecalho .logo_be_om_line{
    position: absolute; top: 20px; left: 32px;
    width: 279px; height: 99px;
    background-image: url(../images/logo_cabecalho_be_om_line.gif);
  }
  
  #cabecalho .by_be_yoga{
    position: absolute; top: 144px; left: 135px;
    width: 105px; height: 31px;
    background-image: url(../images/icon_cabecalho_be_yoga.gif);
  }
  
  #cabecalho #box-perfil{
    position: absolute; top: 12px; left: 295px;
    width: 389px; height: 191px;
    background-image: url(../images/fundo_cabecalho_perfil.png);
  }
  
    #cabecalho #box-recursos-cabecalho{
    position: absolute; top: 116px; left: 818px;
    width: 146px; height: 122px;
    overflow: hidden;
  }
        
        #cabecalho #box-recursos-cabecalho a{
          width: 146px; height: 30px;
          margin-bottom: 10px;
          background-position: right 0;
        }#cabecalho #box-recursos-cabecalho a:hover{ background-position: right -30px;}
        
        #cabecalho #box-recursos-cabecalho .assinar_o_rss_feed{ background-image: url(../images/bot_cabecalho_assinar_o_rss_feed.gif); }
        #cabecalho #box-recursos-cabecalho .indicar_a_um_amigo{ background-image: url(../images/bot_cabecalho_indicar_a_um_amigo.gif); }
        #cabecalho #box-recursos-cabecalho .marcar_como_favorito{ background-image: url(../images/bot_cabecalho_marcar_como_favorito.gif);}

#corpo{
  width: 100%; 
  overflow: auto; 
  background: url(../images/fundo_corpo.gif) repeat-y 571px 0;
}

#box-categorias.listModel1 .boxtit_categorias{ background-image: url(../images/boxtit_categorias.gif); }
#box-ultimos-posts.listModel1 .boxtit_ultimos_posts{ background-image: url(../images/boxtit_ultimos_posts.gif); }
#box-ultimos-comentarios.listModel1 .boxtit_ultimos_comentarios{ background-image: url(../images/boxtit_ultimos_comentarios.gif); }
#box-mais-comentados.listModel1 .boxtit_mais_comentados{ background-image: url(../images/boxtit_mais_comentados.gif); }

#rodape{
  display: block;
  position: relative;
  width: 100%; height: 80px;
  background-color: #CFDFA5;
}

  #rodape .logo_be_yoga{
    position: absolute; top: 15px; left: 32px;
    width: 135px; height: 55px;
    background-image: url(../images/logo_rodape_be_yoga.gif);
  }

  #rodape .icon_officecomm{
    position: absolute; top: 36px; left: 748px;
    width: 135px; height: 12px;
    background-image: url(../images/icon_rodape_officecomm.gif);
  }

  #rodape .icon_citrus7{
    position: absolute; top: 36px; left: 885px;
    width: 80px; height: 12px;
    background-image: url(../images/icon_rodape_citrus7.gif);
  }
        
