body {
	background-color: #5f5f5f;
	color: #fff;
	font-family: Courier New, Courier, monospace;
	font-size: 12px;
}

#photo_description {
	padding-bottom: 10px;
}

#uni_link {
	position: fixed;
	right: 0px;
	bottom: 10px;
	z-index:-100;
}

#main_frame {
	z-index: 100;
}

	#uni_link img {
		border: none;
	}

a {
	color: #fff;
	text-decoration: none;
}

	a:hover {
		text-decoration: underline;
	}

#map {
	height: 240px;
	width: 300px;
	background-image: url('/images/plan_01.png');
	background-repeat: no-repeat;
	background-position: top center;
}

#student_contact img {
	width: 80px;
}

#map_inner {
	padding-top: 20px;
	padding-left: 20px;
	height: 138px;
}

#plan_your_journey img {
	border: none;
}

#times_inner, #map_inner {
	padding-left: 20px;
	padding-right: 20px;
}

#main_frame {
	margin-top: 20px;
	margin-left: 20px;
}

#nav {
	width: 240px;
	float: left;
	margin-right: 40px;
}

	#nav img {
		float: left;
		border: none;
	}

#img_preload {
	display: none;
}

#student_info, #course_description_container {
	margin-top: 10px;
}

#course_description_container {
	margin-bottom: 25px;
}
.student_thumb {
	padding-bottom: 10px;
}
.student_thumb img {
	margin-bottom: 5px;
}

#stage {
	margin-left: 10px;
	margin-top: 15px;
	float: left;
	width: 850px;
}

#home_photo {
	float: left;
	background: #fff;
	color: #fff;
	text-align: center;
	height: 694px;
}

#home_photo img {
//	width: 500px;
}

#right_column {
	float: left;
	margin-left: 60px;
	width: 240px;
}

#breadcrumb .selected {
	text-decoration: underline;
}
.student_thumb {
	width: 20%;
	padding-top: 10px;
}
	.student_thumb img, img.headshot {
		width: 135px;
		border: 3px solid #fff;
	}

#student_contact {
	float: left;
}

#student_bio {
	padding-left: 40px;
}

#student_photos {
	background: #fff;
	color: #000;
	clear: both;
	margin-top: 40px;
	border: 3px solid #fff;
}

	#student_photos table {
		width: 100%;
	}

	#student_photos #main_photo {
		width: 560px;
	}

	
	#student_photos #main_photo img {
		width: 560px;
	}
	

	#photo_nav_column {
		padding-left: 15px;
		padding-top: 25px;
		padding-right: 15px;
	}

		#photo_thumbs {
			margin-left: 10px;
			margin-right: 7px;
		}

	#student_photos #photo_thumbs img {
		width: 77px;
	}
