body {
	background-image: url(../imagens/bg_index_internas.jpg);
	background-repeat:repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


#geral{
	position:relative;
	margin:auto;
	width:990px;
}
#corpo{
	width:788px;
	*width:787px;
	float:left;
	height:900px;
}
#topo{
	width:788px;
	margin:auto;
}

#conteudo{
	width:560px;
	float:right;

}
#lateral-dir {		
	width:202px;
	height:1044px;
	float:right;
	background-image:url(../imagens/bg_lateral_dir.jpg);
	background-repeat:no-repeat;
}
#lateral-menu {
	position:absolute;
	background-image:url(../imagens/bg_lateral_menu.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	left:-7px;
	top:345px;
	width:223px;
	height:1255px;
	z-index:1;
}

/* CSS PARA AS PAGINAS INTERNAS*/
#lateral-dir-interno {		
	width:202px;
	height:1044px;
	float:right;
	background-image:url(../imagens/bg_lateral_dir_interno.jpg);
	background-repeat:no-repeat;
}
#lateral-menu-interno {
	position:absolute;
	background-image:url(../imagens/bg_lateral_menu_interno.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	left:-7px;
	top:345px;
	width:223px;
	height:1255px;
	z-index:1;
}
/* FIM CSS PARA AS PAGINAS INTERNAS*/

#rodape{
	width:100%;
	height:110px;
	background-image:url(../imagens/bg_rodape.jpg);
	background-repeat:repeat-x;
	background-color:#F2F2EA;
	clear:both;
	float:right;
	margin-top:575px;
	_margin-top:100px;
}
#rodape-dicas{
	width:100%;
	height:110px;
	background-image:url(../imagens/bg_rodape.jpg);
	background-repeat:repeat-x;
	background-color:#F2F2EA;
	clear:both;
	float:right;
	margin-top:4150px;
	*margin-top:4345px;
	_margin-top:40px;
}