body {
	background-image: url(../images/back.gif);
	background-repeat: repeat;
	
}
#geral {
	width: 780px;
	background-color:#FFF;
	text-align:left;
	margin:0 auto;
	height:1296px;
}
#geral #menulateral {
	width: 201px;
	float: left;
	padding-left: 15px;
	padding-top:20px;
	z-index:1;
}
#geral #destaques {
	width: 564px;
	float: right;
	z-index:2;
}
#geral #destaques #destaque1 {
	background-image: url(../images/destaque1.jpg);
	background-repeat: no-repeat;
	height: 225px;
	padding-right: 60px;
	padding-top:30px;
	_padding-top: 40px;
	padding-left: 75px;
	z-index:3;
}
#geral #destaques #destaque1 img, #geral #destaques #destaque2 img,#geral #conteudo_central img, #geral #conteudo_central_g img, #conteudo_central_m img, #conteudo_central_gg img, #conteudo_central_ggg img {
	border: 2px solid #000000;
	margin-right: 7px;
	margin-top:2px;
}
#geral #destaques #destaque2 {
	background-image: url(../images/destaque2.jpg);
	background-repeat: no-repeat;
	height: 262px;
	float: right;
	padding-right: 60px;
	padding-top: 40px;
	padding-left: 110px;
}

#geral #espaco {
	background-color: #FFFFFF;
	height: 30px;
	width: 564px;
	float: right;
	_width: 570px;
}
#geral #rodape {
	background-image: url(../images/rodape.jpg);
	background-repeat: no-repeat;
	width:760px;
	height:30px;
	float:left;
	clear:both;
	padding-left: 20px;
	padding-top: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align:center;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
}


a:link {
text-decoration:none;
color: #333333;
}
a:visited {
text-decoration:none;
color: #333333;
}
a:hover {
text-decoration:none;
color:#696960;
}

#geral #conteudo_central {
	background-image: url(../images/conteudo_central.jpg);
	background-color:#FFFFFF;
	background-repeat: no-repeat;
	float:right;
	width:504px;
	
	height:527px;
	_height:560px;
	padding-top: 60px;
	padding-left: 30px;
	padding-right: 30px;
	margin-top:-4px;
}
#geral #conteudo_central_m {
	background-image: url(../images/conteudo_central_m.jpg);
	background-repeat: no-repeat;
	height: 685px;
	width: 499px;
	padding-right: 30px;
	padding-left: 35px;
	padding-top: 60px;
	float: right;
}
#geral #conteudo_central_g {
	background-image: url(../images/conteudo_central_g.jpg);
	background-repeat: no-repeat;
	height: 966px;
	width: 486px;
	float: left;
	padding-top: 60px;
	padding-right: 45px;
	padding-left: 33px;
}
#geral #conteudo_central_gg {
	background-image: url(../images/conteudo_central_gg.jpg);
	background-repeat: no-repeat;
	height: 1216px;
	width: 486px;
	float: left;
	padding-top: 60px;
	padding-right: 45px;
	padding-left: 33px;
}
#geral #conteudo_central_ggg {
	background-image: url(../images/conteudo_central_ggg.jpg);
	background-repeat: no-repeat;
	height: 2775px;
	width: 486px;
	float: left;
	padding-top: 60px;
	padding-right: 45px;
	padding-left: 33px;
}
/* NEW MENU */

ul {
	font: normal 11px verdana;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
	text-align:center;
}
ul li {
	position: relative;
}
li ul {
	position: absolute;
	left: 149px; /* Set 1px less than menu width */
	top: 0;
	display: none;
}
/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
}
/* Fix IE. Hide from IE Mac \*/
* html ul li {
	float: left;
	height: 1%;
}
* html ul li a {
	height: 1%;
}
/* End */

ul li a:hover {
	color: #E2144A;
	background: #caf9c2;
} /* Hover Styles */
li ul li a {
	padding: 2px 5px;
} /* Sub Menu Styles */
li:hover ul ul, li.over ul ul { 
display:none; 
}

li:hover ul, li li:hover ul, li.over ul, 
li li.over ul { 
display: block; 
} /* Aqui a magica */
ul li ol a {

}
ul li ol a:hover {
	background: #FFC url(../images/marcador.gif) left center no-repeat;
	padding-left: 10px;
	font-size:10px;
}
ul li.seta {
	background: #FFF url(../images/marcador.gif) right center no-repeat;
	padding-right:10px;
	border-right: 1px solid #ccc;
	
}

#geral #destaques #destaque1 li, #geral #conteudo_central li, #geral #conteudo_central_g li, #conteudo_central_m li, #conteudo_central_gg li, #conteudo_central_ggg li #geral #destaque2 li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
}
