body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	/*background-image: url(../images/bg.gif);*/
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;	
}

/* - - - - - - - - - - - - - - - - - - - - -

Title : CSS Beauty Version 2
Author : Hector A. Giron
URL : www.cssbeauty.com

- - - - - - - - - - - - - - - - - - - - - */
body {
	margin:0;
	padding:0;
	background:#fff;
	font: 76% "Lucida Sans Unicode", verdana, helvetica, sans-serif;
	color: #333333;
	line-height: 130%;
}




#leftcol ul {
	margin:0;
	padding:0 0 0 20px;
}
#leftcol ul li {
	list-style: none;
	display: inline;
}
#leftcol .news {
	float: left;
	/*width:340px;*/
	width:450px;	
	margin:0 20px 0 0;
	text-align: left;
	height: 85px;
	border-left: 1px dotted #ff0000;
	padding: 5px 0 0 0;
}
#leftcol .rules {
	float: left;
	width:340px;
	margin:0 20px 0 0;
	text-align: left;
	height: 85px;
	border-left: 1px dotted #ff0000;
	padding: 5px 0 30px 0;
}

* html #leftcol .news {
	height: 90px;
}
#leftcol .news p {
	float: left;
	margin:0 0 0 10px;
	width: 82%;
	font-size: 0.85em;
	/*border-left: 1px dotted #BBE0EB;*/
	
	padding: 0 5px 0 12px;
}
#leftcol .news p:hover {
	background:#F0FDE2;
}
#leftcol .news p.author {
	float: left;
	color: #666666;
	border: 0;
	padding: 3px 0 0 45px;
	margin:0;
	width: 82%;
}
#leftcol .news p.author a {
	color: #86d734;
	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;
	font-size:12px;
}
#leftcol .news a.continue {
	font-weight: normal;
}
#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;
	font-weight:bold;
	color:#333333;
	clear: both;
}
#leftcol .news .day {
	float: left;
	width: 23px;
	font-size: 1.2em;
	font-weight:bold;
	color:#333333;
	/*color: #83CDE1;*/
}
