/* CSS Document */

.staffpic{
	position: absolute;
	top: 10px;
	left: 19px;
	height: 160px;
	width: 136px;
	border: 1px;
	background-repeat: no-repeat;
	border-right: 2px inset gray;
	border-bottom: 2px inset gray;
}
.eschools {
   position: absolute;
   top: 545px;
   left: 12px;
   width: 139px;
   height: 46px;
   border-right: 2px inset gray;
   border-bottom: 2px inset gray;
}
#tbar {
	position: relative;
	background-image: url("images/titlebar3s.png");
	width: 561px;
	height: 36px;
	font-size: 1.8em;
	font-style: normal;
	font-family: Georgia;
	color: #039;
	top: 10px;
	left: -120px;
}

