@charset "utf-8";
/* CSS Document */

@page {size: landscape;}

#header, #banner, #breadcrumbs, #search, #buttons, .footer_entry, #sidebar-content
	{
		display: none;
	}
	
#logo-print
	{
		display: block;
		visibility:visible;
	}

#champion
	{
		display: block;
	}
	
h1, h2
	{
		font-family: Georgia, "Times New Roman", Times, serif;
	}
	
#content
	{
		width: 700px;
		margin: 0;
		border: red 0px dotted;
	}
	
#sidebar
	{
		width: 200px;
		margin: 0;
		border: red 0px dotted;
	}
