You want this in your stylesheet:
Code:
#headerWrapper {
	background-image:url(../images/head_bg_2.gif);
	background-repeat: no-repeat;
	background-position: 41px center;/*adjust as required*/
	}	

#logoWrapper {
	width:200px;
	height:150px;
	float: left;
	}

#logoWrapper+.clearBoth {display: none;}
/*this is temporary and lets the ez-pages bar sit next to the logo -
you need to delete the <br class="clearBoth" /> in tpl_header.php as advised above.*/
and lower
Code:
#navEZPagesTop {
	width: 512px;
	float: right;
	background: none;
	font-size: 0.95em;
	font-weight: bold;
	margin: 113px 0 0 0em;
	padding: 0.5em;
	}
margin: 113px 0 00em; might be a problem - should be margin: 113px 0 0 0em; note space between zeros.

What browser are you using? IE6 doesn't know how to interpret #logoWrapper+.clearBoth