#site_center {text-align:center;}
#main, #footer_main {margin:0 auto; width:786px; text-align:left;}

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

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

/*You can modify the width of the website by changing "width" parameter with #main, #footer. The minimum value is 766px.*/

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

/*======= index-1.html =======*/
#content .col_1{width:39%;}
#content .col_2{width:60%;}
/*=========================*/

