html, body
{
border-style: none;
margin: 0px;
width: 100%;
height: 100%;
overflow: hidden;
font-size:14pt;
} 

.header {
  border-style: none;
  margin: 0px;
  width: 100%;
  height: 12%;
  overflow: hidden;
  text-align: center;
  background: black;
}

.maincolumn {   
  border-style: none;
  margin: 0px;
  width: 100%;
  height: 80%;
  overflow: hidden;
  background: #333;
}

/* left nav menu under maincolumn */
.sidebar {
  border-style: none;
  margin: 0px;
  padding: 0px;
  float: left;
  width: 10%;
  height: 100%;
  overflow: hidden;
  background: #444;
}

/* full right div under maincolumn */
.mainbig {
  border-style: none;
  margin: 0px;
  padding: 0px;
  float: right;
  width: 90%;
  height: 100%;
  overflow: hidden;
  background: #333;
}

.footer {
  border-style: none;
  margin: 0px;
  width: 100%;
  height: 8%; 
  overflow: hidden;
  text-align: center;
  background: black;
}

.setimage1 {
  height:450px;
  width:700px;
  border-style: inset;
  border-width: 4px;
  border-color: rgb(80, 80, 80);
}

.setimage2{
  position:absolute;
  width:25%;
  height:15%;
  font-size:150%;
  text-align:center;
  border-style:solid;
  border-width:2px;
  padding:5px;
  background-size:100% 100%;
}

.sfont{
  color:rgb(255,235,190);
  font-family:candara,calibri,sans-serif;
}

.infoarea{
  border-style:inset;
  border-width:3px;
  border-color:rgb(80,80,80);
  padding:15px;
  background:rgb(40,40,40);
  overflow-x:hidden;
  overflow-y:auto;
}

a {text-decoration:none;}
a:link {color:blue;}
a:visited {color:blue;}
a:active {color:blue;}

