/*** 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: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
aside, footer, header, hgroup, menu, nav, section {display: block}

/************************ Basics ************************/
html {
	width: 100%;
	height: 100%;
}

body {
		width: 90%;
		height: 100%;
		margin: 0 auto;
		overflow:hidden; 
		padding: 0px 20px 0px 20px;
		background-color: #000000;
     }
	 
#wrapper {
	display: grid;
	grid-template-columns: 16% 5% 61% 9% 9%;
	grid-template-rows: 12% 34% 4% 35% 6% 8%;
	grid-gap: 1px;
	border: 5px solid #5C4423;
	height: 95%;
	margin: 0px auto;
	padding: 5px 5px 10px 5px;
	overflow: hidden;
	}	 
	 
#nav{
	width: 100%;
	height: 100%;	
	} 
nav ul {
	list-style: none;
	display: inline-block;

	padding-left: 0px;
	height: 20px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
    }
nav ul li {
    display: inline-block; padding: 0px 10px 0px 10px;
    height: 20px; border-right: 1px solid #ccc;
    }
nav ul li a {
    color: #ffffff; text-decoration: none;
    font-size: 18px; font-weight: bold;
	}
		

footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #5C4423;
  color: white;
  text-align: center;
}
iframe {width: 100%;height: 100%; background-image:url(../images/nesk.jpg);
 	background-repeat: no-repeat;
background-size: 50% auto;
	background-position: center center
}
/************************ font ************************/
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
      font-size: 18px; font-weight: bold;
} 
h2 { 
    display: block;
    font-size: 0.8em;
    margin-top: 0em;
    margin-bottom: 0.2em;
    margin-left: 0;
    margin-right: 0;

	text-shadow: 2px 2px #000000;
}
h3 { 
    display: block;
    font-size: 1.17em;
    margin-top: 0em;
    margin-bottom: 0.2em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
    text-align:center;
	text-shadow: 2px 2px #000000;
}

a:link {color: #FFFFFF;
}
a:visited {color: #FFFFFF;
}
a:focus {}
a:hover {color: #9B7432;
}
a:active {color: #9B7432;
}

a.new {color: #E6D10E;}
a.new:visited {text-decoration: none; color: #E6D10E;}
a.new:hover {text-decoration: none; color: #F69322;}
/************************ grid ************************/
	 
.box {
  color: #fff;
  border-radius: 5px;
  padding: 2px;
  font-size: 100%;
  }
 .a {
		grid-area: 1 / 1 / 2 / 6;
		 color: #9BF65E;
         border-radius: 5px;
         padding: 10px 0px;
		 	background-image:url(../images/header2.jpg);
			background-repeat:no-repeat;
			background-size:cover;
			  font-size: 100%;
		background-color: #ffffff;
				overflow: auto;

        }

.c {
		grid-area: 2 / 1 / 8 / 6;
		  color: black;
        border-radius: 5px;
        padding: 5px 10px 20px 10px;
		border-style: solid;
        border-width: 5px;
		border-color: black;
		background-color: black;
		overflow: auto;
        }
