/* CSS Document */

/***********************************************/
/* Site Items                                  */
/***********************************************/ 

body { 
	background: #FFFFFF url(none); /* Force backgrounds to white */
}

#siteWrapper, #mainContent { /* Adjust wanted items for print `BKS */
	clear:both; /* Put items in there own rows */
	float:none; /* Remove formating */
	width:auto; /* Add flexability */
}

#siteHeader, #footerNav { /* Remove unwanted items for print `BKS */
	display:none;
}

/***********************************************/
/* Print Items                                 */
/***********************************************/

#printHeader { /* Add items for print `BKS */
	display:block;
	clear:both;
}



