/*


Root
*/
@import "type.css";
/*@import "layout.css";*/

/*


Hiding Elements for Print
*/
body {
  font-size: 80%;
}
  #shell {
    margin: 0;
    padding: 0;
    width: 100%;
  }
    #head {
      border-bottom: 1px solid gray;
      width: 100%;
    }
      #head img {
        border: 0;
      }
      #head * {
        bottom: auto !important;
        left: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        position: relative !important;
        right: auto !important;
        top: auto !important;
      }
    #main {
      float: none;
      margin: 0;
      padding: 0;
      width: 100%;
    }
    #foot {
      border-top: 1px solid gray;
    }
    #sub, #foot {
      text-align: center;
    }
      #foot * {
        margin: auto;
        text-align: center;
      }
    .NavSub, #NavFoot, #CocoDesign, .ToTop, #NavTop, #NavPrimary, #BuyTicketsOnline, #feature, #sub3  {
      display: none !important;
    }
h2 {
  border-bottom: 1px solid #c00;
}

img {
  border: 0;
}
