body, h1,h2,h3,h4,h5,h6,h7,ul,li,ol,p{
  padding: 0;
  margin: 0;

}
#main{
  width: 960px;
  margin: 0 auto;
  list-style: none;
}


#header{
  background: url(imagens/header.jpg) no-repeat;
  height: 209px;
  position: relative;
}

#header a{
  display: block;
  width: 323px;
  height: 65px;
  position: absolute;
  top: 70px;
  left: 31px;
  text-indent: -1000px;
  overflow: hidden;
}
#menu{
  background: url(imagens/header.gif) no-repeat;
  height: 41px;
  position: relative;
}
#menu a{
    display: block;
    height: 40px;
    position: absolute;
    top: 0px;
    text-indent: -1000px;
    overflow: hidden;
}
#sobre{
  width: 169px;
  left:  485px;

}
#instrutor{
  width: 109px;
  left: 676px;
}
#localizacao{
  width: 144px;
  left: 804px;
}
#content p{
    font-family: Arial;
    font-size: 12px;
    line-height: 180%;
    text-indent: 50px;
    text-align: justify;
    padding: 3px 10px 3px 10px;
}
.sobre{
  background: url(imagens/tit_sobre.gif) no-repeat;
  height: 40px;
  text-indent: -1000px;
  overflow: hidden;
  margin: 10px;
}
.instrutor{
  background: url(imagens/tit_instrutor.gif) no-repeat;
  height: 40px;
  text-indent: -1000px;
  overflow: hidden;
  margin: 10px;
}
.localizacao{
  background: url(imagens/tit_localizacao.gif) no-repeat;
  height: 40px;
  text-indent: -1000px;
  overflow: hidden;
  margin: 10px;
}





