body {
  text-align: center;
  background-color: white;
}

div#frame {
  width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  padding: 0px;
  text-align: left;
}

div#header {
  padding: 0px;
  border: solid 0px black;
}

div#navigation {
  padding: 0px;
  width: 150px;
  height: 400px;
  float: left;
}

div#content {
  padding: 0px;
  width: 400px;
  height: 400px;
  float: left;
}

div#other {
  text-align: right;
  padding: 0px;
  width: 150px;
  height: 400px;
  float: left;
  background-color: white;
}

div#footer {
  padding: 5px;
}

h1 {
  font-family: Times New Roman,Times,serif;
  font-size: 40px;
  font-weight: bold;
  text-align: left;
  color: #4c0100;
}

h2 {
  font-family: Times New Roman,Times,serif;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  color: #d67e00;
}

h3 {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 10px;
  text-align: center;
  color: gray;
}

div#navigation a {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight:bold;
  text-decoration: none;
  color: #808080;
}

div#navigation a:hover {color: red;}

p {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 15px;
  text-align: justify;
  color: black;
}

img {
  float: right;
}

hr {
  color: #660000;
}

address {
  font-style: normal;
  font-weight: bold;
  text-align: center;
}


