/* GERAL */
	* {
	margin: 0
}
body {
	background: url(../im/fd.gif) top left repeat-x;
	text-align: left;
	background-color:#FFFFCC;
}
#global {
 background-color:#fdfebb;
	margin: 0 auto;
	text-align: left;
	width: 960px
}
/* TOPO */
	#topo {
	background-color:#fdfebb;
	height: 490px;
	width: 960px;
}
/* CORPO */
	#corpo {
	margin: 0 auto;
	padding: 10px 0 10px 0;
	height: 500px;
	width: 960px;
	background-color:#FFFFFF;
}
#corpo_1 { background-image:url(../images/bg_noticias.jpg);
background-repeat:no-repeat;
	
	float: left;
	width: 210px;
	height: 490px;
	padding: 10px;
	background-color:#FFFFFF
}
#corpo_2 {
	float: left;
	margin-left: 10px;
	width: 335px;
	height: 490px;
	padding: 10px;
	background-color:#FFFFFF;
}
#corpo_3 {
	float: right;
	margin-left: 10px;
	width: 335px;
	height: 490px;
	padding: 10px;
}


#banner_lateral {
background:#003399;
	width: 150px;
	height: 490px;
	float: right;
}
/* formatação de texto*/

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	
}
h2 {
	margin-left: 0;
	padding-left: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
}
.italico_azul {
	font-style: italic;
	color: #0099FF;
	text-decoration: underline;
	font-size: 0.9em;
	font-family:Arial, Helvetica, sans-serif;}
	.texto_direita { text-align:right; padding: 10px; color:#666666; font: normal 0.8em/1.2em "arial", "lucida sans unicode", verdana, lucida, sans-serif;}
	.texto_esquerda { text-align:left; padding: 15px; color:#666666; font: normal 0.7em/1.2em "arial", "lucida sans unicode", verdana, lucida, sans-serif;}

.circulo { margin-top: 7px}	
.strong {
	font-weight: bold;
}
a { color: #0099FF; }


/* RODAPE */
#rodape {
  background-image:url(../images/bg_rodapeFinal.jpg);
 background-repeat:repeat-x;
 margin: 0 auto;
 height: 70px;
 width: 960px;
 clear: both;
}
#rodape_esquerda {
	float: left;
	width: 49%;
	height: 70px; margin: 5px;
}
#endereco {
	height: 49%
}
#sub_menu {
	height: 49%
}
#sub_menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center
}
#sub_menu li {
	display:block;
	position:relative;
	float: left;
	width: 90px
}
#sub_menu ul li a {
	text-decoration: none;
	display:block;
	text-align: center;
	font: normal 0.8em/1.2em "lucida grande", "lucida sans unicode", verdana, lucida, sans-serif;
	color:#666;
	width: 90px;
}
#sub_menu ul li a:hover {

	text-decoration: underline;
}
#rodape_direita {
	
	float: right;
	width: 49%;
	height: 70px
}
