

@import url(geral.css);
@import url(topo.css);
@import url(navegacao.css);
@import url(corpo_dicas_LivrosPeriodicos.css);
@import url(rodape.css);


body {
  background: #734B18 url(../_images/bkgGeral.jpg) repeat-x;
}

div.estrutura {
  background: #fff url(../_images/bkgEstrutura.gif) repeat-x;
  color: #7e7e7e;
  width: 800px;
  margin: 0 auto;
  font: normal 10pt Arial;
}

/* Centro e Coluna Direita */
div.conteudo {
  margin-left: 199px;
  margin-right: 10px;
}

a {text-decoration: none; color: #7e7e7e;}

button { 
  cursor: pointer;
  background: none;
  border: none;
}

.imageReplacement {
  text-indent: -999em;
}
ul li.noBorder,
ul li a.noBorder,
div.rodape ul li a.noBorder { border: none; }
ul li.noBorderTop,
ul li a.noBorderTop { border-top: none; }
ul li.noBorderRight,
ul li a.noBorderRight { border-right: none; }
ul li.noBorderBottom,
ul li a.noBorderBottom { border-bottom: none; }
ul li.noBorderLeft,
ul li a.noBorderLeft { border-left: none; }
fieldset { border: none; }
