#site_center {text-align:center;}
#main {margin:0 auto; width:100%; text-align:left;}

.min_width {min-width:900px; width:expression(((document.documentElement.clientWidth || document.body.clientWidth) < 900)? "900px" : "100%");}

.col_1, .col_2, .col_3, .col_box_1, .col_box_2{ float:left;}


/*======= index.html =======*/
#page1 #content .row_1 {width:100%}
#page1 #content .row_2 {width:100%}
#page1 #content .row_1 .col_1 {width:33%;}
#page1 #content .row_1 .col_2 {width:32%;}
#page1 #content .row_1 .col_3 {width:34%;}
#page1 #content .row_2 .col_1 {width:33%;}
#page1 #content .row_2 .col_2 {width:66%;}
/*=========================*/


/*======= index-1.html =======*/
#page2 #content .col_1 {width:32%;}
#page2 #content .col_2 {width:63%;}
/*=========================*/


/*======= index-2.html =======*/
#page3 #content .col_1 {width:63%;}
#page3 #content .col_2 {width:32%;}
/*=========================*/


/*======= index-3.html =======*/
#page4 #content .col_1 {width:32%;}
#page4 #content .col_2 {width:63%;}
/*=========================*/

/*======= index-4.html =======*/
#page5 #content .col_1 {width:63%;}
#page5 #content .col_2 {width:32%;}
/*=========================*/

/*======= index-5.html =======*/
#page6 #content .col_1 {width:95%;}
