/* Separate file*/
#contentbox {
  position: absolute;
  top: 135px;
  left: 35px;
  width: 640px;
  height: 294px;
  background-image: url('/img/gui/bigBox.png');
  background-repeat: no-repeat;
}

.buttonbox {
  top: 10px;
  left: 7px;
}

#header {
  position: absolute;
  bottom: 260px;
  left: 281px;
  width: 340px;
  margin: 0px;
  padding: 0px;
  font-size: 15pt;
  font-style: normal;
}

#contents {
  position: absolute;
  top: 39px;
  left: 281px;
  width: 340px;
  height: 240px;
  margin: 0px;
  padding: 0px;
  overflow: auto;
}

#contents p {
  margin-top: 0ex;
  margin-bottom: 2ex;
}

#imagebox {
  position: absolute;
  top: 135px;
  left: 686px;
  width: 275px;
  height: 294px;
  background-image: url('/img/gui/smallBox.png');
  background-repeat: no-repeat;
}

#imagebox img {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 245px;
  height: 264px;
  overflow: hidden;
}

#breadcrums {
  display: block;
  font-weight: bold;
  position: absolute;
  color: white;
  top: -20px;
  left: 20px;
  margin: 0px;
  padding: 0px;
}

#breadcrums li {
  display: inline;
  margin: 0px;
  padding: 0px;
  color: #fbfbfb;
}

#breadcrums li a {
  color: #fbfbfb;
  text-decoration: none;
  text-transform: uppercase;
}

.shade {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: url('/img/gui/shade.png');
}

