a {
  text-decoration: none;
  margin-left: 5px;
  margin-right: 5px;
}

a:hover {
  text-decoration: none;
}

#banner {
  background-color: #815238;
  border: solid 1px black; 
  position: absolute; 
  top: 10px; 
  left: 10px; 
  width: 800px; 
  height: 142px; 
}

#bannerpic {
  position: absolute;
  right: 0px;
}

#heading1 {
  position: absolute;
  top: 30px;
  left: 40px;
  color: #B08B71;
  font-family: arial;
  font-size: 50px;
}

#headingunderline {
  position: absolute;
  top: 80px;
  left: 40px;
  width: 404px;
  border-top: solid 1px #B08B71;
}

#heading2 {
  position: absolute; 
  top: 82px;
  left: 270px;
  color: #B08B71;
  font-family: arial;
  font-size: 25px;
}

#rootmenu {
  background-color: #65534F;
  position: absolute;
  top: 151px;
  left: 10px;
  width: 800px;
  height: 20px;
  border-top: solid 1px black;
  border-left: solid 1px black;
  border-right: solid 1px black;
  color: white;
}

#main {
  background-color: white;
  position: absolute; 
  top: 170px;
  left: 10px;
  width: 800px;
  border-left: solid 1px black;
  border-bottom: solid 1px black;
  border-right: solid 1px black;
}

#designby {
  position: absolute;
  bottom: -17px;
  right: 0px;
  font-family: Arial;
  font-size: 8pt;
}

#submenu {
  padding: 5px;
  color: white;
  width: 150px;
  background-color: #65534F;
}

#submenu a {
  color: white;
}

#submenu a:hover {
  text-decoration: underline;
}

#novelty {
  border-bottom: dashed 1px white;
}

#archive a{
  color: black;
}

#archive a:hover {
  text-decoration: underline;
}


#contents {
  width: 454px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
}

#rightside {
  border-left: dashed 1px #A3A3A3;
  width: 150px;
}

#sponsor {
  border-bottom: dashed 1px #A3A3A3;
}

#events {
  padding-left: 5px;
  border-bottom: dashed 1px #A3A3A3;
}

#sponsorimg {
  border: none;
}

.normal {
  color: white;
  padding-left: 3px;
  padding-right: 3px;
}

.over {
  color: black;
  background-color: white;
  padding-left: 3px;
  padding-right: 3px;
}
