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

body {
	background: url(../academics/images/art.jpg) top center no-repeat;
}

#userData {
	width: 200px;
	height: 350px;
	overflow: auto;
	float: right;
	margin: 0 10px;
	padding: 10px;
	background: #eee;
}

.teacher {
	width: 150px;
	float: left;
}

.courses {
	list-style: none;
	margin: 0 0 0 -10px;
	padding: 0;
	width: 720px;
	height: 50px;
	position: relative;
	background: #eee;
}

.courses li {
	margin: 0 0 5px 0;
	padding: 3px 0;
	width: 142px;
	display: inline-block;
	float: left;
	background: #eee;
	color: #000;
}

.courses li a, .courses li a:visited {
	padding: 3px 6px;
	text-decoration: none;
	color: #000;
}

.courses .active a, .courses .active a:visited {
	color: #fff;
	background: #000;
}