body {
  background: black url(images/bg.png);
  background-repeat: repeat-y;
  color: #9ba775;
}
body, td {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: normal;
  vertical-align: top;
}

a {
  color: #de6;
  text-decoration: none;
}
a:hover {
  color: yellow;
  text-decoration: underline;
}

img {
  border: none;
}

#logotype {
  left: 72px;
  position: fixed;
  top: 85px;
}

#menubar {
  left: 280px;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 128px;
  width: 450px;
  z-index: 100;
}
  #menubar .menu {
    display: inline;
    position: absolute;
  }
    #menubar .menu .label {
      background-color: #778a6c;
      color: white;
      display: block;
      font-size: 7pt;
      margin: 0 1px;
      padding: 4px 3px;
      text-decoration: none;
      text-transform: uppercase;
      width: 82px !important;
    }
    #menubar .menu .label:hover {
      background-color: #897;
    }
    #menubar .menu .dropmarker {
      float: right;
      height: 6px;
      margin: 3px 0 0 0;
    }

.menulist {
  background-color: rgba(55,60,50,0.7);
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 100;
}
  .menulist li {
    display: block;
  }
    .menulist li a {
      background-color: #778a6c;
      color: white;
      display: block;
      font-size: 7pt;
      margin: 0 1px 1px 1px;
      padding: 4px 3px;
      text-decoration: none;
      text-transform: uppercase;
      width: 82px;
    }
    .menulist li a:hover {
      background-color: #897;
    }

#menu_bio { left: 90px; }
#menu_galleries { left: 180px; }
#menu_artclasses { left: 270px; }
#menu_store { left: 360px; }
#menu_contact { left: 450px; }
#menu_blog { left: 540px; }

#sidebar {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9pt;
  font-style: italic;
  left: 60px;
  position: fixed;
  text-align: right;
  top: 175px;
  width: 185px;
}
  #sidebar h1 {
    font-size: 10pt;
    margin-top: 0;
  }

#main {
  left: 298px;
  position: absolute;
  right: 5px;
  top: 160px;
  width: 610px;
}
  #main h1 {
    font-size: 12pt;
  }
  #main table td {
    font-size: 8pt;
  }
  .section {
    background-color: #333333;
    height: 500px;
    position: absolute;
    top: 10px;
    width: 190px;
  }
    .section .link {
      cursor: pointer;
      height: 290px;
    }
      .section h1 {
        font-size: 11pt;
        margin: 12px 8px 3px 8px;
      }
        .section h1 a {
          color: white;
        }
      .section p {
        font-size: 10pt;
        margin: 3px 8px;
      }
      .section img {
        position: absolute;
        top: 100px;
      }
    .section .contents {
      background-color: #da2b18;
      height: 250px;
      left: 0;
      position: absolute;
      right: 0;
      top: 290px;
    }

table.thumbnails {
}
  table.thumbnails td {
    padding: 10px;
    text-align: center;
    vertical-align: middle;
  }
    table.thumbnails td a img {
      border: 1px solid #333;
    }
    table.thumbnails td a img:hover {
      border: 1px solid #444;
    }

.boxframe {
  position: absolute;
}
#outerbox {
  height: 400px;
  left: 5px;
  top: 5px;
  width: 400px;
}
  #innerbox {
    height: 200px;
    left: 100px;
    top: 100px;
    width: 200px;
    visibility: hidden;
    z-index: 10;
  }
  #artbox {
    border: none;
    height: 400px;
    left: 0;
    position: absolute;
    top: 0;
    width: 400px;
    z-index: 20;
  }
    #artbox td {
      text-align: center;
      vertical-align: middle;
    }
    #artpiece {
      float: center;
      max-height: 400px;
      max-width: 400px;
      vertical-align: middle;
    }

#artinfo {
  font-size: 8pt;
  left: 5px;
  position: absolute;
  top: 420px;
	width: 350px;
}
  #artinfo h2 {
    font-size: 10pt;
    margin: 0 0 5px 0;
  }
#artnav {
  font-size: 20pt;
  left: 365px;
  position: absolute;
  top: 420px;
}
  #artnav .noprevious,
  #artnav .nonext {
    visibility: hidden;
  }

.gicleesize {
  display: block;
}
