html, body {height:100%;} 
body {
	margin:0;
	padding:0;
	background:#ddd;
	color:#666;
	font:75%/1.4 Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	}
#tudo {
	width:760px;
	position:relative;  /*Contexto de posicionamento */
	background:#fff url(bg-auxiliar.gif) repeat-y right;
	margin:0 auto;
	text-align:left;
	min-height:100%;/**/
	border:solid #000;
	border-width:0 1px;
	}
 * html #tudo {height: 100%;}
#conteudo {
	padding-bottom:30px;
}
#topo {
	background:#FFF;
	width:760px;
	height:100px;
	border-bottom:1px solid #000;
	text-align:left;
	padding-top:0px;
}
#principal {
	width:510px;
	float:right;
	overflow:auto;
	height:500px;
	/*padding-right:20px;
	padding-top:10px;
	text-align:justify;
	overflow:hidden;*/
}
#auxiliar {
	width:200px;
	float:left;
	padding-top:10px;
	}
#rodape {
	background:#C1D3FB;
	width:760px;
	height:30px;
	position: absolute;
	bottom: 0;
	border:solid #000;
	border-width: 1px 0;
	text-align:center;
	}
#rodape p {
	margin:0;
	font-weight:bold;
	color:#292E7B;
	font-size:9px;
}
#rodape a {
	margin:0;
	font-weight:bold;
	color:#292E7B;
	font-size:9px;
}
ul {
	width:190px;
	margin:0;
	padding:0;
	list-style:none;
	}
ul li {
	margin:4px 0;
	
}
ul li a, ul li a:visited {
	height:1%;
	font:12px Arial, Helvetica, sans-serif;
	display:block;
	background:#C1D3FB;
	color:#292E7B;
	text-decoration:none;
	padding:2px 10px;
	/*font-weight:bold;*/
	border-style:double
}
ul li a:hover {
	background:#336;
	color:#FF0;
	border-color:#292E7B;
}
h1, h2, h4 {
	font:bold 22px Arial, Helvetica, sans-serif;
	color:#292E7B;
	}
h4 {
	font-size:16px;
}
/*h4:first-letter {
	font-size:150%;
	color:#FF0;
}
*/.clear {clear:both;}
#nav li.um {
	margin-bottom:8px;
	text-align:center;
}
.link a, a:visited{
	text-decoration:none;
	color:#03C;
}
.link a:hover{
	text-decoration:underline;
	color:#03C;
}
