Having some trouble creating a two column layout in an HTML page.
I've posted my code on jsfiddle
http://jsfiddle.net/bobbyfrancisjoseph/eFMpJ/35/
Struggling to set a top margin for the inner container, even though I've specified it in the CSS. The margin is not showing up on the page.
The reason I have an inner container holding the left-sidebar and content is because I plan to add two more divs alongside them. I prefer this over using a three-column layout.