ul#cats 
{
    margin: 20px 0px 0px 0px;
    padding: 0px;
    list-style: none;
}
ul#cats  li
{
    color: #0C2F93;
    font-size: 1.01em;
    padding: 2px 0px 2px 7px;
	
    background: url(../../../images/arrow_1.gif) no-repeat;
	/*background-position:0px 0;*/
}

#news_pane
{
	background-color:#f5f5f5;
	height:570px;
	width:375px;
	padding:0px;
	margin:0;
	border:0;
	/*padding-top:0;*/
}

#news_pane .date
{
    padding: 2px 10px 5px 0px;
    text-align: center;
    margin: 7px 0px 0px 4px;
	width:120px;
	text-align:right;
    font-weight: bold;
    color: #FFFFFF;
    display: block;
    background: url(../../../images/bg_date.gif) top right no-repeat;
}

#news_pane #author
{
	margin:5px 0 15px 0;
}

#preli
{
	text-align:justify; 
	height:424px; 
	overflow:hidden;
}

#more
{
	border-top:solid 2px #ccc;
	margin-top:15px;
	padding-top:15px;
	text-align:right;
}
#more a
{
	color:#537834;
	font-weight:bold;
}


