body {
	margin: 0px;
	background-image: url(imagens/fundo_body.jpg);
	background-repeat: repeat;
}
#geral {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	clear: none;
	float: left;
	width: 1000px;
	color: #000;
	position: relative;
}
#geral #cabecario {
	clear: none;
	float: left;
	height: 260px;
	width: 1000px;
}
#geral #cabecario .fone {
	clear: none;
	float: left;
	height: 25px;
	width: 1000px;
	background-image: url(imagens/cabec_1.jpg);
	background-repeat: no-repeat;
}

#geral #cabecario .logo {
	clear: none;
	float: left;
	height: 210px;
	width: 1000px;
	background-image: url(imagens/cabec_2.jpg);
	background-repeat: no-repeat;
}
#geral #cabecario .fundo {
	clear: none;
	float: left;
	height: 25px;
	width: 460px;
	background-image: url(imagens/cabec_3.jpg);
	background-repeat: no-repeat;
}
#geral #cabecario .menu {
	clear: right;
	float: right;
	height: 25px;
	width: 540px;
}
#geral #centro {
	background-color: #FFF;
	clear: none;
	float: left;
	width: 1000px;
}



#geral #lateral {
	float: left;
	width: 430px;
	clear: none;
	font-weight: bold;
	margin-left: 20px;
	margin-top: 15px;
}

#geral #lateral .destaques {
	clear: none;
	float: left;
	height: 140px;
	width: 430px;
	margin-bottom: 15px;
}
#geral #lateral .destaques2 {
	clear: none;
	float: left;
	height: 140px;
	width: 430px;
}





#geral #conteudo {
	width: 510px;
	clear: right;
	float: right;
	background-color: #E9E9E9;
	background-image: url(imagens/canto.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: 20px;
	margin-top: 15px;
}
#geral #conteudo .titulo_cont {
	font-weight: bold;
	text-transform: uppercase;
	height: 15px;
	margin-top: 15px;
	margin-left: 25px;
	font-size: 14px;
	margin-bottom: 20px;
	clear: none;
	float: left;
	width: 400px;
	color: #C00;
}
#geral #conteudo .texto {
	margin-left: 25px;
	clear: none;
	float: left;
	width: 460px;
	text-align: justify;
	line-height: 16px;
}




#geral #rodape {
	clear: none;
	float: left;
	height: 25px;
	width: 1000px;
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	background-repeat: no-repeat;
	background-image: url(imagens/rodape.jpg);
}
#geral #creditos {
	clear: none;
	float: left;
	height: 15px;
	width: 980px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #999;
	text-align: right;
}

#geral a  {
	color: #000;
	text-decoration: none;
}
#geral a:hover {
	color: #666;
	text-decoration: none;
}
ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
li {
	padding-top: 2px;
	padding-right: 0px;
	padding-left: 15px;
	background-image: url(imagens/marcador.jpg);
	background-repeat: no-repeat;
	background-position: 0px;
	list-style-type: none;
}

