/* --------------------------------------------------------------------------------------------- */
/* defaults */
/* --------------------------------------------------------------------------------------------- */
  body {
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 13px;
    margin: 0;
    padding: 0;
    background: #fabd00;
    color: #333333;
  }

  a {
    text-decoration: none;
    color: #146a0a;
    border-bottom: 1px dotted #146C0A;
  }
    a img {
      border: 0;
    }

  h1 {
    font-size: 21px;
    letter-spacing: 0.1em;
    margin: 0 0 10px 0;
    padding: 5px;
    background: #333333;
    color: #fefefe;
  }
  h2 {
    font-size: 16px;
    letter-spacing: 1px;
    margin: 25px 0 0 0;
    padding: 0;
  }
  hr {
    height: 1px;
    border: 0;
    margin: 7px 0 13px 0;
    padding: 0;
    background: #333333;
  }

/* --------------------------------------------------------------------------------------------- */
/* layout */
/* --------------------------------------------------------------------------------------------- */
  #logo {
    position: absolute;
    top: 20px;
    left: 20px;
  }
    #logo a {
      border: 0;
    }

  #page {
    position: absolute;
    top: 20px;
    left: 165px;
    width: 700px;
    margin: 0;
    padding: 0;
  }
    #content_area {
      position: relative;
      top: 15px;
      left: 20px;
      width: 660px;
      margin: 0 0 50px 0;
      background: #fefefe;
      border: 1px solid #333333;
    }
      #artists {
        margin: 0;
      }
      #content {
        position: relative;
        top: 0;
        left: 0;
        margin: 15px;
      }
    #footer {
      position: relative;
      bottom: 25px;
      left: 20px;
      width: 650px;
      height: 25px;
      font-size: 10px;
      padding: 5px 0 0 10px;
      background: #fefefe;
      border: 1px solid #333333;
    }

  #box_right {
    position: absolute;
    top: 35px;
    left: 860px;
    width: 130px;
  }
    #box_right p {
      background: #fefefe;
      border: 1px solid #333333;
      margin: 0 0 10px 0;
      padding: 5px;
    }

/* --------------------------------------------------------------------------------------------- */
/* content */
/* --------------------------------------------------------------------------------------------- */
  div.section {
    margin-bottom: 10px;
  }

.program_month {

}

  .program_left {
    width: 220px;
    height: 55px;
    line-height: 1.5em;
    float: left;
    margin: 0;
  }
  .program_right {
    position: relative;
    top: 0;
    left: 0;
  }
    .program_artist {
      line-height: 1.5em;
      font-weight: bold;
      color: #146c0a;
      /*border-bottom: 1px dotted #146C0A;*/
    }

.program_title {
  font-style: italic;
  font-weight: bold;
}

#order_form label {
  width: 100px;
  display: block;
  float: left;
}

#order_form input,
#order_form textarea {
  width: 240px;
}

#order_form #submitbutton {
  width: 150px;
}