Please look here to see the problem I've got: http://jsfiddle.net/M8aV5/
#main {
width: 940px;
padding: 20px;
background-color: #ffffff;
}
(you do best by looking at the jsfiddle as I'm not completely sure which code is affecting this problem)
As you can see when more content is added to sidebar the #main div tag doesn't stretch down which makes everything look bad.
For quite a while I have just put a standard height on the #main div tag but right now it feels like I want the content to be able to stretch out how much it want to without it being ugly.
I'd really appreciate some help on this since I've got absolutely no idea where to look for an answer on this.