/* COURSE HEADERS */
#headers{
	position: relative;
	text-align: left;
	top: 60px;
	left: 340px;
	font-family: Verdana, Geneva;/*Verdana, Geneva, sans-serif;*/
	font-size: 17px;
	font-weight: normal;
	color: #000;
	background-color: transparent;
}

#headers *{
	background-color: transparent;
}

#headers h1{
	font-size: 45px;
	margin: 10px 0px 10px 0px;
}

#headers h2{
	font-size: 37px;
	color: #FFF;
	margin: 5px 0px 10px 0px;
}

#headers h3{
	font-size: 30px;
	font-weight: normal;
	line-height: 33px;
	margin-bottom: 3px;
	margin-top: 15px;
}
/* end COURSE HEADERS */