div#feedpanels
{
	margin-bottom:20px;
	width: 572px;
	height: 164px;
	
	
	font-size: 0.7em;
	color: rgb(29,93,167);
}

	div#feedpanels .oneofthree
	{
		width: 184px;
	}
	
	div#feedpanels .oneoftwo
	{
		width: 281px;
	}
	
	div#feedpanels .panel
	{
		float: left;
		height: 164px;
		margin-bottom: 10px;
		background-color: rgb(219,227,237)
	}
	
	div#feedpanels .oneofthree
	{
		background-image: url(../../../../template_images/panel_foot.gif);
		background-repeat: no-repeat;
		background-position: bottom left;
	}
	
	div#feedpanels .oneofthree .panelhead
	{
		height: 9px;
		background-image: url(../../../../template_images/panel_head.gif);
		background-repeat: no-repeat;
	}
	
	div#feedpanels .oneofthree .paneltitle
	{
		height:42px;
		background-image: url(../../../../template_images/panel_sep.gif);
		background-repeat: no-repeat;
		background-position: bottom left;
	}
	
	div#feedpanels .oneoftwo
	{
		background-image: url(../../../../template_images/panelwide_foot.gif);
		background-repeat: no-repeat;
		background-position: bottom left;
	}
	
	div#feedpanels .oneoftwo .panelhead
	{
		height: 9px;
		background-image: url(../../../../template_images/panelwide_head.gif);
		background-repeat: no-repeat;
	}
	
	div#feedpanels .oneoftwo .paneltitle
	{
		height:42px;
		background-image: url(../../../../template_images/panelwide_sep.gif);
		background-repeat: no-repeat;
		background-position: bottom left;
	}
	
	div#feedpanels .panelicon
	{
		float: left;
		margin-left:10px;
		_margin-left:5px;
		margin-right: 5px;
		height:40px;
		width: 40px;
	}
	
	div#feedpanels .oneofthree .paneltext
	{
		float: left;
		height:40px;
		width: 120px;
	}
	
	div#feedpanels .oneoftwo .paneltext
	{
		float: left;
		height:40px;
		width: 215px;
	}
	
	div#feedpanels .padpanel
	{
		margin-right: 10px;
	}
	
	div#feedpanels .oneofthree .panelbody
	{
		clear:both;
		width: 174px;
		margin-top:5px;
		padding-left:5px;
	}
	
	div#feedpanels .oneoftwo .panelbody
	{
		clear:both;
		width: 271px;
		margin-top:5px;
		padding-left:5px;
	}
	
	div#feedpanels .panel ul
	{
		list-style-image: url(../../../../template_images/list_arrow.gif);
		list-style-type: none;
	}