body{ background-image:url(bg_geral.jpg); background-position:top; background-repeat:no-repeat;}
* { margin: 0; padding: 0; } /* Zerando as margens e preenchimentos de todas as tags */

body { text-align: center; background-color:#000000} /* definindo o alinhamento do texto para o centro */


#geral {
	/*background-color: #8DC37E; /* Definindo o mesmo verde que o das divs #menu e #lateral para a cor de fundo do geral */
	width: 1001px; /* definindo 770px de largura , tornando o layout fixo */
	margin: auto;
}

#topo {
	/*background-color: #1C8000; /* definido cor de background para o topo */
	width: 1001px; 
	height: 207px; 
}

#logo { width:260px; height:208px; float:left;}
#top_meio { width:740px; height:62px; float:left;}
#seletor{ width:150px; height:62px; float:right;}

#menu_sup{ width:741px; height:46px; float:left}

#menu_princ{ width:741px; height:100px; float:left; text-align:left}


#nav_sup  , #nav_sup   ul{margin:0;padding:0;list-style-type:none;list-style-position:outside;position:relative;}
#nav_sup   li{float:left;position:relative;margin:0;padding-left:5px; line-height:42px; height:46px; color:#FFF; font-family:Trebuchet MS, Arial, Helvetica, sans-serif; font-weight:bold; font-size:14px; }
#nav_sup   a{line-height:42px; height:46px; color:#FFF; font-family:Trebuchet MS, Arial, Helvetica, sans-serif; font-weight:bold; font-size:14px; }
#nav_sup   a:hover{ text-decoration:underline}

#chamada {width:1001px; padding-top:10px; padding-bottom:10px; text-align:center}


#menu_estilo{ margin-left:60px;}
#divide{ float:left; width:1px; height:283px;}
#estilo{ float:left; width:176px; height:283px;}


#conteudo {
	
	margin: 0 0px; /* definindo margem 0 para a base e o topo e 150px para esquerda e direita */
	padding: 0px; /* definindo 10px de padding */
}



img, #tit_menu_interno, #menu_interno, #chamada_dir, #conteudo_interno, #menu_interno ul li.bg, #rodape{ behavior: url("iepngfix/iepngfix.htc") }

#tit_chamada { width:100%; margin:0 auto; display:block; height:63px; line-height:60px; text-align:center; color:#fff; font-family:Trebuchet MS, Arial, Helvetica, sans-serif; font-size:28px;}



#rodape { clear:both; width:1000px; height:114px; display:block; background-image:url(bg_rodape.png); background-repeat:no-repeat;  *margin:-15x 0 0 0; text-align:center; padding-top:13px;}




