body {
	background-color: #111;
	color: #fff;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	line-height: 140%;
	font-size: 13px;
	
	padding-top: 20px;
}
h1 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 25px;
	font-weight: normal;
	padding: 0;
	line-height: 1em;
}

.container {
	width: 662px;	
	margin: auto;	
	
	/*position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -331px;
	margin-top: -300px;*/
}

h1#title {
	width: 432px; height: 62px;
	background-image: url('main_title.gif'); 
	background-repeat: no-repeat;
	text-indent: -100em;
	margin-left: 12px;
	margin-bottom: 15px;
	margin-top: 15px;
}
.courseintro {
	width: 662px;
	background: #111;
	
	margin-bottom: 2px;
}

.courseintro .accent {
	color: #f00;
}

.courseintro a.accent:hover {
	text-decoration: underline;
}

.courseintro a {
	text-decoration: none;
}

.courseintro .padder {
	padding: 10px 10px 0 10px;
}

.courseintro .footer {
	background: transparent;	
}

.courseintro:hover {
	background: url('bg-top.gif') #111 no-repeat top center;
}

.courseintro:hover .footer {
	background: url('bg-bottom.gif') transparent no-repeat bottom center;	
}