A robust fluid (middle column any size) three-column layout from Stylin' with CSS using min-width and max-width
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
Adds a paragraph containing a full stop that is zero height so invisible!