/*位置导航*/
#welcome {
	width:722px;
	height:16px;
	float:left;
	padding-top: 6px;
	padding-left: 20px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	font-family: "宋体";
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

/*栏目列表页的CSS*/
#column_main {
	font-family: "宋体";
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	float: left;
	height: 745px;
	width: 740px;
	margin-top: 6px;
}

/*框的顶部*/
#column_main_top {
	width:740px;
	height:26px;
	float:left;
}
#column_main_lefttop {
	width:34px;
	height:26px;
	float:left;
	background-image:url(jiao_left_top.jpg);
	background-repeat:no-repeat;
}
#column_main_topbg {
	width:672px;
	height:26px;
	float:left;
	background-image:url(culumn_top_bg.jpg);
	background-repeat:repeat-x;
}
#column_main_righttop {
	width:34px;
	height:26px;
	float:left;
	background-image:url(jiao_right_top.jpg);
	background-repeat:no-repeat;
}

/*框的内容部*/
#column_main_content {
	width:740px;
	height:690px;
	float:left;
}
#column_main_left {
	width:34px;
	height:690px;
	float:left;
	background-image:url(left_bg.jpg);
	background-repeat:repeat-y;
}
#column_main_con {
	width:672px;
	height:680px;
	float:left;
	padding-top:10px;
}
#column_main_right {
	width:34px;
	height:690px;
	float:left;
	background-image:url(right_bg.jpg);
	background-repeat:repeat-y;
}

/*框的底部*/
#column_main_leftbottom {
	width:34px;
	height:26px;
	float:left;
	background-image:url(jiao_left_bottom.jpg);
	background-repeat:no-repeat;
}
#column_main_bottombg {
	width:672px;
	height:26px;
	float:left;
	background-image:url(bottom_bg.jpg);
	background-repeat:repeat-x;
}
#column_main_bottomright {
	width:34px;
	height:26px;
	float:left;
	background-image:url(jiao_right_bottom.jpg);
	background-repeat:no-repeat;
}
body {
	color:#F5F5F5;
}


