/* Poppyland Print CSS Document */

/*remove the elements we don't want to print*/
#header, #nav, #lh-col, #footer, img.photos {
	display: none;
	}

/* get rid of the body bg, change the font and size to be print friendly*/
body {
	background: none;
	font-size: 11pt;
	margin: 0;
	padding: 0;
	}

/*let the wrapper take the available room*/
#rh-col {
	width: auto;
	margin: 0;
	padding: 0;
	}
