#main {margin:0 auto; width:850px; text-align:left;}

#header, #content, #footer {width:100%}

.width {width:100%}

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

/*You can modify the width of the website by changing "width" parameter with #main. The minimum value is 850px.*/

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

.block .column_1 {width:33%}
.block .column_2 {width:33%}
.block .column_3 {width:33%}


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

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

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

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

/*======= index-4.html =======*/
#page5 #content .col_1{width:66%;}
#page5 #content .col_2{width:33%;}
/*=========================*/

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

/*======= index-6.html =======*/
#page7 #content .col_1{width:515px;}
#page7 #content .col_2{margin-left:515px; float:none}
/*=========================*/
