.geral {
	background-color: #d9f1c5;
}

.divPrincipal {
	top: 10px;
	width: 750px;
	left: 50%; 
	margin-left: -360px;
	border: 0px solid black;
	position: absolute;
	background-color: White;
}

.divCabecalho {
	top: 0px;
	left: 0px;
	width: 750px;
	height: 138px;
}

.divCabecalhoTopo {
	top: 0px;
	left: 0px;
	width: 750px;
	height: 138px;
	background-image: url(../imagens/topo.png);
}

.divMenuSuperior {
	width: 750px;
	height: 28px;	
}

.divMenuSuperiorEsquerdo {
	float: left;
	width: 203px;
	height: 28px;	
	background-image: url(../imagens/menu_sup_lateral.png);
}

.divMenuSuperiorDireito {
	float: right;
	width: 547px;
	height: 28px;	
	background-image: url(../imagens/menu_sup_vazio.png);
	background-repeat: repeat-x;
}

.divConteudo {
	clear: both;
	width: 750px;
	background-color: White;
}

.divMenuLateral {
	width: 164px;
	float: left;	
}

.divMenuLateralTopo {
	width: 164px;
	height: 54px;
	background-image: url(../imagens/menu_lateral_topo.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: White;
	text-align: center;
	font-variant: small-caps;
}


.divMenuLateralBase {
	width: 164px;
	height: 48px;
	background-image: url(../imagens/menu_lateral_base.png);
}

.divConteudoCentral {
	width: 400px;
	height: 100%;
	float: right;	
	background-color: White;
	padding-right: 5px;
}

.divConteudoCentralAdmin {
	width: 586px;
	height: 100%;
	float: right;	
	background-color: White;
	padding-right: 5px;
}

.divPublicidadeLateral {
	width: 162px;
	float: right;	
}

.divRodape {
	clear: both;
	float: none;
	width: 750px;	
	height: 80px;
	background-image: url(../imagens/rodape.png);
	background-repeat: no-repeat;
}

.divRodapeEsquerdo {
	float: left;
	width: 200px;
	height: 80px;	
	vertical-align: bottom;
	text-align: left;
}

.divRodapeDireito {
	float: right;
	width: 545px;
	height: 80px;
	text-align: right;	
}

.geralImpressao {
	background-color: White;
}

.divImpressao {
	width: 19cm;
}