/* A 3-column layout with a menu on the left; text in the middle; photos/links on the right.  */

@import "../../styles/2col-otl-right-heavy.css";

/* Layout */

#Header {
  background:          #fff url(../images/header.jpg) no-repeat;
  height:              100px;
}


.schedule {
  font:                 85%/1.5em Georgia,Times New Romain,Garamond,serif;
  color:                #555;
}

.schedule td {
  padding:              2px 8px;
  margin:               2px 8px;
  background:           #fcc;
}

.time {
  text-align: right;
}

.type {
  text-align: left;
}