#news-content {
	width: 940px;
	background-image: url(../images/lines.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 50px;
	margin-right: auto;
	margin-left: auto;
	float: left;
	padding-bottom: 40px;
}
#news-content .Article {
	float: left;
	width: 940px;
	padding-bottom: 40px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	position: relative;
	margin-bottom: 40px;
}
#news-content .Article .Previous {
	position: absolute;
	top: -10px;
	margin-bottom: 30px;
	right: 0px;
}


#news-content .Article .Content {
	float: left;
	width: 940px;
	line-height: 20pt;
	font-size: 10pt;
}

#news-content .Article .Content .map {
	background-image: url(../images/news_by.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 350px;
	width: 940px;
	margin-left: 30px;
	float: left;
	padding: 10px;
	margin-top: 20px;
}
#news-content .Article .Content .map span {
	width: 940px;
	float: left;
	height: 300px;
	overflow: hidden;
}


#news-content .Article .Content .Title {
	float: left;
	width: 940px;
	font-size: 14pt;
	color: #399;
	margin-bottom: 5px;
	text-align: left;
}
#news-content .Article .Content .Title a {
	color: #393;
}
#news-content .Article .Content .Contents {
	font-size: 11pt;
	margin-bottom: 30px;
	line-height: 16pt;
	float: left;
}


#news-content .Article .Content .bottom {
	width: 630px;
	float: left;
}
#news-content .Article .Content .bottom .more {
	background-image: url(../images/message-icon.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-right: 15px;
	padding-left: 30px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	margin-right: 15px;
}
#news-content .Article .Content .bottom a {
	color: #666;
}
#news-content .Article .Content .bottom .Date {
	background-image: url(../images/date-icon.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-right: 15px;
	padding-left: 30px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	margin-right: 15px;
	float: left;
}
