@CHARSET "UTF-8";

.main_left_column {
        float: left;
        width: 250px;
        overflow: hidden;
}

.main_right_column {
	float: right;
        width: 250px;
        overflow: hidden;
}

.main_columns {
	width: 230px;
	height: 328px;
	padding: 8px 10px 8px 10px;
	overflow: hidden;
	background-color: #ffffff;
	position: relative;
	margin: 0 0 10px 0;
}

.main_columns .main_columns_text {
	width: 230px;
	height:285px;
	overflow: hidden;
}

.main_left_column_boxes img {
	display: block;
	margin: 0 0 3px 0;
}

.main_left_column_boxes img.last {
	margin: 0;
}

.main_events {
	width: 230px;
	height: 301px;
	overflow: hidden;
}

.main_events .main_event {
	margin: 15px 0 0 0;
}

.main_events .main_event_first {
	margin: 0;
}

.main_events .main_event .main_event_date , .main_events .main_event_first .main_event_date {
	font-size: 12px;
	font-weight: normal;
	font-family: Tahoma;
	display: block;
	color: #1a171c;
}

.main_events .main_event a , .main_events .main_event_first a {
	font-size: 12px;
	font-weight: bold;
	font-family: Tahoma;
	display: block;
	color: #4a4a49;
	text-decoration: none;
}

.main_banner_left {
	margin: 10px 0 0 0;
	width: 415px;
	height: 156px;
	background-color: #ffffff;
	overflow: hidden;
}

.main_banner_right {
	margin: 10px 0 0 0;
	width: 250px;
	height: 156px;
	background-color: #ffffff;
	overflow: hidden;
}

.main_columns a.more {
	position: absolute;
	width: 27px;
	height: 27px;
	overflow: hidden;
	right: 0;
	bottom: 0;
	background-color: #80FF00;
}

.main_left_column .headers , .main_right_column .headers {
	width: 232px;
	height: 28px;
	overflow: hidden;
	margin: 0 0 1px 0;
	padding: 0 0 0 18px;
	line-height: 28px;
	font-size: 18px;
	background-color: #ffffff;
}

