/* print styles */

/* removed a (pl) */

div#header, div.sub-content, div#footer, .noprint, div#navigation, div.shift, div#sub-navigation, #sitemap ul, div#right-quote {
	display:none;
}

.yui-ge div.first, .yui-gf .yui-g, .yui-gf .yui-u {
width: 95%;

}

div#hd {
	margin-top: 1em;
	background-image: url(/imgs/site/header/ab-design.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	width:100%;

}

div#hd h2 {
	padding: 32px 0 10px 20px;
}

div#hd h2 a {
	display: block;
	background-image: url(/imgs/site/header/logo.jpg);
	background-repeat: no-repeat;
	width: 176px;
	height: 43px;
}

div#hd h2 a span {
	display: none;
}

#main-content { width: 90%; }
