body
{
  margin: 0px;
  padding: 0px;
  text-align: center;
  font-family: arial, helvetica, san-serif;
  font-size: 16px;
}
img
{
  border: 0px;
}
hr
{
  height: 1px;
  width: 90%;
}
.header
{
  position: relative;
  height: 110px;
  width: 750px;
  border: solid 1px #B7A674;
  background-color: #F0E0B2;
}
.logo
{
  position: absolute;
  top: 5px;
  left: 5px;
}
.strapline
{
  position: absolute;
  top: 75px;
  left: 480px;
}
.navigation
{
  position: relative;
  height: 30px;
  width: 750px;
  padding-top: 8px;
  padding-left: 8px;
  border-left: solid 1px #B7A674;
  border-right: solid 1px #B7A674;
  text-align: left;
}
.content
{
  position: relative;
  width: 750px;
  padding-top: 8px;
  padding-left: 8px;
  border-left: solid 1px #B7A674;
  border-right: solid 1px #B7A674;
  text-align: left;
  padding-bottom: 4px;
  font-size: 12px;
}
.footer
{
  position: relative;
  height: 56px;
  width: 750px;
  padding-top: 11px;
  padding-left: 11px;
  border: solid 1px #B7A674;
  text-align: left;
  background-color: #F0E0B2;
}