#container {width: 960px; margin: 0 auto;}

Primary Sidebar

#primary {
position: absolute;
left: 480px;
width:240px;
}

#container{
position: relative
}

Main content

#content {
float:left;
width:480px;
}

Secondary Sidebar

#secondary {
float:right;
width:240px;
}