well this works just fine.....oh and by the way pay attention to how I call the image in the html.....you used a call formated like it would be in css.....
This is the html source, you have to add the table tags in the right spot in the header.php file. You can move the style stuff to the stylesheet as you see fit.
Code:
<div id="logoWrapper">
<table>
<tr>
<td>
<div id="logo">
<a href="http://www.toyjoyshop.co.uk/"><img src="includes/templates/lavender/images/logo.gif" alt="Toy Joy" title=" Toy Joy " height="121" width="306"></a>
</div>
</td>
<td width="600" align="right">
<div id="logo2">
<img src="../images/header_bg.gif" alt="" height="103" width="505">
</div>
</td>
</tr>
</table>
Yes I know there is a table in there but hey you use what works
you get this