/* EVENT STYLES */
div#left_column h1#events {
	width: 67px;
	height: 20px;
	background-image: url(../images/events_title.jpg);
	background-repeat: no-repeat;
	margin: 18px 0 0 0;
}

div#left_column h2 {
	float: left;
	font-size: 16px;
	padding: 24px 0 16px 0;
	margin: 0px;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
}

div#left_column h2.no_pad {
	padding: 0 0 16px 0;
}

div.event {
	float: left;
	width: 584px;
	height: 102px;
	padding: 13px 0 0 0;
	margin: 0 0 24px 0;
	background-image: url(../images/event_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

div.event p {
	margin: 0px;
	padding: 0 48px 0 54px !important;
}

div.event p.event_title {
	font-weight: bold;
}

/* ARTICLE STYLES */
div#left_column h1#articles {
	width: 77px;
	height: 21px;
	background-image: url(../images/articles_title.jpg);
	background-repeat: no-repeat;
	margin: 18px 0 0 0;
}

a.article {
	display: block;
	float: left;
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
	width: 534px;
	height: 57px;
	background-image: url(../images/article_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 20px 0 0 50px;
	margin: 23px 0 0 0;
}

a.article:hover {
	background-position: 0px -77px;
	text-decoration: underline;
}

a.article span.art_title {
	font-weight: bold;
}