html, body {height:100%;} 
body {
	margin:0;
	padding:0;
	background:#e6e6e6;
	color:#333;
	font:75%/1.4 Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	}
#tudo {
	width:760px;
	background:#ffffff;
	position:relative;
	margin:0 auto;
	text-align:left;
	min-height:100%;
	border: dotted #999;
	border-width:0 1px;
	top:0px;
	}
* html #tudo {
	height:100%; /* hack para IE6 hq trata height como min-height */
	}
#conteudo {
	padding-bottom:20px;
	}
#topo {	
	height:50px;
	background-color:#ffffff;
	border-bottom:1px dotted #999;
	}
#imagem {	
	height:150px;
	background-color:#ffffff;
	border-bottom:1px dotted #999;
	}
#links {	
	height:5px;
	background-color:#cccccc;
	border-bottom:1px dotted #999;
	}
#principal {
	float:left;
	width:370px;
	margin-left:10px; 	
	text-align:justify;
	padding-top:10px;
	}
#nav {
	width:130px;
	float:left;
	padding-top:10px;
	padding-left:10px;
	}
#apoio {
	width:200px;
	float:right;
	padding-top:10px;
	}
#rodape {
	background:#cccccc;
	width:760px;
	height:15px;
	position:absolute;
	bottom:0; 
	border:dotted #999;
	border-width:1px 0;
	text-align:center;
	}
#rodape p {
	margin:0;
	font:normal 10px Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	}
.clear {clear:both;}

/* Text Style
------------------------------ */

h1 { font:normal 10px Arial;
	 color:#000000;
}
h1 a:link, h1 a:active, h1 a:visited {
	color:#000000;
	text-decoration: none;
}
h1 a:hover, h1 a:focus {
	color:#009900;
}
h2 { font:normal 12px Verdana;
	 color:#000000;
}
h2 a:link, h2 a:active, h2 a:visited {
	color:#000000;
	text-decoration: none;
}
h2 a:hover, h2 a:focus {
	color:#006699;
}
h3 { font:bold 12px Arial;
	 color:#990000;
}
h4 { font:normal 11px Verdana;
	 color:#000000;
}
h4 a:link, h4 a:active, h4 a:visited {
	color:#000000;
	text-decoration: none;
}
h4 a:hover, h4 a:focus {
	color:#009900;
}