html, body {
	height: 100%;
	}
* html #tudo {
	height: 100%; /* hack para IE6 que trata height como min-height */
	}
body {
	margin: 0px;
	padding: 0px;
	border:none;
	font: 11px/1.5 Verdana, Arial, Helvetica, sans-serif;
	background-color:#F5F5F5;
	color:#333333;
	}
P {margin: 0;
padding-top: 20px;
}
	#tudo {
	position: relative;
	/* background-color: #FF00FF; */
	min-height: 100%
	}
	#topo {
	width:100%;     
	margin:0 auto;
	text-align:left;
	background-color: #333333;
	height: 55px;
	padding: 0px 0px 0px 0px;
	}
	#links {
	width:948px;
	height: 55px;
	margin:0 auto;
	text-align:center;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #333333;
	}
.div_links {
	width: 120px;
	background-color: #333333;
	color: #D2D2D2;
	height: 55px;
	float:left;
	cursor: pointer;
	}
	#principal {
	width:948px;
	margin: 0 auto;
	}
#banner {
 /* background-color: #FFFF00; */
 height: 360px;
/* padding-left: 4px; */
}
#conteudo {
	background-color: #FFFFFF;
	margin-top: 10px;
	padding-bottom: 140px;
	}
#conteudo P {padding-top: 0px;}
#menu_esquerdo P {
	border-bottom: 1px dashed #CCCCCC;
	padding: 5px 0px 5px 5px;
	}
#menu_esquerdo a {
	font-size: 12px;
	color: #66C3DD;
	font-weight: bold;
	text-decoration: none
	}
#rodape {
	width: 100%;
	height: 130px;
	position: absolute;
	bottom: 0;
	clear:both;
	text-align:center;
	background-color: #DDDDDD;
	}
#mini_rodape {
	background-color: #FFFFFF;
	width: 948px;
	margin: 0 auto;
	height: 50px;
	}
#sub_rodape {
	width: 948px;
	margin: 0 auto;
	height: 60px;
	text-align: left;
	font-size: 12px;
	}
#sub_ropape, a {color: #919191;
	text-decoration: none;
	}
#sub_ropape  p {padding: 30px 0px 20px 20px;
	}
