 /* Terço Meditado - Folha de Estilos */

 BODY
 {
  background: #FFF url('../imgs/bg_top.gif') repeat-x ;
  margin: 0;
  text-align: center;
 }

 #geral
 {
  text-align:left;
  margin:0px auto;
  width:776px;
 }

 #topo
 {
  height:111px;
  background:url("../imgs/topo.jpg") no-repeat;
  padding:0px;
  text-indent: -5000px;
 }

 #menu
 {
  border-top:1px solid #F9F8F6;
  border-bottom:1px solid #F9F8F6;
  text-align:center;
  padding: 5px;
  width: 99%;

  font-family: Arial;
  font-size: 11px;
  color: #CCC;
 }

 #menu a, #menu span
 {
  font: 11px Trebuchet MS, Arial, Verdana;
  color: #999896;
  text-decoration: none;
 }

 #menu a:hover
 {
  color: #000;
 }

 #menu span
 {
  font-weight: bold;
  padding: 0 15px;
  color: #E9E8E6;
  cursor: default;
 }
 
 #msgforuser
 {
  border-top:1px solid #F9F8F6;
  border-bottom:1px solid #F9F8F6;
  text-align:center;
  padding: 5px;
  width: 99%;

  font-family: Arial;
  font-size: 11px;
  color: #999896;
 }
 
 #msgforuser p
 {
  padding: 0;
  margin: 0;
  color: #691300;
 }

 #apoio
 {
  width:170px;
  float:left;
 }

 #apoio div
 {
  margin: 10px 5px 0 5px;
  padding: 10px;
  background:url("../imgs/bg_esq.gif") repeat-x #691300;
  text-align: left;
 }

 #apoio hr
 {
  height: 1px;
  color: #F00;
  background-color: #F00;
  border: none;
  width: 80%;
 }

 #apoio, #apoio a, #apoio select, #apoio input, #apoio button
 {
  font: 11px Trebuchet MS, Arial, Verdana;
  color: #FFF;
  text-decoration: none;
 }

 #apoio span.title
 {
  font-weight: bold;
 }

 #apoio p.mais
 {
  width: 100%;
  text-align: right;
 }

 #apoio p
 {
  font-size: 9px;
  text-align: center;
  padding: 0;
  margin: 0;
 }

 #apoio ul
 {
  margin: 0 0 0 15px;
  padding: 0;
 }

 #apoio li
 {
  color: #F99;
 }

 #apoio form
 {
  text-align: center;
  padding: 0;
  margin: 0;
 }

 #apoio select, #apoio input, #apoio button
 {
  background-color: #900;
  padding: 1px;
  margin: 2px;
  width: 80%;
  border: 1px solid #FFF;
  font: 10px Trebuchet MS, Arial, Verdana;
 }

 #conteudo
 {
  width:596px;
  float:right;
  font: 11px Trebuchet MS, Arial, Verdana;
  line-height: 200%;
  cursor: default;
  color: #555;
  font-size: 12px;
 }

 #conteudo img
 {
  border: 0;
 }

 #conteudo p.titulo
 {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #D9D8D6;
  padding: 0;
  margin: 15px auto;
 }

 #conteudo p.subtitulo
 {
  font-size: 20px;
  font-weight: bold;
  padding: 0;
  margin: 15px 0 3px 60px;
  text-indent: 0;
 }
 
 #conteudo p.assinatura
 {
  font-size: 15px;
  font-weight: bold;
  padding: 0;
  margin: 15px 0 3px 60px;
  text-indent: 0;
  text-align: right;
 }

 #conteudo hr
 {
  margin: 0 0 3px 60px;
  height: 1px;
  background-color: #D9D8D6;
  color: #D9D8D6;
  border: 0;
 }

 #conteudo p
 {
  margin: 2px 40px;
  text-indent: 20px;
  text-align: justify;
 }

 #conteudo ul
 {
  color: #555;
  margin: 2px 40px;
  text-indent: 20px;
  list-style: inside;
  margin: 0 0 0 20px;
  padding: 0 0 0 20px;
 }

 #conteudo div.palavra
 {
  display: block;
  border: 1px solid #D9D8D6;
  background-color: #F9F8F6;
  margin: 15px 40px;
  color: #555;
  padding: 20px;
 }

 #conteudo div.palavra p
 {
  margin: 3px 0;
  text-indent: 10px;

 }
 
 #conteudo fieldset
 {
  border: 1px solid #D9D8D6;
  background-color: #F9F8F6;
  margin: 0;
  margin: 15px 40px;
 }
 
 #conteudo fieldset input
 {
  border: 1px solid #D9D8D6;
  background-color: #FFF;
  width: 70%;
  
  font: 11px Trebuchet MS, Arial;
  color: #898886;
 }
 
 #conteudo fieldset textarea
 {
  border: 1px solid #D9D8D6;
  background-color: #FFF;
  width: 430px;
  height: 50px;

  font: 11px Trebuchet MS, Arial;
  color: #898886;
 }
 
 #conteudo fieldset button
 {
  border: 1px solid #D9D8D6;
  background-color: #FFF;
  width: 40%;
  padding: 3px;
  margin: 5px;

  font: 11px Trebuchet MS, Arial;
  color: #898886;
 }
 
 #conteudo div.comentarios
 {
  display: block;
  border: 1px solid #D9D8D6;
  background-color: #F9F8F6;
  margin: 15px 40px;
  color: #555;
  padding: 10px;
 }

 #rodape
 {
  clear: both;
  height: 90px;
  background:url("../imgs/bg_bottom.gif") repeat-x black;
  padding:0;
  text-indent: -5000px;
 }
