body,p,ul,h1,h3,h2,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;

 }
