body {
  padding: 0px;
  margin: 0px;
}
* {
  font-family: Verdana;
  font-size: 10px;
}
#central {
  width: 975px;
  margin: 0px auto;
}

#top{
  width: 100%;
  height:84px;
  margin:10px 0px 5px 0px;
  padding-bottom:10px;
  border-bottom:2px solid #CCCCCC;
  display: inline-block;
}

#top #logo{
  width:192px;
  height:81px;
  float:left;
}

#top #menu_top{
    width:165px;
    height:81px;
    margin-left:10px;
    float:left;
    line-height: 12px;
}

#top .menu_top{
  font-size:9px;
  color:#666;
  text-decoration: none;
}

#top a.menu_top:hover{
  color:#c5233a;
}

#top #bannertop{
  width:533px;
  height:85px;
  float:right;
  margin: 0px 0px 0px 1px;
}

#conteudo {
  width: 100%;
  height: auto;
  display: inline-block;
}

p {
  line-height: 15px;
}

#inicial a {
  color: #333333;
  text-decoration: none;
}

#rodape {
  width: 100%;
  border-top: 1px solid #e0e0e0;
  padding-top: 5px;
  display: block;
  text-align: center;
}

#bannerhome {
  width: 975px;
  height: 167px;
}
