﻿body {
	fwidth: expression(document.body.clientWidth<780 ? "780px" : "100%");
	min-width: 780px;
	text-align: justify;
}
site_center1 {width: expression(document.body.clientWidth<780 ? "780px" : "100%"); min-width:780px}

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

.w{ width:100%; width: expression(document.body.clientWidth<780 ? "780px" : "100%"); min-width:780px; background:url(images/bg.gif) repeat-x top}
/*======= width =======*/
.main{width:780px }
/*======= header =======*/
#header {height:305px; width:780px;}
#header .col1{ width:422px;}
#header .col2{ width:358px;}
/*======= index.html =======*/
#page1 #content .col1{ width:63%}
#page1 #content .col2{ width:37%}
/*======= index-1.html =======*/
#page2 #content .col1{ width:37%}
#page2 #content .col2{ width:63%}
/*======= index-2.html =======*/
#page3 #content .col1{ width:66%}
#page3 #content .col2{ width:34%}
/*======= index-3.html =======*/
#page4 #content .col1{ width:37%}
#page4 #content .col2{ width:63%}
/*======= index-4.html =======*/
#page5 #content .col1{ width:63%}
#page5 #content .col2{ width:37%}
/*======= index-5.html =======*/
#page6 #content .col1{ width:100%}
/*======= footer =======*/
#footer { height:103px; background:url(images/bg_bot.gif); }
#footer .col1{ height:103px; width:35%}
#footer .col2{ height:103px; width:65%; background:url(images/bg_bot1.gif) no-repeat top right }