.container {
	width: 620px;
	text-align: left;
	padding: 10px;
	background: none;
	color: #333333;
	margin: 0 auto;
	margin-top: 0em;
	font: large Garamond, 'Times New Roman', serif;
} 
.menu {
	background: #eeeeff;
	font: x-large Garamond, 'Times New Roman', serif;
	position: relative;
	right: 20px;
	padding-left: 20px;
}
.menu A {
}
.select {
	color: white;
	background: #bbbbff;
	padding: 3px;
}
.page-img {
	width: 400px;
	height: 300px;
	border: solid 1px #cccccc;
	padding: 3px;
	margin-right: -40px;
	float: left;
	position: relative;
	right: 50px;
}
.quote {
	font-size: 12pt; 
	line-height: 1.25em; 
	width: 500px; 
	background: #ffffee; 
	border: solid 1px black; 
	padding: 5px; 
	margin: 0 auto;
}
.course-headline {
	font-variant: small-caps;
	font-weight: bold;
}
.course-text {
	color: #777777;
	padding-left: 5px; 
	margin-left: 2px; 
	padding-right: 100px;
	text-align: justify; 
	border-left: solid 1px #cccccc; 
	font: small Georgia, 'Times New Roman', serif;
	line-height: 1.6em;
	padding-bottom: 1em;
}
