div.link_item
{	
	width:						460px;
	
	background-image:			url('/../images/item_background.gif');
	background-repeat:			repeat-x;
	background-color:			#E2E3E4;

	border:						solid 1px #929292;

	text-align:					justify;

	padding-top:				15px;
	padding-bottom:				15px;
	padding-left:				20px;
	padding-right:				20px;

	margin:						10px;
}

div.title_bar
{
	height:						16px;
	width:						100%;
	
	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;
}
