body {
  background: #fed6e8;
  font-size: 0.8em;
  font-family: calibri;
  padding: 0;
  margin: 0;
  background: , url("pink.jpg");
  }
  
.wrapper {
  background: none;
  top: 0;
  margin: 0 auto;
  width: 870px;
  }
  
.sidebar-left, .sidebar-right {
  width: 175px;
  }
  
.main {
  width: 300px;
  margin-left: 285px;
  }
  
.sidebar-left {
  margin-left: 100px;
  }
  
.wrapper, .links a {
  color: #000;
  }
  
.box {
  border: 1px solid #bbb;
  background: #fff;
  padding: 0;

  }
  
.header {
  border: #bbb;
  background: #bbb (251, 220, 220, 0.75);
  text-align: center;
  margin-top: -30px;
  top: ;
  height: auto;
  }
  
.links {
  margin-top: 1em;
  }
  
.title { /*suppress title, since we're putting the title as text in the header box*/
  display: none;
  }

.footer {
  height: 0;
  }
  
.box h1, .box h2, .box h3, .box h4 {
  background: #bbb;
  margin: 0;
  padding: .1em 0.0em 0.1em 0.5em;
  text-align: left;
  border-bottom: 3px double #bbb;
  }
  
.inner {
  padding: 0.3em .3em 0.3em .3em;
  font-size: 1.075em;
  }
  
  
/* For narrow screens: slightly narrows sidebars, and makes the width
 * of the main/center div flexible (sized relative to viewport width.)
 */
@media(max-width:880px) {
  .wrapper {
    width: calc(340px + 50vw);
    }
  .sidebar-left, .sidebar-right {
    width: 160px;
    }
  .main {
    width: 50vw;
    margin-left: 170px;
    }
  }

/*Mobile compatibility. Just turns it all into a vertical layout.*/  
@media(orientation:portrait) {
  .wrapper {
    width: 96vw;
    margin: 0 auto;
    padding:0;
    position: relative;
    }
  .wrapper-2 {
    width: 94vw;
    margin: 0 auto;
    padding:0;
    position: relative;
    }
  .sidebar-left, .main, .sidebar-right {
    position: relative;
    width: 92vw;
    margin: 0.25rem 1vw;
    }
  }
a:link {
  color: black;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: black;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: pink;
  background-color: transparent;
  text-decoration: none;
}

a:active {
  color: pink;
  background-color: transparent;
  text-decoration: none;
}