* {
  border: none;
  padding: 0;
  margin: 0;
  outline: none; }

html {
  background: #004454 url("../images/layout/body-bg.png") top left repeat-x; }

html, body {
  width: 100%;
  height: 100%;
  font-family: arial, sans-serif;
  color: white;
  font-size: 12px; }

#wrap {
  width: 950px;
  height: 660px;
  margin: 50px auto 0 auto;
  position: relative; }
  #wrap #canvas {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  #wrap #logo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 305px;
    height: 202px;
    margin: -101px 0 0 -152px;
    overflow: hidden;
    text-indent: -99999em; }
    #wrap #logo img {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      padding: 0; }
  #wrap #nav {
    width: 128px;
    padding: 25px 15px 25px 15px;
    top: 60px;
    left: 600px;
    list-style-type: none; }
    #wrap #nav li {
      font-size: 13px;
      text-transform: uppercase;
      line-height: 17px;
      letter-spacing: -0.05em; }
      #wrap #nav li.current {
        font-weight: bold; }
      #wrap #nav li a {
        color: white;
        text-decoration: none; }
        #wrap #nav li a:hover {
          color: #8fcdda; }
    #wrap #nav #splash {
      width: 140px;
      height: 140px;
      position: absolute;
      top: -70px;
      right: -70px; }
      #wrap #nav #splash a {
        width: 100%;
        height: 100%;
        background: url("../images/splash.png") top left no-repeat;
        overflow: hidden;
        text-indent: -99999em;
        position: absolute;
        top: 0px;
        left: 0px; }
  #wrap .zoom {
    position: absolute;
    background-color: #005567; }
  #wrap .pad10 {
    padding: 10px; }
  #wrap .pad20 {
    padding: 20px; }
  #wrap img {
    padding: 12px;
    display: block; }
  #wrap h1, #wrap h2, #wrap h3, #wrap h4 {
    font-weight: normal;
    text-transform: uppercase; }
  #wrap h1 {
    font-size: 18px;
    padding-bottom: 10px; }
  #wrap h2 {
    font-size: 15px;
    padding-bottom: 10px;
    padding-top: 10px; }
  #wrap h3 {
    font-size: 12px;
    padding-bottom: 5px; }
  #wrap p {
    padding-bottom: 10px; }
  #wrap ul {
    padding-bottom: 10px;
    list-style-type: square;
    list-style-position: outside;
    margin-left: 15px; }
  #wrap a {
    color: #00223f; }
    #wrap a:hover {
      color: #1aa19e; }
  #wrap .scroller {
    width: 370px;
    height: 290px;
    top: 355px;
    overflow: hidden; }
    #wrap .scroller .content-container {
      overflow: hidden;
      position: absolute;
      top: 10px;
      left: 10px; }
    #wrap .scroller .content {
      position: absolute;
      width: 100%; }
    #wrap .scroller .scroll-backing {
      width: 11px;
      background: #00223f;
      border: 3px solid #00223f;
      position: absolute;
      top: 10px;
      right: 10px; }
    #wrap .scroller .scroll-bar {
      width: 11px;
      background: white;
      position: absolute; }

.selection-blocker {
  width: 100%;
  height: 100%;
  background: black;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999; }

/* PAGES */
#home .info {
  width: 290px;
  height: auto;
  left: 20px; }

#affiliates img.zoom, #team img.zoom {
  width: 249px;
  height: 214px; }

#news .scroller {
  top: 50px;
  width: 300px;
  height: 400px; }
#news h3 {
  padding-bottom: 0px;
  padding-top: 10px; }
#news h2 {
  padding-top: 2px; }

#photos #image-holder {
  width: 324px;
  height: 424px;
  top: 0px;
  left: 0px; }
  #photos #image-holder img {
    width: 300px;
    height: 400px;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px; }
#photos #image-thumbnails {
  left: 630px;
  list-style-type: none;
  list-style-position: inside;
  padding-bottom: 12px;
  top: 300px;
  width: 318px;
  margin: 0; }
  #photos #image-thumbnails li {
    float: left;
    width: 90px;
    height: 90px;
    overflow: hidden;
    display: inline;
    margin-left: 12px;
    position: relative;
    cursor: pointer; }
    #photos #image-thumbnails li img {
      width: 90px;
      height: 120px;
      padding: 12px 12px 12px 0;
      position: absolute;
      top: 0px;
      left: 0px; }

#contact-us .info {
  width: 260px;
  top: 50px;
  left: 50px; }

#danceshop .info {
  width: 255px;
  top: 340px;
  left: 640px; }
#danceshop .contact {
  width: 255px;
  top: 445px;
  left: 270px;
  font-size: 14px;
  text-align: left; }
  #danceshop .contact a {
    display: block;
    padding-top: 8px;
    padding-bottom: 6px; }

#timetables .scroller, #classes .scroller {
  width: 330px;
  height: 375px;
  top: 10px; }

