style.css body {
  background-color: black;
}
#page {
  margin-right: auto;
  margin-left: auto;
  width: 950px;
}
#header {
  border: 3px double #cc8120;
  clear: both;
  padding-left: 15px;
  margin-bottom: 10px;
  margin-left: 100px;
  height: 100px;
  width: 795px;
  padding-bottom: 10px;
  padding-top: 5px;
  background-image: url(img/header2.png);
}
#mainarea {
  left: 100px;
  margin-left: 100px;
  width: 850px;
  font-family: trebuchet ms,sans-serif;
}
#navbar {
  border: 3px double #cc8120;
  color: #ffa528;
  padding-top: 10px;
  font-weight: bold;
  width: 800px;
  padding-left: 10px;
  height: 25px;
  font-size: 20px;
  font-family: trebuchet ms,sans-serif;
}
#leftcol {
  border-style: none;
  padding-left: 10px;
  background-color: black;
  color: #cc8120;
  float: left;
  font-family: trebuchet ms,sans-serif;
  font-size: 16px;
  width: 375px;
  padding-right: 5px;
}
#rightcol {
  border-style: none;
  padding-right: 10px;
  padding-left: 10px;
  background-color: black;
  color: #cc8120;
  margin-left: 405px;
  font-family: trebuchet ms,sans-serif;
  font-size: 16px;
  width: 375px;
}
#footer {
  border: 3px double #cc8120;
  text-align: center;
  clear: both;
  color: #ffa528;
  height: 55px;
  padding-top: 5px;
  width: 800px;
  padding-left: 10px;
  margin-top: 8px;
  font-family: trebuchet ms,sans-serif;
  font-size: 14px;
}
h1 {
    font-weight: bold;
    font-family: Copperplate Gothic Bold;
    font-size: 40px;
}
h2 {
  font-size: 20px;
}
h3 {
}
a:hover {
  color: #ffcf42;
  text-decoration: underline;
}
a {
  text-decoration: none;
}
#content {
  border: 3px double #cc8120;
  background-repeat: repeat-y;
  margin-top: 10px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-right: 0;
  width: 810px;
  background-image: url(img/center1b.png);
}

