/*
LAYOUT: Three-Column
DESCRIPTION: Three-column fluid layout with two sidebars on both sides of content
*/

div#wrapper{background: #fff url(../images/table_bg.jpg);}

div#container {
float:left;
width:100%;
}

div#content {
margin:0 345px 0 223px;
border-right: 0px;
}

div.sidebar {
float:left;
overflow:hidden;
}

div#primary {
margin:0 0 0 -99.2%;
width:215px;
}

* html div#primary {
left:20px;
position:relative;
}

div#secondary {
margin:0 0 0 -341px;
width:334px;
}

div#footer {
clear:left;
}