html,body {
	height:100%;
}
body {
	font-family: Georgia, serif;
	background: none;
	color: black;
	font-size: 12pt;
}

.banner, .main_menu, .search_form, .navigation ,.weather_info, .socials, .tools_block, .related, .right_col, .bottom_logo, #footer ul{
	display: none;
} 
#header {
	height: 116px;
}
.client_text{
	overflow: auto;
}
.page_title, .inner_title span, .vert_shadow, .h_shadow, .frame{
	background: none;
	border: none;
}
.content{
	width: 95%;
	padding: 0;
	margin: 0;
	float: none!important;
	page-break-after:avoid;
}
#footer{
	background: none;
	color: #000;
	padding: 0;
	margin:0;
	page-break-after:avoid;
}
.footer_content{
	float: none;
}
a:after {
	content: " [" attr(href) "] ";
	font-size: smaller;
	text-decoration: none;
}
.logo a:after{
	content: "";
}
.logo a{
	text-indent: -9999px;
}