/* General dimensions */
#wrapper     {
	width: 1004px;
	min-width: 66em;
	max-width: 80em;
}
.sidebar     {width: 21.2%; float:left; overflow:hidden; }
#container   {width: 100%;}
#footer      {clear:both; width:100%;}

/*
LAYOUT: Three-Column 
DESCRIPTION: Three-column fluid layout with two sidebars left and right of content
*/

div#container {
    float:left;
}

div#content {
    margin: 0 24.3% 0 21.2%; 
}

div#primary {
margin:0 0 0 -100%;

}

* html div#primary {
/* left: 1em; */
position:relative;
}

div#secondary {
margin:0 0 0 -24.3%;
width: 24.3%;
}

