/* CSS Document */
.div_controle {
					width:1022px;}

#sombra { 
		background-image:url(../img/estrutura/lateral.gif);
		/*background-image:url(../img/natal/borda.jpg);*/
		background-repeat:repeat-y;
		background-position:center;
		background-color:#ffffff;
		}

#topo_index {
					width:1021px;
					height:200px;
					background-image:url(../img/estrutura/topo.png);
					background-repeat:no-repeat;
					background-position:center;
					background-color:#FFFFFF;
					}
#menu_index {
					width:190px;
					height:100%;
					float: left;
					padding-left:30px;
			}
#banner_index {
					width:100px;
					height:100%;
			}
#corpo_index {
					width:795px;
					height:100%;
					float:right;
					overflow:auto;
			}
.rodape_index {
					width:1021px;
					height:100px;
					background-color:#ffffff;
					background-image:url(../img/estrutura/rodape.gif);
					background-position:center;
					background-repeat:no-repeat;
					clear:both;
					}
