#page_news {
	margin-top: 15px;
	}
#page_news .newsItem .bar {
	background-image: url('../images/bar_horizontal.jpg');
	height: 38px;
	width: 700px;
	position: relative;
	margin-top: 10px;
	}
#page_news .newsItem .content {
	padding: 10px 0px 10px 10px;
	width: 675px;
	}
#page_news .newsItem li {
	list-style: inside;
	}
#page_news .newsItem .title {
	color: #FE9C0A;
	font-size: 15px;
	position: relative;
	font-weight: 900;
	top: 8px;
	left: 10px;
	}
#page_news .newsItem .date {
	color: #888888;
	font-size: 13px;
	position: absolute;
	font-weight: 900;
	top: 10px;
	right: 10px;
	}