OH! I just figured this out the other day
In styles and graphics - main css under the body section there is an extra CSS tht is the following:
margin: 5px 10px 10px 10px;
padding: 0px;
If you want the banner to stretch all the way to the edge of the screen, then change those to 0px - I can't remember which handles which (I have mine all at 0px), but that will take care of that. Just banner the header a normal size and you can fill in the other part of the header with a background image to finish the image or a solid color or another banner.