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