/*** The All So Important RESET! ***/
html, body, div, span, h1, h2, h3, h4, h5, h6, p, ol, ul, li, aside, footer,header, hgroup, menu, nav, section, summary {
   margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 1.0vw;
	font-family: Arial Narrow;
	vertical-align: baseline;
}
aside, footer, header, hgroup, menu, nav, section {display: block}

/************************ Basics ************************/
html {
	width: 100%;
	height: 100%;
	background-color: #DFD4BE;
}

body {
		height: 100%;
		overflow:hidden; 
		padding: 10px 20px 0px 20px;
        background-color: #F7F6E4;
}
#wrapper {
display: grid;
grid-template-columns: 10% 20% 38% 20% 10%;
grid-template-rows: 5% 25% 35% 35%;
grid-gap: 0px;
height: 95%;
margin: 0px auto;
padding: 5px 5px 5px 5px;
        background-color: #000000;
overflow: hidden;

}
footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #876C4A;
  color: white;
  text-align: center;
}
/************************ font ************************/
.sansserif {
  font-family: Arial, Helvetica, sans-serif;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size:1.2vw;
  font-weight: bold;
} 

  h2 {  display: block;
font-size:1.5vw;
  margin-top: 0.1em;
  margin-bottom: 0.5em;
  margin-left: 0;
  margin-right: 0;
    font-weight: bold;
}  

  h3 {  display: block;
font-size:1.5vw;
  margin-top: 0.1em;
  margin-bottom: 0.5em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
  text-align: center;
}  
a:link {color: #000000;
  text-decoration: none;
}
a:visited {color: #000000;
}
a:focus {}
a:hover {color: #9B7432;
}
a:active {color: #9B7432;
} 
a.new {color: #ffffff;}

.left {text-align:left;
font-size: 1.2em;
	  text-shadow: 1px 1px #6F6C68;}
	  
<style type="text/css">
.style2 {color: #3333FF}
.style6 {color: #000000; }
.style8 {color: #AAAAAB; font-size:1.5vw}
</style>


/************************ grid ************************/
	 
.box {
  color: #fff;
  border-radius: 5px;
  padding: 20px;
  font-size: 100%;
  }
 .a {
		grid-area: 1 / 2 / 2 / 3;
		color: black;
		background-color: #FFFFFF;		 
        }
.b {
		grid-area: 1 / 3 / 2 / 4;
		color: red;
		background-color: #FFFFFF;
		overflow: hidden;		
        }
.c {
		grid-area: 1 / 4 / 2 / 5;
		color: black;
		background-color: #FFFFFF;		 
        }		
.d {
		grid-area: 2 / 2 / 3 / 3;
		color: black;
		padding: 20px;
        text-align: left;
		background-image:url("../images/liz2.jpg");
		background-repeat: no-repeat;
		background-size: contain;
        background-color: #ffffff;
		overflow: visible;
        }
.e{
		grid-area: 2 / 3 / 6 / 4;
		color: black;
        padding: 5px;
		border: 10px solid #876C4A;
        text-align: center;
		background-image:url("../images/cornish.jpg");
		background-repeat: no-repeat;
		background-size: 60%;
		background-position:center;
        background-color: #DECCB5;
		overflow: auto;
    }
.f {
		grid-area: 2 / 4 / 3 / 5;
		color: black;
        padding: 20px;
		background-image:url("../images/cabin.jpg");
		background-repeat: no-repeat;
		background-size: contain;
		background-color: #ffffff;
		overflow: auto;
    }	
.g {
		grid-area: 3 / 2 / 5 / 3;
		color: black;
		padding: 20px;
        background-color: #F7F6E4;
		overflow: hidden;
        }
.h {
		grid-area: 3 / 4 / 4 / 5;
		color: red;
	    padding: 20px;
		background-color: #FFFFFF;		 
        }	
.i {
		grid-area: 4 / 4 / 5 / 5;

		color: red;
	    padding: 20px;
		background-color: #FFFFFF;		 
        }			
/************************ grid ************************/
<!--
 -->