#main, #main_1, #footer_main { width:100%}
#main_2, #footer_main_1 {width:100%}

.min_width {min-width:840px; width:expression(((document.documentElement.clientWidth || document.body.clientWidth) < 840)? "840px" : "100%");}

/*
You can modify the width of the website by changing "width" parameter with 
#header_1, #header_2, #wrapper_header, #content, #footer. The minimum value is 840px.
*/

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

#content .row_1 {width:100%}
#content .row_2 {width:100%}
/*======= index.html =======*/
#page1 #content .row_1 .col_1{width:52%;}
#page1 #content .row_1 .col_2{width:48%;}
#page1 #content .indent_1 .col_1 {width:33%}
#page1 #content .indent_1 .col_2 {width:33%}
#page1 #content .indent_1 .col_3 {width:33%}
/*=========================*/


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


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


/*======= index-3.html =======*/
#page4 #content .row_1 .col_1{width:68%;}
#page4 #content .row_1 .col_2{width:32%;}
/*=========================*/


/*======= index-4.html =======*/
#page5 #content .row_1 .col_1{width:37%;}
#page5 #content .row_1 .col_2{width:63%;}
#page5 #content .indent_1 .col_1 {width:33%}
#page5 #content .indent_1 .col_2 {width:33%}
#page5 #content .indent_1 .col_3 {width:33%}
/*=========================*/


/*======= index-5.html =======*/
#page6 #content .col_1 {width:68%;}
#page6 #content .col_2 {width:32%;}


/*======= index-6.html =======*/
#page7 #content .row_1 .col_1 {width:34%;}
#page7 #content .row_1 .col_2 {width:66%;}
#page7 #content .row_2 .col_1 {width:36%;}
#page7 #content .row_2 .col_2 {width:64%;}
