/*
	20100819	tomc
	eclipse-creative.com
*/
/*
	MEDIA = PRINT
*/
@media print{
	body{
		font-family:Arial, Helvetica, sans-serif;
	}
	body, body *{
		background	:transparent!important;
		color		:black!important;
	}
	#left-col{
		display	:none;
	}
	#right-col{
		display	:none;
	}
	#header	{
		height	:126px;
	}
	#header .menu-area{
		display	:none;
	}
	#footer{
		display	:none;
	}
	#container{
		width	:80%;
		border	:0.1em solid silver;
	}
	#maincontent{
		float	:none;
		padding	:0.6em;
		width	:auto;
		margin	:0 auto 0 auto;
	}
}







