html, body {height:100%;}


body {
	margin:0;
	padding:0;
	background:#CCC;
	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:#800000;
	width:760px;
	height:130px;
	border-bottom:1px solid #000;
	text-align:center;
	padding-top:3px;
	}
#principal {
	width:510px;
	padding-right:100px;
	float:right;
	padding-top:10px;
	text-align:justify;
}
#principal a {
	color:#000;
}
#principal a:hover {
	color:#000;
}
#principal a:visited {
	color:#000;
}
#principal a:active {
	color:#000;
}
#auxiliar {
	width:200px;
	float:left;
	padding-top:10px;
	visibility:hidden;
}
#rodape {
	background:#9C314A;
	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:#FFF;
	font-size: 9px;
	}
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 22px Arial, Helvetica, sans-serif;
	color:#FFF;
	}
h4 {font-size:16px;}
.clear {clear:both;}
#nav li.um {
	margin-bottom:8px;
	text-align:center;
}
.font_atencao {
	font-size:14px;
	font-weight:bold;
	color:#800000;
}
.botao3d{
	/*display: block;*/
	/*border-color: #999 #000 #000 #999;*/
	
	border: 1px solid;
	
	border-color: #000 #000 #000 #000;

	background: #800000; 
	color: #FFF;
	
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
} 
.botao3d:hover{
	position: relative;
	
	/*top: 1px;*/
	/*left: 1px;*/
	/*bottom: 1px;*/
	
	border-color: #000 #000 #000 #000;
	
	color:#000;
	/*border-color:#FFF;*/
}
.input{
	background-color:#FFF;
	border: 1px solid #000;
	border-color: #999 #000 #000 #999;

}
.input:focus{
	background-color:#FF9;
}

