@charset "utf-8";
/* Print CSS Document */

/*remove the elements we don't want to print*/
img.orchard, .navcontainer {
	display: none;
	}

/* get rid of the body bg, change the font and size to be print friendly*/
body {
	background: none;
	font: 12pt Arial, Helvetica, sans-serif, "Trebuchet MS";
	}

/*let the wrapper take the available room*/
#outer {
	width: auto;
	}

/*then center the content within the wrapper*/
#content {
	margin: 0 auto;
	width: 6in;
	}

	
h1 {
	margin-top: 2em;
	}
	
ul li {
	margin-top: 0.5em;
}

