html, body {height:100%;}
body {
	margin:0; 
	padding:0;
	background-color:#000000;
	color:#000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
}

#tudo { 
	width:960px;
	position:relative;
	margin:0 auto;
	text-align:left;
	min-height:100%;
	background-color:#FFF;
}
	
* html #tudo {
	height: 100%;
	text-decoration: none;
}

#topo {
	background:#000;
	width:960px;
	height:300px;
	border-bottom:0px dotted #999;
	text-align:center;
	padding-top:1px;
}

#navegacao {
	width: 960px;
	height: 50px;
	background-color:#000000;
	text-align: right;
	background-image:url(../files/img/background/bg_topo.png);
}

#banner_topo{
	width: 960px;
	height: 250px;
}

#col_principal {
	width:920px;
	float:left;
	text-align: justify;
	padding-left:20px;
	padding-right: 20px;
	padding-top:20px;
	padding-bottom: 20px;
	border: 0px dotted #000000;
}

#col_direita {
	width:200px;
	float:right;
	padding:10px;
	border: 0px dotted #000000;
}
	
#rodape {
	background-color:#000000;
	width:960px;
	height:30px;
	position: absolute;
	bottom: 0; 
	text-align:center;
	font-size: 9px;
	color: #ABA521;
	border: 0px;
}
	
#conteudo {
	padding-bottom: 30px;
	text-align:left;
}

#extranet {
	border: 0px dotted #CCC;
	padding: 5px;
	visibility:hidden;
}

#newsletter {
	border: 1px dotted #CCC;
	padding: 5px;
}

#pub_lateral {
	height: 200px;
	border: 1px dotted #CCC;
	padding: 5px;
	visibility:hidden;
}

.clear {clear:both;}

