@media print
{
	center
	{
		float:left;
	}
	#site
	{
		background-color: White;
		float:left;
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;		
		z-index:-1;
	}
	#toppage
	{			
		display:none;
		width:0px;
		height:0px;
		background-image: none;
	}
	#menu
	{
		display:none;
	}
	#main
	{
		background-color: White;
	}
	#maincontainer
	{
		background-color: White;
	}
	#console
	{
		display:none;
	}
	#topPart
	{
		width:auto;
		height:auto;
		background-color:White;
		border:0px;
		float:none;
	}
	#header
	{
		float:left;
		padding-left:0;		
	}
	#tools
	{		
		display:none;
		height:0;
		width:0;		
	}
	#leftPart
	{
		display:none;
		height:0;
		width:0;
	}
	#contentPart
	{
		position:relative;
		width:586px;
		height:auto;
		float:left;
		background-color: none;
		padding-left:0px;
	}
	
	#content
	{
		padding-left:0px;
	}
	#rightPart
	{
		float:left;
		clear:left;
		height: auto;
		width:596px;
		padding-left:0px;
		margin-left:0px;
		background-color: #ffffff;
	}
	#rightContent
	{
		padding-top:26px;
		margin-left:0px;
		width:100%;
	}	
	.contentRightBody 
	{
		width: 100%;
		padding-left:0;
		padding-right:0;
	}
	.contentRightBody img
	{
		margin-left:0;
		margin-right:0;
	}
	#footer
	{
		display:none;
		width:0px;
		height:0px;
	}
}