@media print 
{
	#header 
	{
		display:none;
	}
	#sidebarwrapper, #sectionnav 
	{
		display:none;
	}
	#intsidenav 
	{
		display:none;
	}
	#footer 
	{
		display:none;
	}
	#contentwrapper 
	{
		width:80%;
		float:none
	}
	#content, #mainsection
	{
		width:100%;
		float:none
	}
	#contentpage 
	{
		border-left-style:none;
		width:100%;
	}
	#contentwrapper, #content
	{
		border-bottom-style:none;	
	}
	#mainsectiondivider
{
		float:none
}

