body .wrapper .wrapper {
  padding: 0 0 40px 0;
  background: url(../images/backgrounds/body_bottom.png) bottom no-repeat;
}

#header {
  background: url(../images/ct/backgrounds/header.jpg) top no-repeat;
}
#header .tag {
  color: #333;  
}
#header .menu {
  background: #333;
}

#logo {
  position: absolute;
  top: -13px;
  left: 20px;
  width: 249px;
  height: 120px;
  background: url(../images/ct/logo.gif);
  text-indent: -250px;
  overflow: hidden;
}

h1, h2, h3, strong, a {
  color: #333;
}


#body .gallery .details {
  background: #333;
}
#body .gallery a.selected {
  background: #333;
}
#body .bullet {
  background-image: url(../images/ct/bullet.gif);
}
#body .featured {
  background: #333;
}
#body .actions {
  border: 1px solid #999;
  background-image: url(../images/ct/backgrounds/actions.gif);
}

#side .menu strong {
  color: #333;
}

#footer {
  background: #333;
}