body, h1, h2, h3, h4 ,h5, h6, ul, ol, li, p{
  margin: 0px;
  padding: 0px;
}

#main{
  width: 960px;
  margin: 0 auto;
}


#header{
  background: url(imagens/header.jpg) no-repeat center;
  height: 209px;
  width: 960px;
  position: relative;
}
#header a{
  position: absolute;
  top: 70px;
  left: 31px;
  display: block;
  width: 323px;
  height: 65px;
  text-indent: -1000px;
  overflow: hidden;
}
#menu{
  height: 41px;
  background: url(imagens/header.gif) no-repeat;
  position: relative;
  list-style: none;
}
#menu a{
  display: block;
  height: 40px;
  position: absolute;
  top: 0px;
  text-indent: -1000px;
  overflow: hidden;
  }

#sobre{
  width: 169px;
  left: 485px;
}
#localizacao{
  width: 144px;
  left: 804px;
}
#instrutor{
  width: 109px;
  left: 676px;
}
#content p{
 font-family: @MS Gothic;
 font-size: 15px;
 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;
}

.localizacao{
  background: url(imagens/tit_localizacao.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;
}

