body, div, td, th
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px auto;
	padding: 0px 0px;
	color: #000;
}
/*背景色设为粉红色*/
body
{
	margin: 0px 0px; background: #FEE8EA;
}
ul, li
{
	margin: 0px 0px;
	padding: 0px 0px;
	list-style: none;
	list-style-type: none;
}
A:link, A:visited
{
	color: #fff;
	font-size: 12px;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
}
A:hover
{
	color: #fff;
	font-size: 12px;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}
/*黑色链接*/
A.aBlack:link, A.aBlack:visited
{
	color: #000;
	font-size: 12px;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
}
A.aBlack:hover
{
	color: #000;
	font-size: 12px;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}
/*控制全站主链接样式，如红色，蓝色等,运用地方如：页脚Micronet链接等*/
A.aMain:link, A.aMain:visited
{
	color: #FF0000;
	text-decoration: none;
}
A.aMain:hover
{
	color: #FF0000;
	text-decoration: underline;
}
/*带下划线链接样式*/
A.aLine:link, A.aLine:visited, A.aLine:hover
{
	color: #000000;
	font-size: 12px;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}
/*栏目标题*/
.column_title
{
	height: 19px;
	border:solid 1px #F2B3B7;
	padding: 6px 0px 0px 25px;
	background: #f7CED6 url(/RedImages/icon1.gif) no-repeat 10px;
	color: #666;
	text-align:left;
}
/*栏目内容*/
.column_content
{
	border: solid 1px #F2B3B7;/*可修改颜色*/
	border-top: 0px;
	height: auto !important;
	height: 145px;
	min-height: 145px;
	padding: 15px 15px;
	text-align: center;
	line-height: 18px;
	margin-left: 0px;
	background-color:#fff;
}
/*左边栏目*/
.nav_left
{
	width: 251px;
	float: left;
}
/*左边分类类表*/
#leftList_title
{
	margin-left: 0px;
	color: #CE416C;
	font-size: 14px;
	font-weight: bold;
	width: 154px;
	height: 27px;
	background-image: url(/RedImages/leftList_head.jpg);
	padding-top: 25px;
	padding-left: 88px;
}
#leftList_center
{
	margin-left: 0px;
	width: 242px;
	height: auto !important;
	height: 150px;
	min-height: 150px;
	background-image: url(/RedImages/leftList_center.jpg);
}
#leftList_center a
{
	color: #DFE1DE;
}
#leftList_bottom
{
	margin-left: 0px;
	width: 242px;
	height:22px;
	background-image: url(/RedImages/leftList_bottom.jpg);
}/*
#nav_content
{
	width: 240px;
	height: auto !important;
	height: 150px;
	min-height: 150px;
	margin-left: 0px;
	border: solid 1px #FFDF89;
	border-top: 0px;
	padding: 15px 0px;
	background-color: #FFF9EF;
}*/
/*中间*/
.divCenter
{
	width: 953px;
	margin-bottom: 12px;
	overflow: hidden;
}
/*顶部广告图片*/
#headImg
{
	width: 953px;
	margin: 10px auto;
}
#headImg img
{
	width: 953px;
	height: 98px;
	border: 0px;
}
/*分页*/
#pager
{
	text-align: center;
	height: 25px;
	margin: 15px auto;
	width: 600px;
	overflow: hidden;
}
#divClose
{
	width:550px; margin:15px auto; clear:both; text-align:center;
}
#divClose img
{
	cursor:pointer;
}