body {
	background-image: url(../img/clackkkBG.png);
	background-position: right center;
	background-color: #666;
	font-family: Verdana, Geneva, sans-serif;
	text-transform: none;
	background-attachment: fixed;
	color: #666;
}
#container {
	width: 100%;
}
#container h1 {
	background-image: url(../img/ghost_white.png);
	background-repeat: repeat;
	background-position: left top;
	color: #555;
	font-size: 24px;
	padding-left: 20px;
	text-align: left;
	overflow: hidden;
	width: auto;
	text-transform: uppercase;
}
#container #course {
	width: 400px;
	font-style: italic;
	color: #CCC;
	font-size: 10px;
	padding-left: 15px;
}
#container #weekDisplay {
	width: 750px;
	height: 500px;
	padding-left: 25px;
}
#container #weeksSection {
	width: 900px;
	margin-left: 30px;
}
#container #weeksSection .week {
	background-repeat: repeat;
	margin-bottom: 10px;
	padding-top: 1px;
	padding-left: 10px;
	padding-bottom: 5px;
	background-image: url(../img/ghost_white.png);
	width: 300px;
	border: 1px solid #666;
}
#container #weeksSection .week p {
	margin: 5px;
	color: #999;
	font-size: 9px;
}
#container #weeksSection .week h2 {
	background-image: url(../img/ghost_black.png);
	width: auto;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 2px;
	margin-bottom: 0px;
	margin-top: 3px;
	font-size: 12px;
	margin-left: -8px;
	text-transform: uppercase;
	color: #CCC;
	margin-right: 2px;
}
#container #weeksSection .week ul {
	font-size: 10px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#container #weeksSection .weekWerk {
	background-image: url(../img/ghost_white.png);
	padding: 2px;
	color: #333;
	font-size: 10px;
	margin-left: 30px;
	width: 600px;
	margin-bottom: 15px;
	border: 1px solid #666;
}
#container #weeksSection .weekWerk p {
	padding-left: 20px;
}
#container #weeksSection .weekWerk p img {
	border: 1px solid #555;
}
#container #weeksSection .weekWerk h2 {
	background-image: url(../img/ghost_black.png);
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-transform: uppercase;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #CCC;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #C04071;
	text-decoration: none;
}
a:visited {
	color: #333;
	text-decoration: none;
}

