#header {
  border-style: solid;
  border-width: 0px;
  font-weight: bold;
  font-family: Arial,Helvetica,sans-serif;
  background-repeat: no-repeat;
  padding-bottom: 10px;
  height: 87px;
  width: 600px;
  font-size: 37px;
  padding-left: 10px;
  color: white;
  padding-top: 35px;
  background-color: #f99900;
  float: right;
  background-image: url(images/banner.png);
}
#header h1 {
  font-size: 37px;
  margin-bottom: 1px;
  margin-top: 1px;
}
#header h2 {
  font-size: 28px;
  margin-top: 1px;
  margin-bottom: 1px;
  font-weight: normal;
}
.main {
  float: right;
  width: 600px;
}
.pages {
  float: left;
  width: 175px;
  text-align: left;
  padding-top: 10px;
}
body {
  margin: 15px auto;
  width: 800px;
}
.pages h1 {
  border: 2px solid #cccccc;
  background-color: #f99900;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 20px;
  color: white;
  padding-left: 5px;
  padding-bottom: 1px;
  padding-top: 1px;
}
.pages a {
  color: white;
  text-decoration: underline;
}
#footer {
  border-top: 2px solid #71b800;
  margin-top: 20px;
  padding-top: 2px;
}
.leftf {
  float: left;
  font-size: 12px;
}
.rightf {
  float: right;
  font-size: 12px;
}
#logo {
  border-color: #cccccc;
  border-width: 1px;
  float: left;
  height: 134px;
  width: 175px;
  background-repeat: no-repeat;
}
* {
  font-family: Bitstream Charter;
}
