@charset "utf-8";
/* CSS Document */

.content {
	background:url(../imgs/secondBKGD.jpg);
	height: 1000px;
}

.middleCol {
	width: 350px;
	height: 1000px;
	margin-left: 170px;
	overflow: hidden;
	float: left;
}

.rightCol {
	width: 285px;
	height: 440px;
	background:#333333;
	margin-left: 45px;
	margin-top:30px;
	padding-left: 15px;
	overflow: hidden;
	float: left;
}

.rightCol .facultyPhoto {
	width: 270px;
	height: 280px;
	margin-top: 15px;
	margin-bottom: 15px;
	background:#CCCCCC;
}

.infolinks {
	color: #d88b49;
	font-size: 12px;
	text-decoration: none;
	margin-bottom: 3px;
}

p {
	width: 290px;
	margin-left: 30px;
	margin-bottom: 0px;	
}

a:hover {
	color: #ffffff;
}

ul {
	list-style:none;
}
