@charset "utf-8";
/*************************************
*
* 文件名称：common.css
* 创建日期：2007-8-13
* 制 造 者：胡苹
* 内容概要：存放通用布局、公共字体、颜色、输入框、按钮等样式
*
*************************************/

body { 
	padding:0px;
	margin:0px auto; width:1003px;
	color:#000;
	font-size:12px;
	font-family:"宋体",Arial, Helvetica, sans-serif;
	background-color:#79BBEC;
}
* {
	margin:0px;
	padding:0px;
}
ul,li {
	list-style-type:none;
}
img {
	border:0px;
	vertical-align:middle;
}

/** 文字链接样式 **/
a:link {
	color:#5B5B5B;
	text-decoration:none;
}
a:visited {
	color:#5B5B5B;
	text-decoration:none;
}
a:hover {
	color:#5B5B5B;
	text-decoration:underline;
}
a:active {
	color:#5B5B5B;
	text-decoration:underline;
}

/********** 页面内部公共部分样式开始 **********/

#all	{
	width:1003px;
	height:auto !important;}

/** 头部样式开始 **/

#top	{
	width:1003px;
	height:173px;
	background:url(../images/index_01.jpg) no-repeat}
	
#flash	{
	width:1003PX;
	height:371PX;}
	
#foot	{
	width:1003px;
	height:96px;
	}
	
#foot1		{
	width:280PX;
	height:96px;
	float: left;
	background:url(../images/index_03.jpg) no-repeat}	
	
#foot2		{
	width:148PX;
	height:96px;
	float: left;}
	
#foot3	{
	width:575px;
	height:86px;
	background:url(../images/index_05.jpg) no-repeat;
	float: left;
	padding-top: 10px;
}	
