body
{
	background-color: #ffffff; 
}

#main
{
	position: absolute;
	top: 270px;
	left: 40px;
	width: 900px;
	color: #000000;
	font: normal normal normal 12pt sans-serif;
}

#main #title
{
	color: #ef2031;
	font: normal normal bold 18pt sans-serif;
	margin-bottom: 20px;
	text-align: center;
}

#main #subtitle
{
	color: #ef2031;
	font: normal normal bold 12pt sans-serif;
	text-align: left;
	text-decoration: underline;
}

#schedule
{
	position: relative;
	left: 40px;
	width: 740px;
	height: 40px;
	font: normal normal bold 12pt sans-serif;
}

#schedule #times
{
	position: absolute;
	left: 0px;
}

#schedule #cost
{
	position: absolute;
	left: 450px;
}
#main b
{
	color: #ef2031;
}