
/* Next so the instructions at the top of the letter won't print */

#letterButtons {
background: url(../printerIcon.gif) no-repeat; 
display: none;
}	

#letterInstructions {
background: url(../printerIcon.gif) no-repeat; 
display: none;
}	

#content {
left: 50%; 
margin: 0 0 0 -3.1in; /* this and line above centers on printer - 3.1 is half the total 6.2 inch width*/
border: none;
padding: 0;
}

#header {
margin-top: .8in;  /* add space on top of letter */
}