#logo {
	position: absolute;
	width: 441px;
	height: 90px;
	text-align: right;
	left: 0px;
	top: 0px;
	z-index: 2;
}

#title {
	position: absolute;
	width: 279px;
	height: 90px;
	text-align: right;
	right: 0px;
	top: 0px;
	z-index: 1;
}

#logoimg {
	width: 100%;
	height: 100%;
}

#titleimg {
	width: 100%;
	height: 100%;
}

#navbar {
	position: absolute;
	left: 0px;
	top: 90px;
	height: 24px;
	background-color: #000000;
	z-index: 3;
}

#maincontent {
	margin-top: 124px;
}

hr {
	background-color: #000000;
}

.noprint {
	display: none;
}