.banner
{
  width: 400px;
  border:  1px solid #ccc;  
  background-color: #eee;
  padding: 4px 10px;
  text-align: left;
}

.photoCtr
{
  width: 422px;
  height: 322px;
}

.photoCtr img
{
  padding: 10px;  
  border:  1px solid #ccc;  
  background-color: #eee;  
  width: 400px;
  height: 300px;
  top: 0;
  left: 0;
}

.calendar td
{
  /*border: solid 1px black;*/
  padding: 3px 12px 3px 4px;
  border-bottom: dotted 1px #999999;
}

.calendar .eventDate
{
  font-size: 14px;
}

.calendar .eventTitle
{
  font-size: 14px;
  font-family: "Trebuchet MS";
}

.calendar .eventLocation
{
  margin-left: 10px;
  color: #666666;
}

.calendar .eventDescription
{
  margin-left: 10px;
  color: #666666;
}

