@charset "utf-8";
#main {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	font-family: "微软雅黑";
	font-size: 14px;
}
a{
	color: #333;
	text-decoration: none;
	}
a:hover{
	color: #900;
	text-decoration: none;
	}
#topny {
	height: 150px;
	width: 1200px;
	float: left;
}
#contentny {
	width: 1198px;
	background-image: url(../images/contentnybg.jpg);
	float: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
}
#left {
	float: left;
	width: 250px;
}
#right {
	float: right;
	width: 938px;
	padding: 5px;
	min-height: 550px;
	color: #000;
}
#right a{
	color: #333;
}
#right a:hover{
	color: #900;
}
#right .all {
	float: left;
	width: 938px;
}
#right h3 {
	float: left;
	width: 860px;
	color: #333;
	font-size: 16px;
	line-height: 50px;
	margin: 0px;
	background-image: url(../images/h3bgl.jpg);
	background-repeat: no-repeat;
	padding-left: 30px;
	background-position: 8px 0px;
}





#footer {
	background-color: #CCC;
	text-align: center;
	height: 40px;
	width: 1200px;
	font-size: 12px;
	line-height: 40px;
	float: left;
}
