body  {
  background: white;
  margin: 0px;
}

#mainpane {
  width:  800px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

#logopane {
  height: 100px;
}

#toppane  {
  color: #ffffff;
  background: #8c817b;
  border-bottom: 2px solid #7a2e38;
}

td {
  color: white;
}

#contentpane  {
  width: 600px;
  background: #dad8cb;
  padding: 10px;
  float: left;
}

#imgpanetop   {
}

#imgpaneleft   {
  width: 100px;
  height: 400px;
  float: left;
}

#textpane  {
}

#buttonpane {
  float: right;
  padding: 10px;
}

#button {
  width: 157px;
  height: 31px;
  text-align: center;
  font-size: 15px;
  color: black;
  background: transparent url(button.jpg) no-repeat scroll center;
  vertical-align: middle;
  line-height: 32px;
}

a.button {
  color: black;
  text-decoration: none;
}

a.button:hover {
  color: grey;
  text-decoration: none;
}

#button:hover {
  width: 157px;
  height: 31px;
  text-align: center;
  color: grey;
  background: transparent url(button.jpg) no-repeat scroll center;
}

#menupane {
  width: 200px;
}

#headline {
  color: #7a2e38;
}

#text {
  color: #8a8478;
}

#text a {
  color: #7a2e38;
}

