Olha Arthur, o cabeçalho e o rodapé do tema são um arquivo único, caso deseje mudá-los vc deverá refazer a(s) imagem(ns) e alterar o arquivo style.css.
Alterando
Localize as seguintes linhas para alterar o cabeçalho
#header {
background:url(img/header_footer.jpg) 0 0 no-repeat;
height:132px;
}
e altere url(img/header_footer.jpg) por url(img/novo_arquivo_cabecalho.jpg). Caso queira alterar o rodapé então ache as linhas:
#footer {
background:url(img/header_footer.jpg) 0 -132px no-repeat;
display:block;
height:88px;
border-top:1px solid #CCC;
font-size:11px;
line-height:145%;
width:100%;
}
e altere url(img/header_footer.jpg) por url(img/novo_arquivo_rodape.jpg).
Se as informações de altura ou largura forem diferentes dos parâmetros height e width (respectivamente) então altere-os para os valores correspondentes, tanto no cabeçalho como no rodapé.
É isso!