/**
 * GAZETA PRESS v5
 * @template04	Pautas / Acervo
 */

@import url(menu.css);
/**
 * TOPO
 */
#topoBase1 { 	
 	background: url('../imagens/template04/cabecalho.gif') repeat;
}
#topoBase2 {
	background: url('../imagens/template04/menu[top].gif') repeat;
}
#topoMenu a:hover {
	color: #331A75;
}
/**
 * CONTEUDO
 */
body {
	background-color: #7C7197;
}
#base {
	background: url('../imagens/template04/fundo.gif') repeat-y #7C7197;
}
#conteudo {
	width: 810px;
	padding: 30px 10px 20px;
	float: right;
}
/**
 * RODAPÉ
 */
#rodapeBase1 { 	
	background: url('../imagens/template04/menu[rodape].gif') repeat;
}
#rodapeBase2 {
	background: url('../imagens/template04/rodape.gif') repeat;
}