body {
  font-family: Arial, Helvecia, sans-serif;
  font-size: 16px;
  color: #000000;
  background-color: #000000;
  margin: 0px;
  text-align: center;
}
a {
  font-family: Arial, Helvecia, sans-serif;
  font-size: 12px;
  color: #000000;
  margin: 0px;
  text-align: center;
}
h2 {
  font-size: 18px;
  margin: 6px 0px;
  padding: 0px;
}
h3 {
  font-size: 16px;
  margin: 3px 0px;
  padding: 0px;
}
h4 {
  font-size: 12px;
  margin: 0px;
  padding: 0px;
}
table {
  width: 100%;
}
.bold { font-weight: bold; }
#body {
  width: 940px;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  background-color: #ead8b9;
  text-align: left;
  margin: auto;
  background-image: url(gfx/background.jpg);
  background-repeat: no-repeat;
  background-position: 0px 128px;
}
#header {
  vertical-align: middle;
  height: 128px;
  background-image: url(gfx/header.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}

#page {

  min-height: 260px;
}
#content {
  width: 560px;
  padding: 0px 15px;
  vertical-align: top;
  text-align: justify;
}

#menu {
  vertical-align: top;
  padding: 260px 0px 0px 60px;
  line-height: 120%;
}
#menu a {
  font-weight: bold;
  text-decoration: none;
  font-size: 14px;
}
#footer, #footer a {
  text-align: center;
  color: #aaaaaa;
  font-size: 10px;
}
#repertoire {
  margin-left: 20px;
}
#repertoire div {
  margin-bottom: 10px;
}
#repertoire div h3 {
  text-decoration: underline;
  font-size: 12px;
}
img a{ border: 0px; }
