
body {
  background-image: url("../images/Background.jpg");
  background-repeat: repeat;
  background-size: 100%;
}

h1 {
  color: #04294E;
}

#all {
  position: absolute;
  left: 5%;
  width: 90%;
  height: 110%;
}

#head {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 35%;
  text-align: center;
}

#section_R1 {

  position: absolute;
  left: 40%;
  top: 35%;
  width: 60%;
  height: 80%;
  padding-left: 1%;
  padding-right: 1%;
  overflow: auto;
  align-items: center;
}

#section_L {
	
  position: absolute;
  top: 35%;
  width: 20%;
  height: 75%;
  padding-left: 7%;
}

#nav_h  ul {
  margin-left: 7%;
}

#nav_h  li {
  list-style-type: none;
  width: 7em;
  text-align: center;
  margin-top: 1%;
  margin-left: 6%;
  text-align: cfloat: center;
  float: left;
}
  
#nav_h  a {
  width: 120%;
  height: 130%;
  text-decoration: none;
  color: #E7C496;
  display: block;
  background-color: #862633;
  box-shadow: 5px 5px 5px gray;
  margin-bottom: 2px;
  margin-right: 2px;

}

#nav_h  a:hover {
  background-color: #AE3142;
  box-shadow: 3px 3px 3px gray;
  border: none;
}