body { background: #FFF; }
.w{ width:100%; width: expression(document.body.clientWidth<800 ? "800px" : "100%"); min-width:800px}
.site_center{text-align:center; width:100%; }
/*======= You can modify the width of the website by changing "width" parameter. The minimum value is 780px. =======*/
.site_center1{margin:0 auto; text-align:left; width:800px; }

/*======= header =======*/
#header {h}
#header .row1{height:212px; padding-left:14px }
#header .row2{}
#header .row2 .col1{ width:60%; background:url(/images/top3.gif) repeat-x top; height:273px}
#header .row2 .col2{ width:40%; background:url(/images/top2.jpg) no-repeat; height:273px}

.col1, .col2, .col3, .col4 {float:left}

/*======= index.html =======*/
#page1 #content .col1{ width:65%}
#page1 #content .col2{ width:35%}
/*======= index-1.html =======*/
#page2 #content .col1{ width:65%}
#page2 #content .col2{ width:35%}
/*======= index-2.html =======*/
#page3 #content .col1{ width:40%}
#page3 #content .col2{ width:60%}
/*======= index-3.html =======*/
#page4 #content .col1{ width:65%}
#page4 #content .col2{ width:35%}
#page4 #content .col3{ width:223px}
#page4 #content .col4{ width:190px}
/*======= index-4.html =======*/
#page5 #content .col1{ width:40%}
#page5 #content .col2{ width:60%}
/*======= index-5.html =======*/
#page6 #content .col1{ width:56%}
#page6 #content .col2{ width:44%}

/*======= footer =======*/
#footer { height:84px; }