/* PrintListingBrowseIssue
	Print media overrides.
	Since IE6 default margins are 0.75 (instead of 0.25), then lets assume
	that 670px is about the maximum printable width for everyone. 
 */
BODY { background-color:white; }
#SiteOutSide { width:670px; overflow:visible; vertical-align:top; }

#SiteLogo { display:none; }
#SiteHeadAds { display:none; }
#SiteTabs { display:none; }
#SiteMyFav { display:none; }
#SiteBreadCrumbs { display:none; }

#SiteSideBarLeft { display:none; }
#SiteMyArea { display:none; }

#SiteContentWell { overflow:visible; width:670px; display:inline; vertical-align:text-top; margin:0px 0px 0px 0px; }
#SiteSectionHeader { display:none; }

#SiteSideBarRight { display:none; }
#SiteSectionRightArea { display:none; }

#SiteFooterArea { display:none; }
#SiteDecorativeBottom { display:none; }

#HomeSectionHeader { display:none; }
#SearchReturnToolbar { display:none; }
