body {
  padding: 50px 0px;
  font-family: Georgia, serif; }

.header h1 a {
  display: block;
  background: url('images/header.png') left top no-repeat;
  width: 212px;
  height: 552px; }
  .header h1 a:hover {
    opacity: 0.45; }
  .header h1 a span {
    display: none; }

.about {
  height: 570px; }
  .about h2 {
    background: url('images/about-text.png');
    color: #000;
    display: block;
    width: 98px;
    height: 35px; }
    .about h2 span {
      display: none; }
  .about p {
    font-size: 18px;
    line-height: 24px;
    color: #959595;
    font-style: italic;
    margin-bottom: 9px; }
    .about p a {
      color: #fbaf5d;
      text-decoration: none; }
      .about p a:hover {
        text-decoration: underline; }

.participating-artists h2 {
  background: url('images/participating-artists.png') no-repeat;
  width: 332px;
  height: 41px; }
  .participating-artists h2 span {
    display: none; }

.participating-artist {
  padding-bottom: 20px; }
  .participating-artist h3 {
    font-size: 18px;
    padding-top: 18px;
    line-height: 18px;
    color: #fbaf5d;
    font-style: italic; }
  .participating-artist p {
    font-size: 12px;
    color: #959595;
    line-height: 18px;
    margin-bottom: 5px; }
    .participating-artist p a {
      color: #fbaf5d;
      text-decoration: none; }

.border-top {
  border-top: solid 1px #ebebeb;
  padding-top: 18px; }

.border-right {
  margin-right: 0px;
  padding-right: 9px;
  border-right: solid 1px #ebebeb; }

.border-left {
  margin-left: 0px;
  padding-left: 9px;
  border-left: solid 1px #ebebeb; }

.border-bottom {
  border-bottom: solid 1px #ebebeb; }

.contact {
  padding-top: 19px; }
  .contact h2 {
    background: url('images/contact-text.png');
    width: 127px;
    height: 35px;
    display: block; }
    .contact h2 span {
      display: none; }
  .contact p {
    font-size: 18px;
    line-height: 20px;
    color: #959595;
    font-style: italic; }
    .contact p a {
      color: #959595;
      text-decoration: none; }
      .contact p a:hover {
        color: #FBAF5D; }
  .contact.grid_3 {
    padding-left: 15px;
    width: 200px; }

.contact-form form fieldset input.text, .contact-form form fieldset textarea {
  background: #fff;
  width: 100%;
  padding: 5px;
  margin-bottom: 10px;
  font-style: italic;
  font-family: Georgia, serif;
  border: solid 1px #ebebeb;
  font-size: 1em; }
.contact-form form fieldset textarea {
  height: 300px; }
.contact-form form fieldset input.submit {
  border: solid 1px #ebebeb;
  font-style: italic;
  font-family: Georgia, serif;
  padding: 5px 10px;
  background: #fff; }
  .contact-form form fieldset input.submit:hover {
    background: #FBAF5D;
    color: #fff;
    cursor: pointer; }

.footer {
  font-size: 10px;
  margin-top: 20px;
  line-height: 18px; }
  .footer .grid_2.first a {
    display: block;
    background: url('images/footer-one-size-fits-all.png');
    width: 126px;
    height: 19px; }
    .footer .grid_2.first a span {
      display: none; }
  .footer .last a {
    background: url('http://www.ginlanemedia.com/media/gl-logo-rollover-19x19.png');
    width: 19px;
    height: 19px;
    display: block; }
    .footer .last a:hover {
      background-position: left bottom; }
    .footer .last a span {
      display: none; }
  .footer a {
    color: #FBAF5D;
    text-decoration: none; }
    .footer a:hover {
      text-decoration: none; }

.thanks {
  color: #959595;
  font-style: italic;
  padding-bottom: 30px;
  text-align: center; }

.contact.border-right {
  padding-right: 19px; }
