body {
  margin: 0;
  background: #e9e9e9;
  font-family: Arial, Helvetica, sans-serif;
  color: #555;
}

#container {
  width: 88%;
  margin: 30px auto;
  background: #f3f3f3;
  border: 1px solid #9a9a9a;
  padding: 30px;
  box-sizing: border-box;
}

h1 {
  margin: 0 0 20px 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 56px;
  color: #666;
}

h2 {
  margin: 0 0 25px 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  color: #d86d36;
}

.top-line {
  border-top: 4px solid #222;
  margin-bottom: 25px;
}

#main {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}

#navigation {
  width: 180px;
}

#navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#navigation li {
  margin-bottom: 16px;
}

#navigation a {
  text-decoration: none;
  color: #d86d36;
  font-weight: bold;
  font-size: 20px;
}

#navigation a.current {
  text-decoration: underline;
}

#content {
  flex: 1;
  border-left: 1px solid #999;
  padding-left: 20px;
}

#content h3 {
  margin-top: 0;
  color: #d86d36;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
}

#content p {
  font-size: 18px;
  line-height: 1.35;
  margin-bottom: 22px;
}

#quote-box {
  width: 260px;
  background: #d86d36;
  color: white;
  padding: 24px;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1.3;
  font-weight: bold;
}

.footer {
  margin-top: 40px;
  color: #d86d36;
  font-size: 16px;
}

.footer a {
  color: #d86d36;
  text-decoration: none;
  font-weight: bold;
}
