#header {
	height: 75px;
	position: relative;
}
#header h1#schoolName {
	margin: 0px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-indent: -5000px;
	background-image: url(../images/smLogo2.gif);
	background-repeat: no-repeat;
	height: 70px;
	width: 500px;
}
#header #logo {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}
