/*=======You can modify the width of the website by changing "width" parameter with .main, #header, #content, #footer. The minimum value is 780px.=======*/
.main { width:800px; text-align:left;}
.min_width { width:800px;}
/*{width:expression(((document.documentElement.clientWidth || document.body.clientWidth) < 780)? "780px" : "100%"); min-width:780px;}*/

/*======= header =======*/
#header{ height:303px; width:800px}

/*======= footer =======*/
#footer{ height:57px; width:800px}

/*======= content =======*/
#content { width:800px}

.col_1, .col_2, .col_3, .col1, .col2, .col3, .col { float:left;}

/*======= index.html =======*/
#page1 #content .l_1{float:left; width:280px}
#page1 #content .r_1{margin-left:280px}

/*
#page1 #content .l_1{float:left; width:307px}
#page1 #content .r_1{margin-left:307px}
*/

/*======= index-1.html =======*/
/*
#page2 #content .col1{ width:36%}
#page2 #content .col2{ width:63%}
*/
/*======= index-2.html =======*/
#page3 #content .col1{ width:36%}
#page3 #content .col2{ width:63%}

/*======= index-3.html =======*/
#page4 #content .col1{ width:36%}
#page4 #content .col2{ width:63%}
/*======= index-4.html =======*/
#page5 #content .col1{ width:36%}
#page5 #content .col2{ width:63%}




