/* CALENDAR */

#calendar-jan, #calendar-feb, #calendar-mar, #calendar-apr, #calendar-may, #calendar-jun, #calendar-jul, #calendar-aug, #calendar-sep, #calendar-oct, #calendar-nov, #calendar-dec {
  width: 142px;
  height: 165px;
  float: left;
  display: block;
  padding: 107px 0 0 22px;
  margin: 0 0 10px 26px;
  }

#calendar-jan {
  background: url('/images/calendars/calendar-jan.jpg') top center no-repeat;
  }

#calendar-feb {
  background: url('/images/calendars/calendar-feb.jpg') top center no-repeat;
  }

#calendar-mar {
  background: url('/images/calendars/calendar-mar.jpg') top center no-repeat;
  }

#calendar-apr {
  background: url('/images/calendars/calendar-apr.jpg') top center no-repeat;
  }

#calendar-may {
  background: url('/images/calendars/calendar-may.jpg') top center no-repeat;
  }

#calendar-jun {
  background: url('/images/calendars/calendar-jun.jpg') top center no-repeat;
  }

#calendar-jul {
  background: url('/images/calendars/calendar-jul.jpg') top center no-repeat;
  }

#calendar-aug {
  background: url('/images/calendars/calendar-aug.jpg') top center no-repeat;
  }

#calendar-sep {
  background: url('/images/calendars/calendar-sep.jpg') top center no-repeat;
  }

#calendar-oct {
  background: url('/images/calendars/calendar-oct.jpg') top center no-repeat;
  }

#calendar-nov {
  background: url('/images/calendars/calendar-nov.jpg') top center no-repeat;
  }

#calendar-dec {
  background: url('/images/calendars/calendar-dec.jpg') top center no-repeat;
  }

.monthName h1{
	font-size: 20px;
	}

#calendar-clear {
  clear: both;
  }



