body {
	background-color: #F7EAEC;
	background-image: url(../images/bodybg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	font-size: 12px;
	line-height: 22px;
	margin: 0px;
	padding: 0px;
	color: #8F4A4A;
	font-family: Arial, Helvetica, sans-serif;
}
a {
	color: #8F4A4A;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
.red {
	color: #BB7575;
	text-decoration: none;
}
.red a {
	color: #BB7575;
	text-decoration: none;
}
.red a:hover {
	color: #000000;
	text-decoration: underline;
}
.menu {
	color: #8C7F7E;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
.menu a {
	color: #8C7F7E;
	text-decoration: none;
}
.menu a:hover {
	color: #8F4A4A;
	text-decoration: underline;
}
.bai {
	color: #FFFFFF;
}
.se20 {
	font-size: 18px;
	font-weight: bold;
	color: #CF8489;
}
.dh td {
	background-color: #F6F6F6;
	text-indent: 10px;
}
.jian {
	text-indent: 10px;
	background-color: #F1D5D7;
	text-align: left;
}



#nav {
	line-height: 24px;
	list-style-type: none;
	background:#666;
	margin: 0px;
	padding: 0px;
}


#nav li {
	float: left;
	font-weight: normal;
	background-image: url(../images/line_2.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 34px;
}

#nav li a{
	font-weight: normal;
	color: #8C7F7E;
}
#nav li a:hover{
	color: #8F4A4A;
	font-weight: normal;
}
#nav li ul {
	list-style-type: none;
	text-align:left;
	left: -999em;
	width: 140px;
	position: absolute;
	margin: 0px;
	padding: 0px;
}
#nav li ul li{
	float: left;
	width: 140px;
	background: #F3ABAC;
	FILTER: Alpha(Opacity=80);
	height: 24px;
	line-height: 24px;
}
#nav li ul a{
 display: block; width: 135px;text-align:left;padding-left:5px;
 color:#666666; text-decoration:none;
}


#nav li ul a:hover  {
 color:#F3F3F3;text-decoration:none;font-weight:normal;
 background:#C00;
}
#nav li:hover ul {
 left: auto;
}
#nav li.sfhover ul {
 left: auto;
}
#content {
 clear: left; 
}
.pro img {
	border: 1px dashed #C7C7C7;
}
