#footer {
	text-align: center;
}

div#headerwrapper {
      width: 100%;
      /* height: 150px; */
      text-align: center; /* Was left */
      background-color: #333399: /* Was #333399; */
      margin-left: auto;
      margin-right: auto;
      }

div#headerdays,{
        width: 100%;
        /* height: 100px; */
        margin-left: auto;
        margin-right: auto;
        float: left;
        }

ul#headerdays, ul#headerdates{
    width: 99%;
    white-space:nowrap;
    }

ul#headerdays li.first,ul#headerdates li.first{margin-left: 0px;
                } 

ul#headerdays li {
     display: inline;
     float: left;
     text-align: center;
     border: 1px solid #000000;
     width: 14%;
     background-color: #fff; 
     padding: 0px;;
     } 

ul#headerdays li a {
  text-decoration: underline;
     font-size: 1.25em;
     font-weight: bold;
     color: #blue; /* Was #000 */
  }

ul#headerdates li {
     display: inline;
     float: left;
     text-align: center;
     border: 1px solid #000;
     width: 14%;
     background-color: #fff;
     padding: 0px;
     font-size: 3em;
     font-weight: bold;
     }      
