@charset "utf-8";
/* CSS Document */

#banner, #breadcrumb, #footer{display: none;}
#content {width:900px;}
#printlogo {float:right;display:block; width:222px; height:100px;}

/* Conditional IE6 Value to get wide content to wrap to portrait A4 pages */
* html #content {
	width: 640px;
	
}
body {font-size:1.2em;}
h1 {font-size:2em;}

