Agreed, the code needs to be cleaner to find the errors.
Get rid of all
Use margins for spaces not breaks.
The css validator is throwing up this error
Code:
23 #topbar Value Error : height Unknown dimension 15tpx
Seems there's an extra t somewhere.
It seems some of your commenting is effecting it as well..
Code:
Line 124, Column 28: document type does not allow element "div" here; missing one of "object", "ins", "del", "map", "button" start-tag.
<div class="articleboxouter"><!-- Here's where you can place ur content -->
What created the commenting or have you entered it yourself?