@charset "utf-8";
/* CSS Document */
* {margin:0;padding:0;}
a img{border:none;} 
.leftfloat { float:left;}
.rightfloat {float:right;}
.clear{ clear:both;}

/*
html{filter:gray}
*/

body {
	font-family: "宋体";
	background-color:#fff;
	border:0px;
	padding:0px;
	margin:0px;
	font-size:12px;
}

a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: none;}
a:active {text-decoration: none;}

/*大框架*/
#container{
	margin:0 auto; width:980px;
}

/*头部*/
#head{
	margin:0 auto;width:980px;height:300px;background: url(/webfront/pic/logo.gif) no-repeat;
}
	
/*左边栏*/
#left{
	float:left; width:256px; margin-top:4px; clear:right;
}

/*右边部分*/
#right{
	float:right; width:724px; margin-top:4px;
}

/*页脚JS*/
#footjs{
	width:980px;
}

/*底部*/
#foot{
	
}