Primary Sidebar
#primary {
position: absolute;
left: 240px;
width:240px;
}
#container{
position: relative
}
#container {width: 960px; margin: 0 auto;}
Header: No css needed
Primary Sidebar
#primary {
position: absolute;
left: 240px;
width:240px;
}
#container{
position: relative
}
Main content
#content {
float:right;
width:480px;
}
Secondary Sidebar
#secondary {
float:left;
width:240px;
}