	*{
	padding:0;
	margin:0;
	text-decoration: none;
	list-style: none;
	border:none;
	}
	
	body {
	text-align:center;
	background:url(../imagens/bg_logo.jpg) repeat;
	}
	
	#geral{
	width:800px;
	margin: 12px auto;
	border: 2px solid black;
	font-family: arial;
	}
	

	
	#topo {
	background:url(../imagens/topo_inteiro.png) no-repeat;
	height:125px;
	border-bottom: 2px solid black;
	width:800px;
	}

	
	#topo h1{
	float:left;
	background:url(../imagens/brasao.png) no-repeat;
	font-size:0;
	height:117px;
	width:113px;
	}
	
	#topo h2{
	margin:15px 0 0 15px;
	float:left;
	text-align:justify;
	color:white;
	font-family:Segoe Script;
	}
	
	#topo #banner{
	background:url(../imagens/logo.png) no-repeat;
	height:120px;
	width:217px;
	float:right;
	font-size:0;
		}
	
	#menu-barra{
	margin:0 200px 10px 165px;
	background: url(../imagens/fatia_bg_menu.png) repeat-x;
	padding:4px;
	width: 480px;
	}
	
	#menu-barra ul li {
	display:inline;
	text-align:center;
	}
	
	#menu-barra a{
	color:white;
	
	}
	
	#menu-barra a:hover{
	TEXT-DECORATION:underline;
	}


	
	#corpo{
	background-color:#cc9933;
	clear:both;
	padding-top:10px;
	}
	
	#corpo a{
color:white;
}

#corpo a:hover{
text-decoration:underline;
}

	
	#rodape{
	font-size:12px;
	clear:both;
	text-align:center;
	background: url(../imagens/bg_rodape.png) repeat-x;
	color:white;
	padding:2px 0 4px 0;
	width:800px;
	border-top:2px solid black;

	}
	
	#rodape strong a{
	color:white;
	margin-left:3px;
	}
	
	#rodape strong a:hover{
	text-decoration:underline;
	}
	

	


