Not exactly... r1formetoo is trying to get the ez-pages navbar next to the logo, not the header navbar below the logo.

I see the clearBoth at the bottom of the navigation block, but it doesn't seem to be doing anything. Add a clear to #logoWrapper and you will get the right effect:
Code:
#logoWrapper {
	width:200px;
	height:150px;
	float: left;
	clear: both;
	}