html,
body {
    height:100%;
	margin:0; 
	padding:0;
	background:#ddd;
	color:#0a5d9a;
    font:bold 11px Verdana, Myriad Pro, Arial, Helvetica, sans-serif;
	text-align:center;
	}
	
#tudo { 
	width:1000px;
	position:relative;  /*Contexto de posicionamento */
	background:#fff url(imagens/fundo.gif) no-repeat left bottom;
	margin:0 auto;
	text-align:left;
	min-height:100%;
	border-right:solid #999 1px;
	border-left:solid #999 1px;
	border-top:0px;
	border-bottom:0px;
	

	}
	
 * html #tudo {height: 100%;}
 
#topo {
	background:#fff;
	width:1000px;
	height:225px;	
	}
	
#principal {
	width:650px;
	padding-left:10px;
	padding-right:110px;
	float:right;
	padding-top:10px;
	text-align:justify;
	
	}
	
#auxiliar {
	width:200px;
	float:left;
	padding-top:10px;
	}
	
#vantagem {
	width:620px;
	float:left;
	padding-left:20px;
	}
	
#ret { 
 border-width: 0,5 pixel;
 border-style:inset;
 border-color: #cccccc;

}

		
#rodape {
	background:#003a6c;
	width:1000px;
	height:15px;
	position: absolute;
	bottom: 0;  	
	font:normal 10px verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-align:center;	
	}
	
#rodape p {
	margin:0;
	font-weight:bold;
	color:#ffffff;
	}
	
	
ul {
	width:190px;
	margin:0;
	padding:0;
	list-style:none;
	}
	
ul li {margin:1px 0; }

ul li a, ul li a:visited {
	height:1%;
	font:12px Arial, Helvetica, sans-serif;
	display:block;
	background:#060;
	color:#fff;
	text-decoration:none;
	padding:2px 10px;
	}
	
ul li a:hover {
	background:#9f9;
	color:#060;
	}
	
h1, h2, h4 { 	
	font:bold 25px Myriad Pro, Arial, Helvetica, sans-serif;
	color:#0a5d9a;
	}
	
    p { 	
	font:bold 11px Verdana, Myriad Pro, Arial, Helvetica, sans-serif;
	color:#0a5d9a;
	}	
   
	
	
h4 {font-size:16px;}

.clear {clear:both;}
#nav li.um {
	margin-bottom:8px;
	text-align:center;
		}

A:link {text-decoration: none}
A:visited {text-decoration: none; color:#EF592A}
A:active {text-decoration: none}
A:hover {text-decoration: underline overline; color:#EF592A;
