﻿@media print

{

/* --- General Rules ------------ */

#table
{		width:600px; 
		background-color:transparent; 
		border:0px;
}

#rightcol
{		display:none;
}

		
#navigation
{		display:none;
}

/*font-size:9px;
width:80px;
float:left;
clear:none;
padding:10px 0px 0px 0px;	
}*/

#maincontent 
{
	float:left;
	width:600px;
	padding:0px;
}

#footer 
{
	float:inherit;
	width:600px;
	padding-top:20px;
	font-size:small;
}

}
