/* CSS Document */

/* main content - centre */

#main-text h3{
	display:block;
	height: 170px;
	width: 625px;
	background-color: transparent;
	background-image: url(../images/trevor.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#main-text h3 span{display:none;}


/* navbar images */

#lnav h3{
	display:block;
	height: 53px;
	width: 150px;
	background-color: transparent;
	background-image: url(../images/instructor_profiles_nav.jpg);
	background-repeat: no-repeat;
	background-position: center left;
	margin-bottom: 20px;
}



