@media print
{
	#footer, #mainNavigation, #categoryPromotions, #rightHandNavigation, #featuredClientPromotions, #articleLinks
	{
		display: none;
	}
	
	#content #imageColumn, #content #captionColumn
	{
		float: none;
		clear: both;
	}

	#header .banner .search
	{
		display: none;
	}
	
	#header .banner .right
	{
		position: absolute;
		left: 275px;
		top: 5px;
	}
	
	#header,
	#footer,
	#mainNavigation,
	#content,
	#rightHandNavigation
	{
		font-size: 11px;
	}
	
	#content #captionColumn .caption
	{
		font-size: 11px;
	}
	
	.printonly
	{
		display: inline;
	}
}
