/* Print-specific styles */

#sidebar, #navMain {display:none}

body, div#bodyWrapper, div#branding, div#pageBody, div#footer  {
	background-image:none ;
} 


div#access,
div#pageBody,
div#navMain {/* elements shrink in better browsers */
	max-width: 100%; 
}

	/* Set fixed width for IE<7. note: IE max-width expression trick doesn't work */
	* html div#pageBody,
	* html div#access,
	* html div#pageBody,
	* html div#navMain { 
		width: 100%; 
	}
	
div#branding, div#footer { /* oversized for background */
	width: 100%; 
} * html div#branding, * html div#footer {width: 100%}

#branding .content, div#footer .content, div.prize  {
	padding-left:0;
	padding-right:0;	
	margin-left: 0;
	margin-right:0;
}

#branding .content {
	padding-top: 0;
	margin-bottom: 2em;
}

div#contentMain {
	background-image: none; 
	margin-right: 0px;
	min-height: 0;
} * html div#contentMain {height: 1px}

	div#contentMain .content {
		background-image: none; 
		padding: 24px 0 1em 0;
		margin-right: 0; /* margin-right = sidebarWidth */
	}

#branding p.isp-logo {
	top: 0;
	right: 0px;
}

div.prize {
	background-color: transparent;
}


