#site_center {text-align:center;}
#main {width:100%; margin:0 auto; text-align:left;}

.min_width {min-width:990px; width:expression(((document.documentElement.clientWidth || document.body.clientWidth) < 990)? "990px" : "100%");}

/*You can modify the width of the website by changing "width" parameter with .col_1, .col_2, .col_3. The minimum value is 990px.*/


.col_1, .col_2, .col_3, .column1, .column2, .column3 { float:left;}

/*======= index =======*/
#page1 #content .col_1 { width:35%;}
#page1 #content .col_2 { width:32%;}
#page1 #content .col_3 { width:32%;}
/*=========================*/

/*======= default =======*/
#page2 #content .col_1 { width:62%;}
#page2 #content .col_2 { width:38%;}
/*=========================*/


#footer {height:76px;}