html,
body {
  padding: 0px;
  margin: 0px;
  height: 100%;
}
body {
  background-color: #a08c74;
}
img {
  display: block;
  border: none;
}
#master {
  width: 100%;
  height: 100%;
}
#full-width-strip {
  background-color: #907e68;
  background-image: url(/gui/background.gif);
  background-position: top center;
  background-repeat: repeat-y;
  height: 400px;
  margin-top: 20px;
}
#slave {
  margin: 0px auto 0px auto;
}
#slave td {
  vertical-align: top;
}
#menu {
  width: 150px;
  height: 400px;
}
#menu div {
  padding: 2px 0px 0px 0px;
}
#menu a.welcome, 
#menu a.showcase,
#menu a.contact {
  background-repeat: no-repeat;
  background-position: top left;
}
#menu a {
  display: block;
  margin: 3px 0px 0px 0px;
}
#menu ul {
  margin: 0px 0px 0px 7px;
  padding: 0px;
}
#menu li {
  font-family: verdana, sans-serif;
  font-size: 9px;
  line-height: 12px;
  margin: 0px;
  padding: 1px 0px 0px 0px;
  list-style-type: none;
}
#menu a {
  font-family: verdana, sans-serif;
  font-size: 9px;
  line-height: 12px;
  color: #fff;
  text-decoration: none;
}
#menu a:hover {
  color: #6d5e4c;
  text-decoration: none;
}
#text {
  background-color: #fff;
  width: 195px;
  height: 400px;
}
#text div {
  padding: 20px 20px 0px 20px;
}
#text p,
#text h3 {
  font-family: verdana, sans-serif;
  font-size: 9px;
  line-height: 12px;
  color: #666;
  margin: 10px 0px 10px 0px;
  padding: 0px;
}
#text h3 {
  font-weight: bold;
}
#text p.intro {
  font-size: 11px;
  line-height: 13px;
}
#text ul {
  margin: 10px 0px 0px 0px;
  padding: 0px;
}
#text li {
  font-family: verdana, sans-serif;
  font-size: 9px;
  line-height: 12px;
  background-image: url(/gui/bullet.gif);
  background-repeat: no-repeat;
  background-position: top left;
  margin: 3px 0px 3px 0px;
  padding: 0px 0px 0px 7px;
  list-style-type: none;
}
#text a {
  text-decoration: none;
  color: #333;
}
#text a:hover {
  color: #999;
}
#filler {
  background-color: #8c6e6f;
  width: 45px;
  height: 400px;
}
#showcase {
  background-color: #6f4a4b;
  width: 600px;
  height: 400px;
}
#footer {
  font-family: verdana, sans-serif;
  text-align: right;
  padding: 8px 8px 0px 8px;
  color: #fff;
  font-size: 9px;
  line-height: 12px;
}
#footer a {
  color: #fff;
}
#footer a:hover {
  color: #f1c98f;
}