html, body {height:100%;} /**/
body {
	margin:0; 
	padding:0;
	top:0;
	background-image:url(../img/fundo_site.jpg);
	background-repeat:repeat-x;
	background-position:top;	
	text-align:center;
	color:#666;
	font:80%/1.6 Verdana, Arial, Helvetica, sans-serif;
	}
#tudo { 
	width:775px;
	position:relative;  /*Contexto de posicionamento */
	background:#fff;
	margin:0 auto;
	text-align:left;
	min-height:100%;/**/
	border-width:0 1px;
	}
* html #tudo {height: 100%;}/**/
#conteudo {padding-bottom:30px;}/**/

#topo {
	background:#e9e6d5;
	background-image:url(../img/fundo_site.jpg);
	background-repeat:repeat-x;
	background-position:top;	
	width:775px;
	height:188px;
	text-align:center;
	padding-top:0px;
	}
#principal {
	width:495px;
	padding-right:10px;
	padding-left:10px;
	float:right;
	margin-top:10px;
	text-align:left;
	}

#auxiliar {
	background-color:#9f9b7a;
	width:260px;
	float:left;
	margin-top:0;
	}
#flash_casos {
	background-color:#ffffff;
	width:260px;
	float:left;
	margin-top:0;
	clear:both;
	}
#calendario {
	width:180px;
	float:left;
	margin:40px 0 0 40px;
	clear:left;
	}
#intro {
	float:right;
	}

#rodape {
	background:#fff;
	width:775px;
	height:20px;
	position: absolute;
	bottom: 0; /**/ 
	border-width: 1px 0;
	text-align:center;
	}
#rodape p {
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#504f47;
	}
#clipping {
	background:#fff;
	width:150px;
	height:200px;
	float:left;
	border-width: 1px;
	margin: 0 10px 10px 0;
	padding: 0;
	}
#logo {
	float:left;
}
#endereco {
	float:right;
}

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 "Times New Roman", Times, serif;
	margin-top:0px;
	color:#605e4f;
	}
h3 { 	
	font:italic 12px "Times New Roman", Times, serif;
	margin-top:0px;
	color:#605e4f;
	}
h4 {font-size:16px;}
.clear {clear:both;}

.borda_imagem {
	border:2px solid #79776b;
	margin-right:10px;
}
.espaco_imagem {
	margin-right:40px;
}


#divAntPost{
	width:470px;
	clear:both;
	margin: 30px 0px 15px 0px;
}

#divAntPost a{
	font-family:"Times New Roman", Times, serif;
	color:#FFF;
	text-decoration:none;
}
.left {
	background-color:#5e5b52;
	float:left;
	padding:8px;
}
.right {
	background-color:#5e5b52;
	float:right;
	padding:8px;
	text-align:right;
}

