#site_center {text-align:center;}
#main {width:100%; margin:0 auto; text-align:left;}

.min_width {width:990px}
/*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;}

.whole_width {width:990px}

/*======= index.html =======*/
#page1 #content .col_1 { width:34%;}
#page1 #content .col_2 { width:66%;}
#page1 #content .col_3 { width:0%;}
/*=========================*/

/*======= index-1.html =======*/
#page2 #content .col_1 { width:34%;}
#page2 #content .col_2 { width:66%;}
/*=========================*/

/*======= index-2.html =======*/
#page3 #content .col_1 { width:34%;}
#page3 #content .col_2 { width:66%;}
/*=========================*/

/*======= index-3.html =======*/
#page4 #content .col_1 { width:100%;}
#page4 #content .col_2 { width:0%;}
/*=========================*/

/*======= index-3.html =======*/
#page5 #content .col_1 { width:67%;}
#page5 #content .col_2 { width:33%;}
/*=========================*/

/*======= index-4.html =======*/
#page6 #content .col_1 { width:34%;}
#page6 #content .col_2 { width:32%;}
#page6 #content .col_3 { width:34%;}
/*=========================*/


#footer {height:50px;}