@media screen,print {
  #Horse {
    width: 0;
  }

  #LA {
    text-align: center;
    width: 100%;
    height: 70px;
  }

  #Rose {
    width: 0;
  }

  #Buttons {
    text-align: center;
  }

  .NavButton {
    border: 0;
  }
  
  .GalleryLink {
    border: 0;
  }
  .CurrentPage {
    color: black;
    text-decoration: none;
  }
  .CurrentPage:hover {
    color: blue;
    text-decoration: underline;
  }
  .OtherPage {
    color: black;
    text-decoration: none;
  }
  .OtherPage:hover {
    color: blue;
    text-decoration: underline;
  }
}
@media screen {
  body {
    background-color: #ffffff;
    background-image:url('../Images/Background.png');
    background-repeat:repeat-y;
  }

  .Navigation {
    position: fixed;
    top: 0; left: 0; right: 0; height: 125px;
  }

  .Content {
    position: fixed;
    top: 126px; left: 0; bottom: 0; right: 0;
    padding: 0 90px 0 90px;
    border-right: 0;
    overflow: auto;
  }

  .SubNav {
    top: 126px;
    left: 0px;
    bottom: 1.2em;
    width: 78px;
    position: fixed;
    text-align: right;
  }

  h1 {
    text-align: center;
  }
}
@media print {
  .NCPNavLink {
    display: none;
  }
}

