/* This stylesheet inherits all styles from the main sheet 
   These overrides are to prevent unnecessary sections and 
   blank space from appearing on the printed page         */
   
#header img {
		margin-top: 0;
		}
#content {
		width: 100%;
		}
#sidebar, #footer ul, .navigation, .postmetadata, #aileen  {
		display: none;
		}

