Alright, not that I honestly give a crap about old browers,
HTML Code:
	<div id="dvHeader">
		<span id="HeaderRightCol">Styles</span>
		<span style="clear:left">
			<span id="HeaderSiteLogo">Pc_Madness's Page of Pageness!</span>
		</span>
		<br>	
		<span style="float:right">Month Selector</span>
		<span style="clear:left">Nav Bar That Sits Below Here</span>
	</div>
The styles aren't particular important I guess (all a work in progress ). Basically Styles and Month are floatted to the right and the others sit on the left.

Anyway, just wondering if using Span's is the correct way to go? People are always talking about markup that degrades well with older browsers (that the right word?), so I'm not sure if I should be using Paragraphs and stuff instead?