/* print version */

	#bx-panel,
	#bx-panel-back,
	#marquee,
	#header_logo,
	#header_title,
	#top_navigation,
	#sub_site_links,
	#main_menu,
	#content_navigation,
	#bottom_menu,
	#site_links,
	#main_page_right {
		display: none !important;
	}

	#header,
	#header_bg {
		background: #fff;
	}

	#header {
		border-bottom: 2px solid #000;
	}

	body {
/*		font-size: 15px;
		line-height: 1.4em; */
	}

	#footer {
		background: #fff;
	}

	#footer_line {
		border-top: 2px solid #000;
	}

	#breadcrumb {
		font-size: 11px;
		line-height: 1.4em;
		margin-bottom: 30px;
	}

	#bottom_navigation {
		color: #000;
	}

	body,
	.center_block {
		min-width: 100%;
	}

	#print_logo {
		display: inline-block;
		position: absolute;
		top: 6px;
		left: 0;
	}

	#header,
	#header_bg,
	#header .center_block,
	#logo,
	#sub_sites,
	#logo div {
		height: 118px;
	}



