body {
  text-align: center;/* Centraliza no IE */
  margin: 10px;
  padding: 0;
  background: #000000;
}

#tudo {
  width: 1030px;
  margin: 0 auto;/* Centraliza em navegadores standards */
  text-align: left;/* Retorna o alinhamento de textos para a esquerda */

}

#topo0 {
width: 1024px;
  height: 200px;
  margin: 0;
align:right;
position: relative;
}

#topo1 {
width: 780px;
  height: 200px;
float: right;
position: relative;
  background-image: url(f_banner.jpg);
  margin: 0;
}

#navegacao {

  width: 240px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  float: left;
position: absolute;

  z-index: 5;
}

#conteudo {

  width: 1024px;
height: 362px;
 margin: 0;
  float: right;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;

  z-index: 1;
  background-image: url(f_conteudo.jpg);
}



#principal {

  width: 580px;
  position: absolute;  
  float: top;
 margin: 0;
  margin-top: 0;
  margin-left: 238px;
  margin-right: 0;
  margin-bottom: 0;
  height: 362px;
  float: left;
  z-index: 1;
}

#auxiliar {

  width: 200px;
  position: absolute;
  float: top;
  margin-top: 0;
  margin-left: 818px;
  margin-right: 0;
  margin-bottom: 0;
  height: 362px;
  float: left;
  z-index: 1;
}


#rodape {
  clear: both;
  height: 50px;
  background: #000000;
}

#menu {
  position: absolute;
  left: 10px;/*posição à direita*/
  top: 25px;/*posição abaixo*/
  width: 130px;
border: none;

}

#menu li {
  list-style: none;
  line-height: 25px;
  margin: 0;/*remove o recuo IE e Opera*/
  padding: 0;/*remove o recuo Mozilla e NN*/

  }

#menu li { margin-bottom: 10px; }

#menu a {
  display: block;
  padding: 0px 0 0px 0px;
  border: 0px;
  width: 130px;
  font-family: arial;
  font-size: 14px;
  background-color: none;
  text-align: center;
  color: #BFBFBF;
  text-decoration: none;
  background-image: url(fbtn1.png) ;
  voice-family: "\"}\"";/*Box Model Hack*/
  voice-family: inherit;
  width: 130px;
}

#menu a:hover {
  border: 0px;
  background-color: none;
  background-image: url(fbtn2.png) ;
}

#menu a:active {
    border: none;
  background-color: none;
  background-image: url(fbtn2.png) ;
}

h1 {
  margin-top: 0;/* Retira margem superior em navegadores standards */
  font-family: Arial;
  font-weight:bold;
  font-size: 10px;
  color: #DAA520;
  font-style: normal;
  position: absolute;
}

h2, h3, h4, ul {
  padding: 0 5px;
  font-family: Arial;
  font-weight:bold;
  font-size: 18px;
  color: #BFBFBF;
}

p{

  font-family: Arial;
  font-weight:bold;
  font-size: 10px;
  color: #DAA520;
  font-style: none;
  position: absolute;
}
  
/* Holly hack*/
/*\*/

* html ul li {
  float: left;
}

* html #nav li a {
  height: 0%;
}


/* */