
/* Main wrapper */
#main-wrapper
{
  position: relative;
  background: white;
  padding: 0;
  width: 768px;
  margin: auto; /* Centra a página em browsers conformantes com os padrões */
  text-align: left; /* Retorna o alinhamento para o normal */
}

#topo
{
  position: relative;
  height: 129px;
  background: #FFF317 url('img/Topo_centro.jpg') center no-repeat;
  color: #2E3092; 
}

#topo-esquerda
{
  position: absolute;
  top: 0;
  left: 0;
  height: 129px;
  width: 257px;
  background: #2E3192 url('img/Topo_esquerda.gif') 0px -22px;
}

#topo-direita
{
  position: absolute;
  top: 0;
  right: 0;
  height: 129px;
  width: 257px;
  font-size: 18pt;
  background: url('img/Topo_direita.jpg') top right no-repeat;
}

#topo-direita small
{
  margin-left: 25px;
  margin-top: 60px;
  display: block;
  font-size: 80%;
}

#topo-direita big
{
  margin-left: 25px;
  font-size: 120%;
}

#menu
{
  display: block;
  position: relative;
  z-index: 2;
  color: #2E3092;
  text-align: center;
  width: 100%;
  height: 153;
}

#menuback
{
  z-index: -1;
  position: absolute;
  left: 0;
  background: #FFF317;
  width: 100%;
  height: 24px;
}
.hidden
{
  display: none;
}

#conteudo
{
	position: absolute;
	left: 1px;
	border: none;
	width: 771px;
	top: 235px;
	height: 421px;
	
	
 
}

#validXHTML
{
	background: white;
  position: absolute;
  text-align: right;
  line-height: 10px;
  top: 0;
  bottom: 0;
  left: 0;
  margin-top: 592px;
  border: none;
  width: 100%;
  height: 11px;
  padding: 0;
}

a img
{
  border: none;
}
#rodape
{
  position: absolute;
  left: 0px;
  top: 592px;
  border: none;
  width: 100%;
  height: 100px;
  z-index: 5;
}
