#leftcol {
	width: 85%;
	
}

#leftcol ul {
	margin:0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 2px;
}
#leftcol ul li {
	list-style: none;
	display: inline;
}

#leftcol .news {
	float: left;
	width:390px;
	margin:0;
	text-align: left;
	height: auto;
	border-bottom: 1px dotted #BBE0EB;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0;
}
* html #leftcol .news {
	height: 90px;
}
#leftcol .news p {
	float: left;
	margin:0 0 0 10px;
	width: 82%;
	font-size: 11px;
	border-left: 1px dotted #BBE0EB;
	padding: 0 5px 0 12px;
}
#leftcol .news p:hover {
	background-color: #EAF4F2;
}
#leftcol .news p.author {
	float: left;
	border: 0;
	padding: 3px 0 0 45px;
	margin:0;
	width: 82%;
}
#leftcol .news p.author a {
	font-weight: normal;
}
#leftcol .news p.author a:hover {
	text-decoration: underline;
}
#leftcol .news p.author:hover {
	background: none;
}
#leftcol .news a {
	font-weight: bold;
	text-decoration: none;
	color: #DCB20C;
}

#leftcol .news a:hover {
	text-decoration: underline;
	color: #CC9933;
}
#leftcol .news strong {
	font-weight: normal;
}
#leftcol .news_date {
	float: left;
	font-family:century gothic;
	text-align: center;
	margin:0;
	width: 23px;
	height: 27px;
}
#leftcol .news .month {
	float: left;
	width: 23px;
	font-size: 0.8em;
	clear: both;
}
#leftcol .news .year {
	float: left;
	width: 23px;
	font-size: 0.8em;
	clear: both;
}
#leftcol .news .day {
	float: left;
	width: 23px;
	font-size: 1.2em;
}