body {

	font-size: 16px;
	margin: 0;
	padding: 20px;
  color: #353535;
  background: #47B4EF;
  background-image:url(/images/misc/libraryquilt.gif);

}
/* Contains everything*/
.wrapper {
  width: 800px;
  height: auto;
  margin: auto;
 
}

.menu {
  height: auto;
  background-color:brown;
  background-image:url("/images/misc/woodbg.png");
  border: 10px solid;
    border-image: url(/images/misc/frame3full.png) 10 round;
    padding: 10px;
    margin: 5px;
}

/* Contains the pamphlet fr*/
.cover {
  float: left;
  padding: 10px;
  height: auto;
  background-color:#686944;
  
}

/* Contains the pamphlet*/
.part1 {
  float: left;
  padding: 10px;
  height: auto;
}

/* Both pages of the pamphlet*/

.part1.page {
  background-color: white;
  padding: 20px;
  width: 350px;
  float:left;
  height:500px;
  box-shadow: 5px -4px 13px rgba(0, 0, 0, .5), darkgray 0px 0px 3px inset;
 
}

a {

  color: #353535;
}

a,
a:visited {
  color: #353535;
}




/* Clears the floats after the columns IMPORTANT*/
.row:after {
  content: "";
  display: table;
  clear: both;
  
}


