﻿@charset "utf-8";
/* CSS Document */
//html {filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1,opacity=1);}
body {
	font-family:Arial, Helvetica, sans-serif,"宋体";
	font-size:12px;
	font-weight:normal;
	margin:0px auto;
	padding:0px;
         background:url(../images/bg.jpg) repeat-x #F1EA68;
}
#box {
	width:1002px;
	margin:0px auto;
	background-color:#ffffff;
}

/*搜索输入框样式*/
.search_txtbox {
	width:95px;
	height:15px;
	border:0px;
	padding-left:20px;
	padding-top:3px;
         margin-top:11px;
         margin-left:10px;
	background:url(../images/search_icon.gif) no-repeat 2px 2px #fff;
}
/*搜索按钮样式*/
.search_bottom {
	margin-top:13px;
	margin-left:32px;
	display:inline;
}


/*友情链接区域开始区域样式*/
#friendlink{
	width:998px;
	height:105px;
	padding:5px 2px;
	float:left;
}
.friendlink_bt{
	width:996px;
	height:30px;
	float:left;
	border:1px solid #d8d8d8;
	border-bottom:none;
	background:url(../images/friend_bg.gif) repeat-x;
	overflow:hidden;
}
.friendlink_box{
	width:976px;
	height:54px;
	float:left;
	border:1px solid #d8d8d8;
	border-top:none;
	padding:10px;
	line-height:22px;
}
/*尾部区域开始区域样式*/
#foot{
	width:1002px;
	height:138px;
	float:left;
	background-color:#FFFFFF;
}
.foot_top{
	width:1002px;
	height:7px;
	float:left;
	background:url(../images/foot_top_bg.gif) repeat-x;
}
.foot_box{
	width:800px;
	height:100px;
	float:left;
	padding:5px 100px;
	text-align:center;
	line-height:20px;
	color:#565656;
}

/*统计区域样式*/
#stat {
	width:1002px;
	height:25px;
	float:left;
	background:#fff;
	text-align:center;
	color:#ff0000;
}






