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

.flut {
  float:left;
  margin: 3%;
}

h1 {
  color: #04294E;
}

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

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

#footer {
  position: absolute;
  margin-top: 1%;
  top: 90%;
  transform: rotate(90deg);
  transform-origin: left top 0;
}

#section_R1 {

position: absolute;
left: 17%;
top: 30%;
width: 75%;
height: 140%;
padding-left: 1%;
padding-right: 1%;
overflow: auto;
align: center;
}

#section_R2 {

position: absolute;
left: 17%;
top: 125%;
width: 75%;
height: 135%;
padding-left: 1%;
padding-right: 1%;
overflow: auto;
align: center;
}

#section_L {
	top: 40%;
position: absolute;
width: 18%;
height: 75%;
}



#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;
}
 


 
