﻿.news-page-header
{
	display: block;
	background: url(img/news.png) no-repeat left bottom;
	padding-left: 65px;
}

.news-page-items
{
	margin-top: 70px;
}

.news-page-item
{
	margin-bottom: 30px;
}

.news-item-header
{
	background: #b2e634 url(img/green-fade.gif) repeat-y right;
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	padding-left: 70px;
	color: #3f4a54;
	position: relative;
}

.news-item-header .news-title
{
	display: block;
	padding: 10px 0 10px 25px;
	background: url(img/arrows-mini.gif) no-repeat left center;
}

.news-item-header .news-date
{
	display: block;
	background: url(img/news-item.gif) no-repeat left 15px;
	position: absolute;
	top: 0;
	right: 30px;
	padding-left: 12px;
	color: White;
	line-height: 36px;
}

.news-item-content
{
	display: block;
	margin-left: 95px;
	width: 750px;
	font-size: 16px;
}