﻿@media print 
{
	#left_panel

	{
		display:inline;
		width:25%;
	}

	#middle_panel
	{
		width:70%;
	}

}
