div.clear {
    float: none;
    clear: both;
    display: block;
}

body {
  background-color: #DCDAEB;
  margin: 0px 0px 0px 0px;
}

#wrap {
  width:100%;
  text-align: center;
}

#topo {
  width:750px;
  height:240px;
  background-image: url("images/topo.gif");
  background-repeat: repeat;
}

#topo_txt {
  position:relative;
  float:left;
  top:130px;
  left:10px;
  width:525px;
  text-align:justify;
  font-family:Arial;
  font-size:12px;
  color:#000;
}

#topo_banner {
  position:relative;
  float:right;
  right:20px;
  top:181px;
  width:175px;
  text-align:right;
}

#conteudo {
  width:750px;
  background-color: #FFF;
}

#conteudo_esq {
  position:relative;
  float:left;
  left:10px;
  width:360px;
  height:700px;
  background-image: url("images/conteudo_fundo.gif");
  background-repeat: repeat;
}

#conteudo_dir {
  position:relative;
  float:left;
  left:20px;
  width:360px;
  height:700px;
  background-image: url("images/conteudo_fundo.gif");
  background-repeat: repeat;
}

#conteudo_logo_esq {
  position:relative;
  float:left;
  left:10px;
  padding:10px;
  text-align:left;
  width:340px;
  height:45px;
}

#conteudo_logo_dir {
  position:relative;
  float:left;
  left:20px;
  padding:10px;
  text-align:left;
  width:340px;
  height:45px;
}

#rodape {
  width:750px;
  height:30px;
  background-color: #FFF;
  font-family: Verdana;
  font-size: 10px;
  color: #009;
}

.conteudo_onde {
  position:relative;
  float:right;
  right:20px;
  top:25px;
}

.conteudo_onde img {
  position:relative;
  float:left;
}

.conteudo_onde a {
  position:relative;
  float:left;
}

.itens_esq {
  position:relative;
  width:165px;
  float:left;
  left:10px;
}

.itens_dir {
  position:relative;
  width:165px;
  float:left;
  left:20px;
}

#onde_topo {
  width:750px;
  height:180px;
  background-image: url("images/topo.gif");
  background-repeat: repeat;
}

#onde_topo_txt {
  position:relative;
  float:left;
  top:140px;
  left:10px;
  width:530px;
  text-align:justify;
  font-family:Arial;
  font-size:12px;
  color:#000;
}

#onde_conteudo_cab {
  position:relative;
  float:left;
  left:0px;
  padding:10px;
  text-align:left;
  width:730px;
  height:45px;
}

#onde_conteudo {
  position:relative;
  float:left;
  left:10px;
  width:710px;
  padding:10px;
  font-family:Arial;
  font-size:12px;
  text-align:left;
  background-image: url("images/conteudo_fundo.gif");
  background-repeat: repeat;
}

.onde_erro {
  color: #C00;
  font-weight:bold;
}

a:link    {text-decoration: none; color: #009; font-size: 11px; font-family: Verdana; font-weight: bold}
a:visited {text-decoration: none; color: #009; font-size: 11px; font-family: Verdana; font-weight: bold}
a:hover   {text-decoration: underline; color: #C00; font-size: 11px; font-family: Verdana; font-weight: bold}
a:active  {text-decoration: none; color: #009; font-size: 11px; font-family: Verdana; font-weight: bold}

a.onde:link    {text-decoration: none; color: #009; font-size: 10px; font-family: Verdana}
a.onde:visited {text-decoration: none; color: #009; font-size: 10px; font-family: Verdana}
a.onde:hover   {text-decoration: underline; color: #C00; font-size: 10px; font-family: Verdana}
a.onde:active  {text-decoration: none; color: #009; font-size: 10px; font-family: Verdana}
