@CHARSET "ISO-8859-1";

#header {
  width: 100%;
  color: White;
  background-color: Navy;
  border-bottom: solid 2px #D70606;
  padding: 3px 0px;
}

#footer {
  color: White;
  background-color: Navy;
  text-align: center;
  border-top: solid 2px #D70606;
  padding: 5px;
}

#title a {
  font-weight: bold;
  font-size: 15px;
  padding-left: 10px;
}

#header a, #footer a {
  font-weight: bold;
  color: White;
  text-decoration: none;
}

#header a:hover, #footer a:hover {
  color: Red;
}

#main {
  padding: 20px;
  vertical-align: top;
  border-left: solid 2px #D70606;
  border-right: solid 2px #D70606;
}
