html, body {
	height: 100%;
	margin:0px; 
	padding:0px; 
	}

#tudo {
	min-height: 100%;
	position: relative;
	}

/* hack para IE6 que trata height como min-height */
* html #tudo {
	height: 100%;
	}
	
#topo { /* posiciona o topo */
	position:relative;
	left:0px;
	top:0px;
	margin:0px;
	padding:0px;	
	width:100%;
	height:49px;
	z-index:1;
	background-image: url(gifs/topo_janela_n.jpg);
	overflow-x:hidden;
	background-repeat: no-repeat;
}
#conteudo {
	position:relative;
	padding-bottom: 30px;
	margin:10px;
	width:98%;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:12px;
	}
	
#conteudo_nowidth {
	position:relative;
	padding-bottom: 30px;
	margin:10px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:12px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
	color: #996633;
	}
	
#rodape {
	position: absolute;
	bottom: 0;
	background-color:#DCDEF5; 
	background-image: url(gifs/brilho_rodape.jpg);
	background-position:bottom left;
	background-repeat:repeat-x;
	text-align:center;
	font-size:1px;
	height:20px;
	width:100%;
	}

#rodape_texto {
	position:relative;
	left:17px;
	top:3px;
	width:100%;
	font-size:10px;
	font-family: Arial,Verdana, Helvetica, sans-serif; 
	color: #333366;
	font-weight:bold;
    float:left;
}		
