div.news_item
{	
	width:						530px;
	background-image:			url('/../images/item_background.gif');
	background-repeat:			repeat-x;
	background-color:			#E2E3E4;
	
	border:						solid 1px #929292;
	
	padding-top:				15px;
	padding-bottom:				15px;
	padding-left:				20px;
	padding-right:				20px;
	
	margin:						10px;
}

div.news_item_date
{
	height:						16px;
	width:						10%;
	
	border:						solid 1px #929292;
	
	font-weight:				bold;
	
	padding-top:				2px;
	
	background-image:			url('/../images/bar_background.gif');
	background-repeat:			repeat-x;
	background-color:			#DDDDDD;
	
	float:						left;
}

div.news_item_title
{
	height:						16px;
	width:						88%;
	
	border:						solid 1px #929292;
	
	font-weight:				bold;
		
	padding-top:				2px;
	padding-left:				5px;
	
	text-align:					left;
	
	background-image:			url('/../images/bar_background.gif');
	background-repeat:			repeat-x;
	background-color:			#DDDDDD;
	
	float:						right;
}

div.news_item_month
{
	height:						22px;
	width:						10%;
	
	border:						solid 1px #929292;
	
	font-weight:				bold;
	font-size:					12px;
	
	margin-top:					2px;
	padding-top:				5px;
	
	background-image:			url('/../images/month_background.gif');
	background-repeat:			none;
	
	float:						left;
}

div.news_item_text
{
	width:						87%;
	
	padding:					5px;
	
	color:						#333333;
	text-align:					justify;
	
	float:						right;
}
