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

/*======= header =======*/
#header{ height:416px; width:100%}


/*======= footer =======*/
#footer{ height:73px; width:100%}

/*======= content =======*/
#content { width:100%}

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

/*======= index.html =======*/
#page1 #content .row1 .col1{ width:33%} 
#page1 #content .row1 .col2{ width:33%} 
#page1 #content .row1 .col3{ width:33%} 

#page1 #content .row2 .col1{ width:35%} 
#page1 #content .row2 .col2{ width:62%} 

#content .row4 .col1{ width:33%}
#content .row4 .col2{ width:27%}
#content .row4 .col3{ width:39%}

/*======= index-1.html =======*/
#page2 #content .row1 .col1{ width:66%}
#page2 #content .row1 .col2{ width:33%}

#page2 #content .row2 .col1{ width:58%}
#page2 #content .row2 .col2{ width:41%}

/*======= index-2.html =======*/
#page3 #content .row1 .col1{ width:66%}
#page3 #content .row1 .col2{ width:33%}

/*======= index-3.html =======*/
#page4 #content .row1 .col1{ width:66%}
#page4 #content .row1 .col2{ width:33%}

/*======= index-4.html =======*/
#page5 #content .row1 .col1{ width:33%}
#page5 #content .row1 .col2{ width:66%}

/*======= index-5.html =======*/
#page6 #content .row1 .col1{ width:33%}
#page6 #content .row1 .col2{ width:33%}
#page6 #content .row1 .col3{ width:33%}

