#rss_reader{
	width:180px;
}

.blog_item{
	padding-top: 8px;
	border-bottom: 1px #990000 dotted;
}

.blog_item a img{
	border:none;
}

.blog_img{
	
	text-align: center;
	margin: 0 auto;
	margin-top: 1px;
	position: relative;
	clear: both;
	top:4px;
	width:170px;
	height: 90px;
	overflow: hidden;
	border: 1px #c0b2a2 solid;
}

.img_holder{
	background-image: url(../images/base.png);
	background-repeat: no-repeat;
	overflow: hidden;
	
	background-repeat: no-repeat;
	width:180px;
	height:106px;
}

.date{
	margin: 0px;
	color:#663300;
	font-family:Arial,Helvetica,sans-serif;
	font-size:10px;
}

.blog_item h1{
	color:#1964B1;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	margin:-1px 0px;
}

.blog_item p{	
	margin-top: -1px;
	color:#000000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;

}
    .resize {
    width: 170px;
    height : auto;
    }
    

.prelink{
	color:#00ADEF;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
}

.blog_item a{
	color:#990000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration: none;
	
}

