﻿.layout-news {
	background: url(images/header/layout-bg.jpg) #000000 no-repeat center;
	color: #000000;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100px;
}
.news-body {
	color: #000000;
	font: 12px tahoma, arial, verdana, helvetica, sans-serif;
	left: 50%;
	margin: 0 0 0 -480px;
	position: absolute; /*bottom: 0; top: 0px; 29px;*/
	width: 960px; /* adjust width as needed */
	padding: 0;
	height: 100px;
}
.news-content {
	padding: 0 0 18px 0;
	border-bottom: 1px solid #555555;
	width: 100%;
}
.news-content-date {
	color: #00AADD;
}
.news-content-title {
	border-bottom: 1px solid #555555;
	font-size: 12px;
	font-weight: bold;
	padding: 6px 6px 6px 6px;
}
.news-content-content {
	padding: 6px 6px 0 6px;
}
.news-content-img-title {
	border-bottom: 1px solid #555555;
	padding: 0 6px 4px 6px;
}

