﻿body {fwidth: expression(document.body.clientWidth<931 ? "931px" : "100%"); min-width:931px}
site_center1 {width: expression(document.body.clientWidth<931 ? "931px" : "100%"); min-width:931px}

.col1, .col2, .col3, .width1, .width2 { float:left} 




.site_center{
	text-align: center;
	width: 100%;
}
/*======= width =======*/
.site_center1{margin:0 auto; text-align:left; width:100% }

/*======= header =======*/
#header {height:544px; text-align:center; margin:0 auto}
#header .col1{ width:26%; text-align:left}
#header .col2{ width:51%;}
#header .col3{ width:22%;}
#header .width1{ width:69px; height:31px; }
#header .width2{ width:65px; height:31px;}

/*======= index.html =======*/
#page1 #content .col1{
	width: 70%;
	background: url(images/line_y.gif) repeat-y right top;
}
#page1 #content .col2{
	width: 30%;
	background: url(images/line_y.gif) repeat-y right top;
}
#page1 #content .col3{ width:30%}

#page1 .w{ width:100%; width: expression(document.body.clientWidth<931 ? "931px" : "100%"); min-width:931px; background:url(images/bg-index.gif) repeat-x top left #000000}
#page2 .w{
	background: url(images/bg.gif) repeat-x top left #000000;
	width: expression(document.body.clientWidth<931 ? "931px" : "100%");
	min-width: 931px;
}




/*======= footer =======*/
#footer {
	height: 17px;
	background: url(images/bot.gif) repeat-x top;
	color: #eff4fa;
	width: 80%;
}
#page2 .wCopy {
	width: expression(document.body.clientWidth<931 ? "931px" : "100%");
	min-width: 931px;
}

