/*-----------------ESTRUTURA------------------*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
	background-color: #F9E08A;
}

html, #Geral {
	width:778px;
	height:100%;
	position:relative;
	background:url(images/background.gif) repeat-y #F9E08A;
}
#Topo {
	width:778px;
}
#Esquerda{
	width:175px;
	heigt:100%;
	float:left;
}
#Conteudo{
	float:right;
	width:603px;
	heigt:100%;
	padding-bottom:30px;
}
#Rodape{
	bottom:0px;
	margin:0px;
	clear: both; /* Única linha alterada para compatibilização */
}
/*-----------------ESTILOS------------------*/
.textoHome {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #593C08;
}
.link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
	color:#593C08;
	cursor: hand;
}
.ponto_final{
font-size: 36px;
margin-top: -10px;
}