/*

	Print Stylesheet
		
		Remove the visual elements that are only important for the browser window.
		Images in articles and such must stay.
		Background colors and images are removes.

*/

body{ width: 100%; background: none; }

address { float: right; margin: 10px; padding: 10px; }

#search,#menu,#small_menu,#latest_news,#customer_login,#flash_images { display: none; }

div { background: white; }

object,embed { display: none; }