/*
	Print CSS for hwn.lt
	Authored by Mindaugas Pelionis
*/

body {
	background: #fff;
}

a {
	color: #dc8100;
	text-decoration: underline;
}

a img {
	border: none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial;
}

h1 {
	margin: 0;
	padding: 0;
	font-size: 24px
}

hr {
	display: block;
	border: none;
	border-bottom: 1px solid #000;
}

#navigation, .banners {
	display: none;
}

#container {
	border: 0;
}

#logo {
	position: static;
}

#screenLogo {
	display: none;
}

#printLogo {
	display: block;
	height: 103px;
	width: 97px;
}

#footer, #contacts {
	background: none;
}