The header will consist of a clickable title on the left side and a navigation bar on the right side.
For a start, add a #header-title rule that sets the display property to block and the float property to left.
#header-title
display
block
float
left