/*** 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.2vw;
	font-family: inherit;
	vertical-align: baseline;
}
aside, footer, header, hgroup, menu, nav, section {display: block}

/************************ Basics ************************/
html {
	width: 100%;
	height: 100%;
}

body {
		height: 100%;
		overflow:hidden; 
		padding: 0px 20px 0px 20px;
		background-color: #000000;
}
#wrapper {
display: grid;
grid-template-columns: 10% 20% 40% 20% 10%;
grid-template-rows: 4% 7% 35% 4% 35% 6% 6%;
grid-gap: 5px;
border: 5px solid #626057;
height: 95%;
margin: 0px auto;
padding: 5px 5px 10px 5px;
overflow: hidden;
}
footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #626057;
  color: white;
  text-align: center;
}
iframe {width: 100%;height: 95%; background-image:url(../images/1954.jpg);
 	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/************************ font ************************/
h2 { 
    display: block;
    font-size: 1.17em;
    margin-top: 0em;
    margin-bottom: 0em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}
h3 { 
    display: block;
    font-size: 1.17em;
    margin-top: 0em;
    margin-bottom: 0em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
    text-align:center;
}

a:link {color: #ffffff;
}
a:visited {color: #ffffff;
}
a:focus {}
a:hover {color: #9B7432;
}
a:active {color: #9B7432;
} 
a.new {color: #415898;}

.left {text-align:left;
font-size: 1.2em;
	  text-shadow: 1px 1px #6F6C68;}
/************************ grid ************************/
	 
.box {
  color: #fff;
  border-radius: 5px;
  padding: 2px;
  font-size: 100%;
  }
 .a {
		grid-area: 1 / 2 / 2 / 5;
		 color: red;
         border-radius: 5px;
         padding: 0px 0px;
         text-align: center;
        }
.b {
		grid-area: 2 / 2 / 3 /5;
		  color: white;
        border-radius: 5px;
        padding: 0px;
        text-align: center;
		overflow: hidden;
		background-image:url(../images/header.jpg);
		background-repeat: no-repeat;
        background-size: 100% 100%;
        }
.c {
		grid-area: 1 / 1 / 7 / 2;
		  color: black;
        border-radius: 5px;
        padding: 5px;
		text-align: left;
		border-style: solid;
        border-width: 5px;
		border-color: black;
		background-color: #000000;
		overflow: hidden;
        }
.d {
		grid-area: 3 / 2 / 4 / 3;
		  color: black;
        border-radius: 5px;
        padding: 5px;
		background-image:url(../images/poems1.jpg);
				background-repeat: no-repeat;
		background-size: 100% auto;
		background-color: #000000;
		overflow: auto;
        }		
.e {
		grid-area: 3 / 3 / 7 / 4;
		  color: #fff;
		  background-color: #000000;
        border-radius: 5px;
        padding: 5px;
		overflow: auto;
        }
.f {
		grid-area: 3 / 4 / 4 / 5;
		  color: black;
        border-radius: 5px;
        padding: 5px;
				background-image:url(../images/105.jpg);
				background-repeat: no-repeat;
		background-size: 100% auto;
		background-color: #000000;
		overflow: auto;
    }		
		
.j {
		grid-area: 5 / 2 / 6 / 3;
		  color: black;
        border-radius: 5px;
        padding: 5px;
				background-image:url(../images/flotsam.jpg);
		background-repeat: no-repeat;
		background-size: 100% auto;
		background-color: #000000;
    }

.k {
		grid-area: 5 / 4 / 6 / 5;
		  color: #B57828;
        border-radius: 5px;
        padding: 5px;
				background-image:url(../images/jetsam.jpg);
		background-repeat: no-repeat;
		background-size: 100% auto;
		background-color: #000000;
    }	
	

.m {
		grid-area: 7 / 1 / 8 / 6;
		  color: red;
        border-radius: 5px;
        padding: 5px;
		        text-align: center;

		background-color: #000000;
		overflow: auto;
    }	
/************************ inactive ************************


