#site_center {text-align:center;}
#main {width:100%; margin:0 auto; text-align:left;}

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

/*You can modify the width of the website by changing "width" parameter with .col_1, .col_2, .col_3. The minimum value is 990px.*/


.col_1, .col_2, .col_3, .column1, .column2, .column3 { float:left;}

/*======= index.html =======*/
#page1 #content .col_1 { width:35%;}
#page1 #content .col_2 { width:32%;}
#page1 #content .col_3 { width:32%;}
/*=========================*/

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

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

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

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

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


#footer {height:76px;}
