@import "slideshow.css";
@import "lightbox.css";

#wrapper .centerColumn {
  background: url(/includes/templates/template_default/images/events/red-hair-woman.jpg) bottom right no-repeat;
  padding-right: 400px;
  height: 650px;
  width: 560px;
}

.centerColumn UL {
  list-style: none;
}

.centerColumn H3 {
  margin-top: 20px;
  margin-bottom: 5px;
  clear: both;
  text-align: center;
  color: #A88E5D;
  font-size: 18px;
  border-bottom: 1px solid #A88E5D;
}

.centerColumn LI {
  width: 300px;
  float: left;
  margin: 10px;
  padding-left: 250px;
  background-repeat: no-repeat;
  background-position: top left;
  height: 70px;
}

.centerColumn LI .dates {
  display: block;
  margin-top: 6px;
  font-weight: bold;
  font-style: italic;
  border-top: 1px solid #ccc;
  padding-top: 6px;
}

