#main {width:100%; 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 #main. The minimum value is 860px.*/

.col_1, .col_2, .col_3, .col_box_1, .col_box_2{ float:left;}

#header, #content, #footer {width:100%}

.width {width:100%}

/*======= index-1.html =======*/
#page2 #content .col_1{width:60%;}
#page2 #content .col_2{width:40%;}
/*=========================*/

/*======= index-2.html =======*/
#page3 #content .col_1{width:34%;}
#page3 #content .col_2{width:65%;}
/*=========================*/

/*======= index-3.html =======*/
#page4 #content .col_1{width:65%;}
#page4 #content .col_2{width:34%;}
/*=========================*/

/*======= index-4.html =======*/
#page5 #content .col_1{width:34%;}
#page5 #content .col_2{width:65%;}
/*=========================*/
