After looking at the source the stock Artisteer skin yields I got the Header image to show by adding these 3 div tags to my skins layout.master
<div class="art-header-wrapper">
<div class="art-header-inner">
<div class="art-headerobject"></div>
above this tag
<div class="art-logo">
The image is in art-headerobject
//////////////////////////////////////////
I got the header band to be full width by moving the following.
<div class="art-sheet">
<div class="art-sheet-tl">
</div>
<div class="art-sheet-tr">
</div>
<div class="art-sheet-bl">
</div>
<div class="art-sheet-br">
</div>
<div class="art-sheet-tc">
</div>
<div class="art-sheet-bc">
</div>
<div class="art-sheet-cl">
</div>
<div class="art-sheet-cr">
</div>
<div class="art-sheet-cc">
</div>
<div class="art-sheet-body">