﻿@import "Main.css";

#content {
	width: 743px;
	padding: 20px 96px 0 96px
}

/* ----------------------------------
	New items
-----------------------------------*/

.newsItem {
	position: relative;
	border: 1px solid #dfdfdf;
	border-left-width: 3px;
	padding: 10px;
	margin-bottom: 15px;
}

.newsDate {
	position: absolute;
	right: 10px;
	top: 13px;
	float: right;
	font-weight: bold;
	color: #99C1DA;
}