body {
  background: #000 url('../images/back.jpg') no-repeat;
  font-family: "Bitstream Vera Sans", "Trebuchet MS", "Lucida Grande", lucida, helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #343434;
  margin: 50px 0 0 0;
  padding: 0;
}

a {
  color: #000;
}

.thumbnail {
  border: 0px;
}

#photos {
  position: relative;
  left: 0px;
  width: 1030px;
  height: 300px;
  overflow: hidden;
}

div.thumb_container {
  position: relative;
  width: 200px;
  height: 300px;
  float: left;
  margin-left: 5px;
  z-index: 9;
}

img.thumbnail2 {
  position: relative;
  border: 0px;
  -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.4, transparent), to(rgba(255, 255, 255, 0.3)));
  z-index: 12;
  overflow: hidden;
}

#top{
  background: url('../images/top.png');
  top:0px;
  position:fixed;
  width:100%;
  height:40px;
  z-index:20;
}

#mainContainer {
  float: left;
  width: 100%;
}

#logo {
  width: 1050px;
}

#mainContent {
  margin-top: 50px;
  float:left;
  width: 100%;
}

#left_nav {
  position: absolute;
  left: 0px;
  top: 245px;
}

#right_nav {
  position: absolute;
  right: 1px;
  top: 245px;
}

#box {
  float: right;
  width: 11px;
  height: 8px;
  border: 1px solid #242424;
}

#box_fill {
  float: right;
  width: 11px;
  height: 8px;
  background: #242424;
  border: 1px solid #242424;
}

#blank {
  float: right;
  width: 2px;
}

