@charset "utf-8";
/* CSS Document */

body {
  background-color: #c8cdba;
  background-image: url(graphics/bg.jpg);
  background-repeat: repeat-x;
  margin: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: small;
  color: #503b22;
}
h1 {
  font-size: xx-large;
  color: #799c6f;
  margin-left: 75px;
  padding-left: 20px;
  padding-bottom: 20px;
  background-image: url(graphics/color.jpg);
  background-repeat: no-repeat;
  margin-top: -5px;
  margin-bottom: -5px;
}
p {
  margin-left: 70px;
  margin-right: 240px;
}
hr {
  color: #503b22;
  background-color: #503b22;
  height: 1px;
  width: 600px;
  border: 0px;
  margin-top: 0px;
  padding-top: 0px;
}
a {
  color: #a07b50;
}
a:hover {
  color: #503b22;
}
a h1 {
  text-decoration: none;
  border: none;
}
#content {
  position: absolute;
  top: 0px;
  left: 100px;
}
#top {
  position: relative;
  top: 0px;
  left: 0px;
  width: 877px;
  height: 178px;
}
#about {
  position: relative;
  top: 0px;
  left: 0px;
  width: 877px;
  height: 122px;
  overflow: visible;
  margin: 0px;
  background-image: url(graphics/about_bg.jpg);
  background-repeat: no-repeat;
  z-index: 2;
}
#about p {
  padding-top: 0px;
  margin-top: 0px;
}
#about hr {
  width: 350px;
  margin-left: 70px;
}
#middle {
  position: relative;
  top: 0px;
  left: 0px;
  width: 806px;
  min-height: 350px;
  height: auto !important;
  height: 350px;
  background-image: url(graphics/middle.jpg);
  background-repeat: repeat-y;
  padding-bottom: 10px;
  padding-top: 10px;
}
#workshops {
  display: none;
  margin-bottom: 30px;
}
#illustrations {
  display: none;
  margin-bottom: 30px;
}
#portrait {
  display: none;
  margin-bottom: 30px;
}
#column {
  position: absolute;
  top: 0px;
  right: 50px;
  width: 180px;
  float: right;
  margin-left: 50px;
  margin-bottom: -20px;
}
fieldset {
  border: 0px solid #503b22;
  border-top: 1px solid #503b22;
  margin-bottom: 10px;
  text-align: left;
}
legend{
  font-weight: bold;
  font-size: large;
  color: #503b22;
}
#bottom {
  position: relative;
  bottom: 0px;
  left: 0px;
  width: 806px;
  height: 111px;
  text-align: center;
  background-image: url(graphics/bottom.jpg);
  background-repeat: no-repeat;
}
#bottom p {
  margin: 0px;
}