#banner {
	float: left;
	height: 340px;
	width: 800px;
	background-image: url(../Scheduling/images/scheduling_banner.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#content_area #schedule_box {
	float: left;
	height: 245px;
	width: 800px;
	background-image: url(../Scheduling/images/scheduling_box.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#content_area #schedule_box #schedule_content {
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#content_area #schedule_box #schedule_content h1 {
	line-height: 20px;
}
