#geral {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	clear: none;
	float: left;
	width: 1000px;
	background-color: #FFF;
	color: #000;
	position: relative;
}
body {
	background-color: #FFF;
	margin: 0px;
}
#geral #cabecario {
	clear: none;
	float: left;
	height: 260px;
	width: 1000px;
	margin-bottom: 15px;
}
#geral #cabecario .fone {
	clear: none;
	float: left;
	height: 25px;
	width: 1000px;
	background-image: url(imagens/cabec1.jpg);
	background-repeat: no-repeat;
}

#geral #cabecario .logo {
	clear: none;
	float: left;
	height: 210px;
	width: 1000px;
	background-image: url(imagens/cabec2.jpg);
	background-repeat: no-repeat;
}
#geral #cabecario .fundo {
	clear: none;
	float: left;
	height: 25px;
	width: 450px;
	background-image: url(imagens/cabec3.jpg);
	background-repeat: no-repeat;
}
#geral #cabecario .menu {
	clear: right;
	float: right;
	height: 25px;
	width: 550px;
}

#geral #lateral {
	float: left;
	width: 425px;
	clear: none;
	text-align: center;
	font-weight: bold;
}
#geral #lateral .titulo {
	font-weight: bold;
	text-transform: none;
	text-align: left;
	margin-left: 20px;
}
#geral #lateral .destaque {
	clear: none;
	float: left;
	width: 390px;
	margin-left: 20px;
	margin-top: 15px;
}



#geral #conteudo {
	width: 570px;
	clear: right;
	float: right;
	background-color: #E9E9E9;
	background-image: url(imagens/canto.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#geral #conteudo .titulo_cont {
	font-weight: bold;
	text-transform: uppercase;
	height: 15px;
	margin-top: 15px;
	margin-right: 30px;
	margin-left: 30px;
	font-size: 13px;
	margin-bottom: 30px;
	clear: none;
	float: left;
	width: 510px;
}
#geral #conteudo .texto {
	margin-right: 30px;
	margin-left: 30px;
	clear: none;
	float: left;
	width: 510px;
	margin-bottom: 15px;
	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: 1000px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #666;
	text-align: right;
}

#geral a  {
	color: #666;
	text-decoration: none;
}
#geral a:hover {
	color: #999;
	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;
}
