Hey gang,
Just wondering if someone could take a look at the attached website for me
It's just a basic site with crazy colours so that I can distinguish between different div's, etc.

I'm just trying to get acquainted with CSS layouts. It's something I've always had trouble with, and no matter how many tutorials, etc., I look at, I can never build a layout from scratch :mad: So I have to rely on templates, and chop them up until they look how I want. I reckon it's a good idea to learn to do it from scratch.
Just on the site I posted, I'm just looking to have a layout that's like a blog, with each entry being in a div.
The layout I'm looking for is like:
------------------------------
TOP BANNER
------------------------------
[date] ENTRY
------------------------------
[date] ENTRY
etc etc
------------------------------
[date] ENTRY
------------------------------
[date] ENTRY
------------------------------
footer
------------------------------
But when I float the div for the date stamp to the left, all the rest of the layout ends up going underneath it. I know when you float things, it effectively takes them out of the flow of the document, but I don't know how to fix it so that the date remains in the top left of each of those divs.
Also the red background for the page-container should not be visible at all.
Thanks for any help folks
I'll probably end up posting here regularly as I encounter more problems...