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