.titulo {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 110px;
  color: #FF0000;
}

.menu {
  position: absolute;
  top: 120px;
  left: 10px;
  width: 120px;
  height: 450 px;

  color: #000000;
  line-height: 30px;
}

.conteudoBox {
  position: absolute;
  top: 120px;
  left: 150px;
  width: 82%;
  height: 480px;
  
  font-family: Lucida Sans;
  font-size: 14px;
  text-align: justify;
  color: #000022;
}

.conteudo {
  position:relative;
  top: 120px;
  left: 150px;
  width: 82%;
  height: 480px;

  vertical-align: middle;
  display: table-cell;
}

a {
  font-family: Lucida Sans;
  font-size: 14px;
  font-weight: bold;
  color: #000088;
  text-decoration: none;
}

a:hover {
  color: #0000FF;
}
