/* CSS Document */

body {
	background-image: url(topbg.png);
	background-repeat: repeat-x;
	background-position: center top;
}

#path {
	display: none;
}
#Sidbar{
	background-image: none;
	padding-top: 0px;
}

.policy {
}
/* -----------------------News----- */
#news {
	margin-top: 20px;
	background-color: #FFFFFF;
	width: 700px;
}
#news .news_title {
	background-image: url(../share/img/newstitle.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	height: 43px;
	margin-bottom: 15px;
}

#news .newsdata {
	height: 200px;
	overflow: auto;
}
#news .newsdata dt{
	width: 100px;
	float: left;
	padding-top: 0.3em;
	padding-right: 0;
	padding-bottom: 0.1em;
	padding-left: 20px;
	background-image: url(../share/img/pic001.png);
	background-repeat: no-repeat;
	background-position: left 10px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
}
#news .newsdata dd{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 130px;
	padding-top: 0.3em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 15px;
}

.message {
	font-size: 130%;
	line-height: 1.6em;
	display: inline;
}

/* ie6,7 */
*:first-child+html #Footer {
	margin-top: 20px;
} 
*+html #Footer {
	margin-top: 20px;
}
