* {
	margin:0px;
	padding:0px;
	text-decoration:none;
	list-style:none;
}

body {
	background:url('../imagens/fundo.jpg');
}

#borda {
	width:775px;
	margin:0 auto;
	background:url('../imagens/teste.png') repeat-y center;
}

#geral {
	width:762px;
	margin:0 auto;
	background:#FFFFFF;
	border:1px solid #FFFFFF;
}

#cabecalho {
	background:url('../imagens/cabecalho.fundo.jpg') repeat-X;
}
	#cabecalho h1 a{
		display:block;
		margin:10px;
		float:left;
		width:166px;
		height:67px;
		background:url('../imagens/logotipo.jpg') no-repeat;
		text-indent:-3000em;
		overflow:hidden;
	}
	
	#cabecalho h2 {
		display:block;
		float:right;
		margin:8px 10px 0 0;
		font:bold 15px Microsoft Sans Serif, Arial;
		color:#4D4D4D;
	}
	#cabecalho h2.frase1 { margin-top:18px; }
	
	/* Menu */
	#cabecalho ul { display:block; clear:both; }
	#cabecalho ul li { display:inline; }
	#cabecalho ul li a {
		display:block;
		float:left;
		width:126px;
		height:24px;
		margin:0 1px 1px 0;
		padding-top:6px;
		background:url('../imagens/menu.fundo.inativo.jpg') no-repeat;
		text-align:center;
		text-decoration:none;
		font:bold 80% Microsoft Sans Serif, Arial;
		color:#FFFFFF;
	}
	#cabecalho ul li a:hover {
		background:url('../imagens/menu.fundo.ativo.jpg') no-repeat;
	}
	#cabecalho ul li .menu-ativo { background:url('../imagens/menu.fundo.ativo.jpg') no-repeat; }
	
	#cabecalho #banner { 
		clear:both;
		width:761px; 
		height:154px; 
		margin-bottom:1px;
		background:url('../imagens/banner.jpg') no-repeat;
		text-align:right;
	}

#conteudo {
	background:#FFFFFF url('../imagens/conteudo.fundo.jpg') repeat-X;
	padding:25px;
}
	#conteudo h2 {
		margin-bottom:5px;
		font:20px Microsoft Sans Serif, Arial;
		color:#E7271D;
	}
	#conteudo p {
		margin-bottom:20px;
		text-align:justify;
		font:13px Microsoft Sans Serif, Arial;
		color:#333333;
	}
		#conteudo p a { color:#FF0000; }
			#conteudo p a:hover { text-decoration:underline; }

#rodape {
	clear:both;
	width:762px;
	margin:0 auto;
	background:url('../imagens/fundo.rodape.png') repeat-x top;
}
	#rodape ul { float:left; margin-top:10px; }
	#rodape ul li {
		color:#666666;
		margin:0;
		margin-bottom:5px;
		font:70% Microsoft Sans Serif, Arial;
	}
	#rodape p {
		float:right;
		margin-top:15px;
		color:#666666;
		font:70% Microsoft Sans Serif, Arial;
	}
	#rodape p a { color:#666666; }
	#rodape p a:hover { text-decoration:underline; }
	
	
.voltar {
	border-bottom:1px solid #BF0000;
	padding-bottom:2px;
	font:70% arial;
	color:#333333;
}
.voltar:hover {
	border-bottom:1px solid #333333;
	color:#BF0000;
}