/**
 * GAZETA PRESS v5
 * @template02	Pacotes Especiais
 */

@import url(pacotesEspeciais.css);

/**
 * TOPO
 */
#topoBase1 { 	
 	background: url('../imagens/template03/cabecalho.gif') repeat;
}
#topoBase2 {
	background: url('../imagens/template03/menu[top].gif') repeat;
}
#topoMenu a:hover {
	color: #331A75;
}
/**
 * CONTEÚDO
 */
#base,body {
	background-color: #E0E0E0;
}
#conteudo {
	display: block;
	padding: 10px 30px 20px;
}
/**
 * RODAPÉ
 */
#rodapeBase1 { 	
	background: url('../imagens/template03/menu[rodape].gif') repeat;
}
#rodapeBase2 {
	background: url('../imagens/template03/rodape.gif') repeat;
}