/*
- for archive printing -
stevencollins
somewhereinva@gmail.com
version 1.0
2008.2.28
*/
* { text-align:left; }/*needed to overrule centered-text layout M.S.Office styles now, all text should align left*/

body { font-family:Arial, Helvetica, sans-serif; }/* change font to arial */

#wrapper {/* control page width to allow all content to fit printer */
	width:650px; margin: 0 auto;
	text-align:left;
	background-color: #fff;
}
#mainlogo { float:left; }
#joinlogo { float:right; }
#joinlogo p { text-align:center; }
#hidden { display:none; } /* hide element with id of hidden */

#footer ul { list-style-type:none; padding:0; margin:0; font-size: 9pt}/* remove bullets from footer address and position snug left */