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

.min_width {min-width:990px; width:expression(((document.documentElement.clientWidth || document.body.clientWidth) < 990)? "990px" : "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:340px;}
#page1 #content .col_2 { width:325px;}
#page1 #content .col_3 { width:325px;}
/*=========================*/

/*======= index-1.html =======*/
#page2 #content .col_1 { width:250px;}
#page2 #content .col_2 { width:430px;}
#page2 #content .col_3 { width:310px;}
/*=========================*/

/*======= index-2.html =======*/
#page3 #content .col_1 { width:250px;}
#page3 #content .col_2 { width:740px;}
/*=========================*/

/*======= index-3.html =======*/
#page4 #content .col_1 { width:250px;}
#page4 #content .col_2 { width:740px;}
/*=========================*/

/*======= index-4.html =======*/
#page5 #content .col_1 { width:250px;}
#page5 #content .col_2 { width:740px;}
/*=========================*/

/*======= index-5.html =======*/
#page6 #content .col_1 { width:340px;}
#page6 #content .col_2 { width:325px;}
#page6 #content .col_3 { width:325px;}
/*=========================*/

/*======= index-6.html =======*/
#page7 #content .col_1 { width:990px;}
/*=========================*/


#footer {height:76px;}