/* 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, #header, #billboard,#logo_btm,#nav_bg, #projectCol, #sideCol { /* Remove unwanted items for print `BKS */
	display:none;
}

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

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




