@media screen {
		
	div.pagewrapper {
		background-color: white;
		width: 100%;
		max-width: 800px;
		/*min-height: 500px;*/
		
		left: 50%;
		margin-left: -400px;
		position: relative;
		min-height: 80%;
		/*top:5px;*/
		/*bottom: 5px;*/
		
		
		height: 100%;

		border-left-style: solid;
		border-left-color: lightgrey;
		
	}



	div.nav_desktop {
		width: 200px;
		
		position: absolute;
		top: 5px;
		

		bottom: 5px;
		
		background: -moz-linear-gradient(left, rgba(245,245,245,0) 0%, rgba(175,175,175,0.65) 100%);
		background: -webkit-linear-gradient(left, rgba(245,245,245,0) 0%,rgba(175,175,175,0.65) 100%);
		background: linear-gradient(to right, rgba(245,245,245,0) 0%,rgb(211, 211, 211) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f5f5f5', endColorstr='#a6afafaf',GradientType=1 );
		
	}
}

@media print {
	div.pagewrapper {
		background-color: white;
		width: 100%;
		
		position: relative;
		min-height: 80%;
		
		margin-left: 0px !important;
		left: 0px;
		height: 100%;

		border-left-style: solid;
		border-left-color: lightgrey;
		
	}

	div.header {
		display: none;
	}

	div.nav_desktop {
		width: 200px;
		display: none;
		position: absolute;
		top: 5px;
		

		bottom: 5px;
		
		background: -moz-linear-gradient(left, rgba(245,245,245,0) 0%, rgba(175,175,175,0.65) 100%);
		background: -webkit-linear-gradient(left, rgba(245,245,245,0) 0%,rgba(175,175,175,0.65) 100%);
		background: linear-gradient(to right, rgba(245,245,245,0) 0%,rgb(211, 211, 211) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f5f5f5', endColorstr='#a6afafaf',GradientType=1 );
		
	}
	
	div.media {
		display:none;
	}
	
	div.content iframe {
		display: none;
	}
	
	a#simple-menu {
		display: none;
	}
}