/****************************/
/** CSS By Eduardo Resende **/
/****************************/

html,body{
	background-image: url(../imagens/bg.gif);
	background-position: center;
	margin: 0px;
	text-align: center;
	height: 100%;
	font-size: 10px;
}

#geral{
	width: 736px;
	height: auto;
	margin: 0 auto;
	text-align: left;
}

/********/
/* Topo */
/********/

#topo{
	width: 724px;
	height: 86px;
	background-image: url(../imagens/topo_bg.gif);
	background-repeat: repeat-x;
	float: left;
	margin-bottom: 5px;
}

#topoLateral{
	width: 6px;
	height: 86px;
	float: left;
}

#logo{
	width: 227px;
	height: 71px;
	padding-top: 7px;
	padding-left: 12px;	
	float: left;
}

.botoes{
	width: auto;
	height: 21px;
	margin-left: 3px;
	float: left;
}

#eBotoes{
	width: auto;
	height: auto;
	float: right;
	margin-right: 7px;
	margin-top: 39px;
}

.left{
	float: left;
}

/*********/
/* Rodapé */
/*********/

#rodape{
	width: 736px;
	height: 55px;
	padding-top: 15px;
	text-align: center;
	clear: both;
}

.cantoRodape{
	width: 6px;
	height: 55px;
	float: left;
}

.contRodape{
	width: 724px;
	height: 40px;
	background-image: url(../imagens/rodape_bg02.gif);
	background-repeat: repeat-x;
	padding-top: 15px;
	float: left;
}