body, h1, h2, h3, h4, h5, h6, ul, ol, li{
  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;
  top: 70px;
  left: 31px;
  text-indent: -1000px;
  overflow: hidden;
}

#frase1{
  color: blue;
  font-size: 150%;
  position: absolute;
  top: 190px;
  left: 40px;
}

#menu{
  height: 41px;
  background: url(imagens/header.gif) no-repeat;
  position: relative;
  list-style: none;
}

#menu a{
  font-family: Courier;
  display: block;
  height: 40px;
  position: absolute;
  top: 0px;
  text-indent: -1000px;
  overflow: hidden;
}

#sobre{
  left: 485px;
  width: 169px;
}

#instrutor{
  left: 676px;
  width: 109px;
}

#localizacao{
  left: 804px;
  width: 144px;
}

#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;
  margin: 10px;
  left: 50px;
  text-indent: -1000px;
  overflow: hidden;
}

.instrutor{
  background: url(imagens/tit_instrutor.gif) no-repeat;
  height: 40px;
  margin: 10px;
  left: 50px;
  text-indent: -1000px;
  overflow: hidden;
}

.localizacao{
  background: url(imagens/tit_localizacao.gif) no-repeat;
  height: 40px;
  margin: 10px;
  left: 50px;
  text-indent: -1000px;
  overflow: hidden;
}


