#news-container
{
	position: relative;
	width: 550px;
	background-color: white;
	margin-top: 15px;
	overflow: visible;
	padding-left: 10px;
	padding-bottom: 10px;
}

#news-header
{
	position: relative;
	left: 20px;
	text-align: left;
}

#news-content
{
	padding-top: 5px;
	padding-left: 70px;
}

#date-container
{
	background-color: #82ACAF;
	height: 85px;
	width: 50px;
	text-align: center;
	vertical-align: middle;
	padding-top: 10px;
	float: left;
}

a.day
{
	font-size: 32px;
	color: white;
}

a.month
{
	font-size: 16px;
	color: white;
}

a.year
{
	font-size: 14px;
	color: white;
}

a.header
{
	font-size: 20px;
}