#main {margin:0 auto; width:720px; 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. The minimum value is 720px.*/

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


/*======= index.html =======*/
#page1 #content .col_1{width:26%;}
#page1 #content .col_2{width:71%;}
/*=========================*/

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

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

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

/*======= index-4.html =======*/
#page5 #content .col_1{width:40%;}
#page5 #content .col_2{width:30%;}
#page5 #content .col_3{width:28%;}
/*=========================*/
