#main {width:980px; text-align:left;}

#header, #content, #footer {width:100%}

.min_width {min-width:980px; width:expression(((document.documentElement.clientWidth || document.body.clientWidth) < 980)? "980px" : "100%");}

/*You can modify the width of the website by changing "width" parameter with #menu, #wrapper_header, #content, #footer. The minimum value is 980px.*/

.col_1, .col_2, .col_3, .col_box_1, .col_box_2, .col_box_3{ float:left;}

/*
 * these settings have been moved to templates to allow more flexibility throughout
 * individual pages
 * 
#content .col_1{width:57%;}
#content .col_2{width:43%;}
*/

