.container {
  width: 800px;
  margin: 0 auto;
}
.header img {
  margin: 0;
  padding: 0;
}
.subheader {
  height: 150px;
  background-image: url("images/sign-smaller.jpg");
  font-size: 20px;
}
.subheader .leftlinks {
  display: block;
  width: 300px;
  height: 150px;
  float: left;
  color: white;
  font-family: Arial, sans-serif;
  padding-top: 20px;
}
.subheader .rightlinks {
  display: block;
  width: 300px;
  height: 150px;
  float: right;
  color: white;
  font-family: Arial, sans-serif;
  text-align: right;
  padding-top: 20px;
}
.subheader a {
  display: block;
  color: #fff6d6;
  font-family: Arial, sans-serif;
  text-decoration: none;
  margin-top: 5px;
}
.subheader a:hover {
  display: block;
  color: #ffc700;
  font-family: Arial, sans-serif;
  text-decoration: none;
  margin-top: 5px;
}
.page {
  background-image: url("images/page-background.jpg");
}
.content {
  width: 620px;
  margin-left: 90px;
  background-color: #fff6d6;
  padding-top: 13px;
  padding-bottom: 10px;
}
.content img {
  width: 310px;
  float: right;
  border: 1px solid black;
  margin-left: 10px;
}
.content h1 {
  font-family: Times New Roman, serif;
  font-size: 28px;
  font-weight: bold;
}
.content h2 {
  font-family: Times New Roman, serif;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 5px;
}
.content p {
  padding-left: 20px;
  font-family: sans-serif;
  font-size: 14px;
}
.content .price {
  font-family: Times New Roman, serif;
  font-size: 18px;
  font-weight: bold;
}
.content .linkimage {
  display: block;
  width: 310px;
  text-align: center;
  color: black;
  font-family: Arial, sans-serif;
  font-size: 14px;
  text-decoration: none;
  float: left;
  margin-bottom: 5px;
}
.content .linkimage img {
  border: 1px solid black;
  height: 60px;
  width: 300px;
  margin-bottom: 5px;
}
.content .linkimage:hover {
  color: #9f0005;
  font-weight: bold;
}
.content .linkimage:hover img {
  border: 1px solid #9f0005;
}
.content .footer {
  text-align: center;
  clear: both;
  font-family: Arial, sans-serif;
  color: #efd166;
  font-size: 10px;
  padding-top: 10px;
}
.content .footer a {
  color: #efd166;
}
.content .footer a:hover {
  color: #ffc700;
}
.pagetop {
  height: 10px;
  width: 800px;
  background-image: url("images/page-backgroundtop.jpg");
}