2
Ok this is the coding for your header. ( not a banner, its down by the footer in this theme )
le="color: #000000"><?php <td id="obHead" > <td id="obHead" ><table cellspacing="0"> <tr> <td width="258" rowspan="2"><a href="<{$xoops_url}>/"><img src="<{$xoops_imageurl}>/images/logo.jpg" alt="<{$xoops_sitename}>" width="258" height="106" border="0" /></a></td> <td width="203" rowspan="2"><img src="<{$xoops_imageurl}>/images/he2.jpg" alt="" width="203" height="106" /></td> <td id="obLog" ><{if $xoops_isuser}><img src="<{$xoops_imageurl}>/images/hwr.png" width="16" height="7" alt="" /> <a href="<{$xoops_url}>/user.php?op=logout">LOGOUT</a> <img src="<{$xoops_imageurl}>/images/hwr.png" width="16" height="7" alt="" /> <a href="<{$xoops_url}>/user.php">ACCOUNT</a><{else}><img src="<{$xoops_imageurl}>/images/hwr.png" width="16" height="7" alt="" /> <a href="<{$xoops_url}>/user.php">LOGIN</a> <img src="<{$xoops_imageurl}>/images/hwr.png" width="16" height="7" alt="" /> <a href="<{$xoops_url}>/register.php">REGISTER</a><{/if}><br /> <span class="obUname" ><{$xoops_uname}></span></td> </tr> <tr> <td> </td> </tr> </table></td>
Note the table id. "obHead"
look for this in the css.
le="color: #000000"><?php #obHead { height: 98px; background-color: #00234A; }
now change it to
le="color: #000000"><?php #obHead { height: 98px; background-color: #FFFFFF; }
now the dark blue on the right is white.
now edit the images to what you need and your set.