@charset "utf-8";
/* CSS Document */

#lateral {
	position:relative;
	top:21px;
	width:233px;
	z-index:3;
}

#lateral_fundo {
	position:absolute;
	top:281px;
	width:233px;
	z-index:2;
	background:#FFFFFF;
	filter: alpha(opacity = 70);
}

#corpo {
	position:relative;
	width:720px;
	z-index:3;
}

#corpo_fundo {
	position:absolute;
	top:281px;
	width:720px;
	heigth: 300px;
	z-index:2;
	background:#FFFFFF;
	filter: alpha(opacity = 70);
}

#fundo_direita {
	position:fixed;
	top:0px;
	left: expression( document.body.offsetWidth - (document.body.offsetWidth - 1003) / 2 - 233);
	width: expression( (document.body.offsetWidth - 1003) / 2 + 233);
	height:100%;
	z-index:-1;
	background:#003C86;
	filter: alpha(opacity = 60);
}

#rodape_geral_corpo {
	position:absolute;
	width:741;
	z-index:3;
}

#rodape_geral_fundo {
	position:absolute;
	width:740px;
	height:34px;
	z-index:2;
	background:#FFFFFF;
	filter: alpha(opacity = 50);
}