* { margin:0; padding:0;}

.min-width{text-align:center; width:100%; width: expression(document.body.clientWidth<900 ? "900px" : "100%"); min-width:900px}

.col1, .col2, .col3, .col4, .col5, .box_1, .box_2, .column1, .column2{ float:left}
/*======= You can modify the width of the website by changing "width" parameter. The minimum value is 900px. =======*/
.site_center{margin:0 auto; text-align:left; width:900px; }


/*======= index.html =======*/
#page1 #content .col1{ width:25%}
#page1 #content .col2{ width:35%}
#page1 #content .col3{ width:39%}

/*======= index-1.html =======*/
#page2 #content .col1{ width:61%}
#page2 #content .col2{ width:39%}

/*======= index-2.html =======*/
#page3 #content .col1{ width:25%}
#page3 #content .col2{ width:38%}
#page3 #content .col3{ width:36%}

/*======= index-3.html =======*/
#page4 #content .col1{ width:70%}
#page4 #content .col2{ width:0%}
#page4 #content .col3{ width:30%}

/*======= index-4.html =======*/
#page5 #content .col1{ width:60%}
#page5 #content .col2{ width:39%}

/*======= index-5.html =======*/
#page6 #content .col1{ width:1%}
#page6 #content .col2{ width:40%}
#page6 #content .col3{ width:60%}
#page6 #content .col3 .box_1{ width:30%; padding:3px 0 0 0px}
#page6 #content .col3 .box_2{ width:45%}