
#leftcol {
	width: 77%;
	border-right: 1px dotted #81BEF7;
}
#leftcol h2 {
	text-align: right;
	padding: 10px 25px 20px 0;
}

#leftcol ul {
	margin:0;
	padding:0 0 0 5px;
}
#leftcol ul li {
	list-style: none;
	display: inline;
}

#leftcol .news {
	float: left;
	width:540px;
	margin:0 20px 0 0;
	text-align: left;
	border-bottom: 1px dotted #81BEF7;
	padding: 5px 0;
}
* html #leftcol .news {
	height: 40px;
}
#leftcol .news_text {
	float: left;
	margin: 0 0 0 5px;
	width: 300px;
	font-size: 0.75em;	
	padding: 5px;
	border-left: 1px dotted #81BEF7;
	min-height: 35px;
}

#leftcol .news_link select{
	float: right;
	margin: 5px 0 0 5px;
	width: 160px;
	font-size: 0.75em;
	padding: 5px;
}

#leftcol .news strong {
	font-weight: normal;
}
#leftcol .news_date {
	float: left;
	font-family:century gothic;
	text-align: center;
	margin:0;
	width: 23px;	
	padding: 0 5px 0 0;
}
#leftcol .news .year {
	float: left;
	width: 23px;
	font-weight: normal;
	text-align: center;
	font-size: 0.65em;
	color: #2E64FE;
	clear: both;
}

#leftcol .news .month {
	float: left;
	width: 23px;
	font-weight: bold;
	text-align: center;
	font-size: 0.75em;
	color: #2E64FE;
	clear: both;
}
#leftcol .news .day {
	float: left;
	width: 23px;
	font-weight: bold;
	text-align: center;
	font-size: 0.95em;
	color: #2E64FE;
}
