/*html { overflow: -moz-scrollbars-vertical; }*/ /* Always show scrollbar in FF (even if not required) */

body{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 19px;
  background: #000;
  color: #fff;
  text-align: center;
  /* background image is default only and set by JS function setTheme() */
  background: transparent url(../img/artBg_sittingOnGround.jpg) center 0 no-repeat;
  }
  #backgroundImages{
    display: none;
    }

  #outer,
  #backgroundContainer,
  #inner
  {
    height: 723px;
    overflow: hidden;
    }
  #outer{
    width: 100%px;
    min-width: 1000px;
    }
    #backgroundContainer{
      max-width: 1356px;
      min-width: 1168px;
      margin: auto;
      }
    .isIE6 #backgroundContainer{
      width: 1356px;
      }
      #inner{
        float: right;
        position: relative;
        width: 1168px;
        text-align: left;
        }

        #leftSide{
          position: absolute;
          z-index: 1;
          left: 0;
          top: 82px;
          width: 491px;
          height: 598px;
          }
          #logoAndLinks{
            position: absolute;
            left: 0;
            top: 0;
            width: 491px;
            height: 598px;
            z-index: 1;
            }
          #moreInfoLinks{
            position: relative;
            width: 491px;
            height: 598px;
            z-index: 999;
            }
            #moreInfoLinks a{
              position: absolute;
              z-index: 2;
              }
              #moreInfoLinks a img{
                width: 100%;
                height: 100%;
              }
            #button_home_large{
              left: 0;
              top: 0;
              width: 455px;
              height: 491px;
              }
            #buttonLink_directions{
              left: 283px;
              top: 522px;
              width: 183px;
              height: 31px;
              }
            #buttonLink_facebook{
              left: 390px;
              top: 568px;
              width: 29px;
              height: 30px;
              }
            #buttonLink_twitter{
              left: 423px;
              top: 568px;
              width: 29px;
              height: 30px;
              }

        #page{
          position: absolute;
          z-index: 1;
          right: 0;
          top: 82px;
          width: 677px;
          height: 592px;
          color: #000;
          }
          .pageContent{
            display: none;
            }
            .pageContent .titleText{
              display: block;
              margin-bottom: 15px;
              }
            .pageContent p{
              padding-bottom: 15px;
              }
            .pageContent a:link,
            .pageContent a:visited,
            .pageContent a:active
            {
              color: #000;
              text-decoration: underline;
              font-weight: bold;
              }
            .pageContent a:hover{
              text-decoration: none;
              }
              
          .home #pageContent_home{
            display: block;
            }
            #pageContent_home .setOpacity{
              padding: 26px 191px 13px 28px;
              margin: 0 0 15px 0;
              }
            .isIE6 #pageContent_home .setOpacity{
              width: 458px;
              }
            #pageContent_home .opaque{
              }

          .artists #pageContent_artists{
            display: block;
            }
            #artistsScroller{
              position: relative;
              width: 474px;
              height: 592px;
              overflow: auto;
              }
              #artistsInner{
                padding: 22px 28px 28px 31px;
                }
                .artistCol{
                  width: 185px;
                  float: left;
                  }
                .pageContent .artistCol p{
                  padding-bottom: 11px;
                  }
                .artistCol a{
                  display: block;
                  }
                .clearer{
                  clear: both;
                  }
        .setOpacity .solid{
          position: relative;
          z-index: 2;
          }
        .setOpacity .opaque{
          background: #fff;
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          z-index: 1;
          filter: alpha(opacity=90); /* internet explorer */
          -khtml-opacity: 0.9;      /* khtml, old safari */
          -moz-opacity: 0.9;       /* mozilla, netscape */
          opacity: 0.9;           /* fx, safari, opera */
          -moz-border-radius: 3px;
          -webkit-border-radius: 3px;
          /* Left corners only */
          /*
          -moz-border-radius-topleft: 3px;
          -webkit-border-top-left-radius: 3px;
          -moz-border-radius-bottomleft: 3px;
          -webkit-border-bottom-left-radius: 3px;
          */
          }



        a#button_home_small{
          position: absolute;
          z-index: 999;
          left: 345px;
          top: 15px;
          z-index: 999;
          }
        a#button_home_small:link,
        a#button_home_small:visited,
        a#button_home_small:active
        {
          color: #000;
          text-decoration: underline;
          }
        a#button_home_small:hover{
          text-decoration: none;
          }

