#calendar {
	width: 920px;
	height: 291px;
	background: white;
}

div.newsborder {
	height: 7px;
	background: url(../img/bg_border.gif) top center;
}

ul#news {
	display: block;
	clear: both;
	margin: -4px auto;
	_margin: -4px auto;
	padding: 0 0 10px;
	font-size: 11px;
	list-style-type: none;
}

div#newsheader {
	width: 286px;
	display: block;
	clear: both;
	margin: -4px auto;
	_margin: -4px auto;
	padding: 20px 10px 10px 10px;
	font-size: 11px;
	list-style-type: none;
	background: white;
}

ul#news h1 {
	font-size: 24px bold;
	margin: 0;
}

ul#news li {
	padding: 0 0 0 0;
}

ul#news li a{
	color: black;
}

ul#news h2 {
	text-transform: uppercase;
	font-size: 11px bold;
}

ul#news div.newsimage {
	width: 301px;
	height: 138px;
	display: block;
	float: left;
	margin-right: 6px;
	padding: 6px 0;
	text-align: right;
}

ul#news div.newscontent {
	border-bottom:  1px solid;
	width: 286px;
	background: white;
	display: block;
	height: 150px;
	float: left;
	padding: 0 10px;
}

ul#news div.newsdate {
	margin-top: 6px;
	float: left;
	margin-left: 6px;
	padding: 10px 10px 5px 10px;
}

.date-day {
	font-family: Helvetica,Arial,sans-serif;
	color: white;
	font-size: 38px;
	line-height: 32px;
}

.date-month {
	font-family: Helvetica,Arial,sans-serif;
	text-transform: uppercase;
	color: white;
	font-size: 20px;
	line-height: 14px;
}

.date-year {
	font-family: Helvetica,Arial,sans-serif;
	color: white;
	font-size: 20px;
	line-height: 22px;
}

ul#news li#newspaginator {
	margin: auto;
	width: 286px;
	background: white;
	display: block;
	padding: 10px;
	text-align: right;
}
