body {
	background:#000000;
	background-attachment: fixed;
	background-image: url(images/bg1.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#leftcol {
	width: 78%;
	float:left;
	min-width:300px;
	margin:0;
	padding: 5px 0 15px 0;
	color: #007091;
	font-family: "Lucida Sans Unicode", verdana, helvetica, sans-serif;
}
#leftcol ul {
	margin:0;
	padding:0 0 0 15px;
}
#leftcol ul li {
	list-style: none;
	display: inline;
}
#leftcol .news {
	float: right;
	width:284px;
	text-align: left;
	height: 85px;
	border-bottom: 1px dotted #BBE0EB;
	padding: 1px 0 0 0;
}
#leftcol .news p {
	float: left;
	margin:0 0 0 10px;
	width: 82%;
	font-size: 0.66em;
	border-left: 1px dotted #BBE0EB;
	padding: 0 5px 0 12px;
}
#leftcol .news p:hover {
	background:#F0FDE2;
}
#leftcol .news p.author {
	float: left;
	color: #83cde1;
	border: 0;
	padding: 5px 0 0 50px;
	margin:0;
	width: 82%;
}
#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;
	color: #83CDE1;
	clear: both;
}
#leftcol .news .day {
	float: left;
	width: 23px;
	font-size: 1.2em;
	color: #83CDE1;
}
a {
	color: #DCB20C;
	text-decoration: none;
}
a:active { outline: none; }
a:hover {
	color:#CC9933;
	text-decoration: underline;
	outline: none;
}
a img { border: 0; }