#promoBox {
	width: 901px;
	margin: 20px 0 0 0;
	padding: 0 0 15px 0;
	background: url(../images/promoBoxes-top.jpg) no-repeat;
	overflow: hidden;
}
#promoBox div {
	width: 298px;
	float: left;
}
#promoBox div h2 {
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0 0 0;
}
#promoBox div h2.calHeader {
	margin-bottom: 8px;
}
#promoBox #left li {
	font-size: 16px;
	margin: 22px 0 22px 30px;
	line-height: 14px;
	font-weight: bold;
}
#promoBox #middle p {
	width: 250px;
	margin-left: 30px;
	font-size: 14px;
}

#promoBox #right .currentYear, #promoBox #right .nextYear {
	background: url(../images/calendar2019.png) no-repeat;
	width: 34px;
	margin: 5px 0 5px 30px;
	min-height: 54px;
}
#promoBox #right .nextYear {
	background: url(../images/calendar2019.png) no-repeat;
}
#promoBox #right .currentYear p, #promoBox #right .nextYear p {
	text-align: center;
	margin: 0 0 4px -2px;
	line-height: 17px;
}
#promoBox #right .currentYear p.month, #promoBox #right .nextYear p.month {
	color: #fff;
	font-size: 12px;
}
#promoBox #right .currentYear p.day, #promoBox #right .nextYear p.day {
	font-size: 18px;
}
#promoBox #right .calContent {
	width: 225px;
	margin: 5px 5px 5px 0;
}
#promoBox #right .calContent p, #promoBox #right .calContent h3 {
	margin: 5px 0 5px 15px;
	line-height: 15px;
}
#promoBox #right .calContent h3 {
	font-size: 14px;
	margin-bottom: 10px;
}
#promoBox #right p.intro {
	margin: 10px 0 10px 29px;
	width: 230px;
}
#promo-bottom {
	background: url(../images/promoBoxes-bottom.jpg) no-repeat;
	width: 901px;
	height: 7px;
	margin-bottom: 20px
}
#homeContent {
	background: url(../images/homeContentBg.jpg) no-repeat;
	overflow: hidden;
}
#homeContent h1, #homeContent h2 {
	padding: 10px 0 0 30px;
	font-size: 14px;
}
#homeContent h2 {
	padding:  10px 0 0;
	font-weight: bold;
    line-height: 22px;
}
#homeContent h2 span {
	font-size: 20px;
}
#homeContent div {
	width: 100%;
	float: left;
	padding: 0 30px 30px 30px;
}
#homeContent ul li {
	list-style: disc;
	margin-left: 30px;
}
#homeContent img {
	margin-right: 10px;
}
