#content-wrapper{
  border: #10263e 3px;
  border-style: none solid none solid;
  /* 990 - (10 * 2 padding) - (3 * 2 border) = 964px */
  width: 964px;
  margin: 102px auto 0px auto;
  padding: 10px;
  text-align: left;
  font-size: 12px;
  float: none;
  background: white;
}

#content{
  float: none;
  width: 100%;
  padding: 0px;
}

#edit #content-wrapper{
  margin-top: 0px;
}

#featured-event{
  float: left;
  width: 216px;
  padding: 5px;
  margin-top:10px;
  height: 217px;
}

#photos{
  margin-top:10px;
  width: 715px;
  float: right;
  height: 210px;
  overflow: hidden;
}


#photos div.description{
  display: none;
}

#gallery-images-list-2 {
    width: 3760px;
}

#photos .gallery-2 div.gallery_image{
  width: 235px;
  height: 210px;
}

#photos .gallery{
  border: none;
  padding: 0px;
}

#controls{
text-align: right;
}

#controls .carousel-disabled{
  color: #aaaaff;
}

.module{
  min-height: 244px;
  width: 226px;
  background: url('/images/module-bg.png') top left repeat-x;
  float: left;
  margin: 20px 10px 10px 10px;
}

#module1{
  margin-left: 0px;
}

#module4{
  margin-right: 0px;
}



