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

#courses {
	position: relative;
	margin: 0px;
	padding: 0px;
	right: 125px;
	top: 0px;
	left: 0px;
}

ul {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}

li {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}

#courses a {
	color: #000000;
	font-weight: bold;
	border-bottom: 1px dotted #CC0000;
	text-decoration:none;
}

#text {
	position: relative;
	width: 470px;
}

#text2 {
	position: relative;
	width: 550px;
}

#class_image {
	position: absolute;
	margin: 0px;
	padding: 0px;
	top: 100px;
	right: 20px;
	width: 200px;
	height: 222px;
	background: url(../images/visits_image.jpg) left top no-repeat;
}