/* CSS Document */

* {
	padding:0;
	list-style:none;
	text-decoration:none;
	border:none;
	vertical-align:middle;
	margin:0;
}

html {
	/*background: #000;*/
  background:#FFF url('../imagens/back.jpg') repeat-X top left;
	text-align:center;
	overflow: -moz-scrollbars-vertical;
}

body {

	text-align:left;
	margin:0 auto;
}

/* CABEÇALHO */
#cabecalho {
  width: 778px;
  margin: 0 auto;
}

#cabecalho h1 {
  width: 0px;
  height: 20px;
  text-indent: -5000px;
  overflow: hidden;
}

/* FIM DE CABEÇALHO */

/* CORPO */
#corpo {
  display: table;
  width: 778px;
  margin: 0 auto;
}

#corpo #menu {
  float: left;
  width: 215px;
  height: 234px;
  display: block;
  background: url('../menu/back.gif') center no-repeat;
}
  #corpo #menu ul {padding-top: 15px;}
  #corpo #menu ul li a {
    font: normal 20px "Trebuchet MS", Verdana;
    color: #FD8A00;
    border-bottom: 3px dotted #FFF;
    width: 155px;
    display: block;
    margin: 10px 0 0 30px;
  }
  
#corpo #conteudo{
  float: left;
  border: 1px solid #E5E5E5;
  width: 500px;  
  margin: 13px;
  background-color: #FFF;
}

  
/* FIM DE CORPO */

/* RODAPÉ */
#rodape {
  border-top: 1px solid #CCC;
  padding-top: 5px;
}

  #rodape h4 {
    text-align: center;
    font: normal 18px "Trebuchet MS", Verdana, Arial, Helvetica, serif;
    color: #989898;
    margin: 7px;
  }
  
  #rodape address {
    text-align: center;
    font: normal 13px "Trebuchet MS", Verdana, Arial, Helvetica, serif;
    color: #989898;
  }
/* FIM DE RODAPÉ */

/* FLUTUANTES */
#fl1 {
  position: absolute;
  top: 259px;
  left: 50%;
  margin-left: -389px;
}

#fl2 {
  position: absolute;
  top: 500px;
  left: 50%;
  margin-left: -368px;
}

#fl3 {
  position: absolute;
  top: 570px;
  left: 50%;
  margin-left: -368px;
}

#fl4 {
  position: absolute;
  top: 645px;
  left: 50%;
  margin-left: -368px;
}

/* FIM DE FLUTUANTES */
