/* Estilos para montagem da estrutura (DIVs) das pagina internas */
<!--
body {
 /*background-image:url(../_images/_fundo_padrao.gif);*/
	background-repeat:repeat-y;
	margin-left:2px;
}

#corpo {
	width: 750px;
	margin-top:0px;
	margin-left:0px;
	text-align: left;
}

#cabecalho {
	width: 750px;
	height: 107px;
	margin-top: -1px;
	background-image:url(../_images/cabecalho2.gif);
	background-color: #000000;
}
#conteudo {
	width: 100%;
	/*height: 300px;*/
	/*background-color: #0000FF;*/

}

#esquerda{
	width:100%;
	margin-top:0px;
	float:left;
	z-index:5;
}

#direita{
	width:350px;
	margin-top:0px;
	float:right;
	margin-top:20px;
	z-index:5;
}

#rodape {
	width: 100%;
	height: 30px;
}
-->
