/*=======You can modify the width of the website by changing "width" parameter with .main, #header, #content, #footer. The minimum value is 766px.=======*/
#site_center {text-align:center;}
.main { width:766px ; margin:0 auto; text-align:left;}
.min_width {width:expression(((document.documentElement.clientWidth || document.body.clientWidth) < 766)? "766px" : "100%"); min-width:766px;}

/*======= header =======*/
#header{ height:300px; width:100%}

/*======= footer =======*/
#footer{ height:57px; width:100%}

/*======= content =======*/
#content { width:100%}

.col_1, .col_2, .col_3, .col1, .col2, .col3, .col { float:left;}

/*======= index.html =======*/
#page1 #content .col1{ width:60%}
#page1 #content .col2{ width:39%}

/*======= index-1.html =======*/
#page2 #content .col1{ width:60%}
#page2 #content .col2{ width:39%}

/*======= index-2.html =======*/
#page3 #content .col1{ width:65%}
#page3 #content .col2{ width:34%}

/*======= index-3.html =======*/
#page4 #content .col1{ width:60%}
#page4 #content .col2{ width:39%}

/*======= index-4.html =======*/
#page5 #content .col1{ width:60%}
#page5 #content .col2{ width:39%}

/*======= index-5.html =======*/
#page6 #content .col1{ width:60%}
#page6 #content .col2{ width:39%}




