/*	styling for imported + new articles  */
#center #post .col{
	float: left;
	width: 300px;

}

#center #post #col_left{
	margin-right: 20px;
}


div.post table .page_text{

}
	div.post li{
		list-style: disc;
		margin-bottom: 8px;

	}
	
	div.post ol li{
		list-style: decimal;
	}

	#post h4,
	div.post table .page_text_2{
		font-weight: bold;
		font-size: 13px;
		color: #03f;
	}

	div.post p,{
		margin: 8px 0;
	}
	
	div.post strong{
		font-weight: bold;
	}
	
	div.post cite{
		font-size: 10px;
		color: #777;
	}
	
	.sub_page #center div.post h3{
		font-size: 15px;
		line-height: 15px;
		margin-bottom: 10px;
		background: url(../img/red_arrow_small.png) no-repeat left top;
	}
	
	
/*  comments  */
.sub_page #center #comments small{
	text-align: left;
}
