.noprint {
	display: none;
}
#body, #main {
	width: 100%;
}
#header {
	width: 100%;
	height: 30px;
}
#header h1 {
	display: block;
        background: transparent;
        font-size: 18px;
	color: black;
	border-bottom: 2px solid black;
        text-indent: 0;
        height: auto;
        width: 100%;
        left: 0;
}

