@charset "UTF-8";
/* CSS Document */
	#printlogo{
		display:block;	
		margin:0 0 50px 0;
		text-align:right;
	}

	.hideprint,
	.shadow-top,
	.content-shadow-top,
	.shadow-bottom,
	#polaroid-spot,
	#navigation,
	#languagenav,
	.user
	{
		display:none;	
	}
	
	
	.resetprint,
	#wrapper,
	.shadow-edge,
	#content,
	#content .inner,
	.leftcol,
	.rightcol
	{
		background: #fff none!important;
		padding:0!important;
		margin:0!important;
		text-align:left!important;
		border:0!important;
		width:100%!important;
	}
	html,body{
		background: #fff none;
		margin:0;
		padding:0;
	}
	#wrapper,#content,#content .inner{
		width:100%!important;
	}
	.leftcol{
		width:60%!important;
		
	}
	.rightcol{
		width:35%!important;
		padding:0 0 0 2%!important;
	}
	
	#fancy_overlay,
	#fancy_loading,
	#fancy_outer,#fancy_title
	{ display:none;}

