body {
  background-image:url('images/bg.jpg');
  background-position:top center;
  background-color:#8e8986;
}

div#mainContainer {
  background-color:#cda7ba;
  height:452px;
}

div#carousel {
  height:130px;
  background-image:url('images/carouselBg.jpg');
  background-position:bottom center;
  background-repeat:no-repeat;
}

.header {
  height:29px;
  background-color:#000;
  color:#FFF;
  position:relative;
}

div#innerContainer {
  padding:8px 14px 0 14px;
  position:relative;
  width:823px;
}

div#menu {
  float:left;
  width:174px;
  padding-top:6px;
}

div#centreCol {
  float:left;
  width:317px;
  margin-right:15px;
}

div#rightCol {
  float:left;
  width:317px;
}

div.expander {
  width:317px;
}

div.content {
  width:317px;
  background-color:#412f37;
  overflow:hidden;
  color:#FFF;
}

div.content *:last-child {
  margin-bottom:0;
}

.expandButton {
  position:absolute;
  top:8px;
  right:10px;
  float:right;
  cursor:pointer;
}

#scroller img {
  cursor:pointer;
}

.magnifier {
  height:408px;
  width:317px;
  overflow:hidden;
  position:relative;
  cursor:move;
}

.container {
  position:relative;
}

.magnifier .container img {
  position: absolute;
}

#largeslide {
  position:absolute;
  z-index:3;
  left:173px;
}

textarea{resize: none}

#credits {
  color:#FFF;
  font-size:0.9em;
  padding:8px 0 0 14px;
  
}

#credits a {
  color:#FFF;
}


#menu a {
  height:20px;
  overflow:hidden;
  display:block;
}

.expander {
  display:none;
}

.expanderInstruction {
  position:absolute;
  right:31px;
  top:9px;
}