#rightimage {
	display:block;
	height:296px;
	width:279px;
	border-bottom:15px solid #000;
	margin-bottom:15px;
}

.faculty {
	background:url(../images/corner_drawing_faculty.jpg) no-repeat;
}

a.faculty:hover {
	background-position:-70px;
}

.student {
	background:url(../images/corner_drawing_student.jpg) no-repeat;
}

a.student:hover {
	background-position:-70px;
}

.facilities {
	background:url(../images/corner_drawing_facilities.jpg) no-repeat;
}

a.facilities:hover {
	background-position:-70px;
}

.mfa {
	background:url(../images/corner_drawing_mfa.jpg) no-repeat;
	width:69px;
}

a.mfa:hover {
	background-position:-70px;
}

#mainbody h3 {
	font-size:14px;
	font-weight:bold;
	padding-top:10px;
	}

#mainbody h3 span {
	font-size:12px;
	font-weight:normal;
	}