
/* shut off these elements */
#printWindow, ul#navigation, p.backToTop { display: none; }

body { background: none; }
#envelope { width: 600px; padding-top: 0px; }	
#logo { top: 0px; left: 0px; }	
	
#contentArea {
	width: 500px;
	margin: 0 0 20px 100px;
	padding: 20px 0 0 0;
	}
	p { margin-bottom: 20px; }
	
#footer {
	width: 500px;
	margin: 20px 0 20px 100px;
	padding: 10px 0 20px 0;
	border-top: 1px solid #c2c3b6;
	}
