1. uploaded the .jpg to my "Media Library" on Word Press
2. gone to the "Edit Themes" page/stylesheet "Header (header.php)"
3. figured out that deleting or changing this code is the key to changing the header image:
<tr>
<!-- Header -->
<td id="header" colspan="<?php echo $bfa_ata['cols']; ?>">
<?php bfa_header_config($bfa_ata['configure_header']); ?>
</td>
<!-- / Header -->
<!-- Header -->
<td id="header" colspan="<?php echo $bfa_ata['cols']; ?>">
<?php bfa_header_config($bfa_ata['configure_header']); ?>
</td>
<!-- / Header -->
</tr>
After that I'm totally stuck!!!

thank you thank you.