body{
      margin:0px;
      background-image: url(img/bg.jpg);
      background-repeat: repeat-x;
    }

h1 {
        font-size: 24px;
        font-weight: bold;
        color: #b5b5b5;
     }

h2 {
        font-size: 22px;
        font-weight: bold;
        color: #f7941d;
     }

h3 {
        font-size: 18px;
        color: #f7941d;
     }

img {
     border: none;
    }

a {
      text-decoration:none;
      font-weight: bold;
      color: #b5b5b5;
    }

a:hover {
      text-decoration:none;
      font-weight: bold;
      color: #f7941d;
    }

#topo{
	width:781px;
	height:228px;
	position:absolute;
	top:0px;
	left:0px;
      }

#conteudo{
	width:781px;
	height:215px;
	position:absolute;
	top:228px;
	left:0px;
	background-image:url(img/bg_conteudo.png);
	background-repeat: repeat-y;
	padding-top: 10px;
	padding-left: 45px;
	padding-right: 45px;
	padding-bottom: 10px;
	font-family:Arial, Helvetica, sans-serif;
      }

#rodape{
	width:781px;
	height:17px;
	position:absolute;
	top:463px;
	left:0px;
	background-image:url(img/bg_rodape.png);
      }

#geral{
    width:781px;
	position:absolute;
	left:50%;
	margin-left:-390px;
    top:50%;
    margin-top:-237px;
      }

.divisor {color:#f7941d;
         }#colunaEsquerda {
	width: 50%;
	float: left;
}
#colunaDireita {
	float: right;
	width: 50%;
}

