body {
  background: #CCC url(body.jpg) top center repeat-y;
}
#page {
  position: relative;
  width: 760px;
  margin: 0 auto;
}
#masthead {
  height: 110px;
  background: #FFF url(masthead.jpg) repeat-x top left;
}
#logo {
  float: left;
  padding: 0px 5px 0 20px;
}
#sitenav ul {
  float: right;
  list-style: none;
  padding-right: 20px;
  padding-top: 78px;
}
#sitenav ul li {
  display: block;
  float: left;
  height: 20px;
  padding: 2px 8px 0 8px;
  margin-left: 4px;
  background: #FFF url(sitenav.gif) repeat-x bottom left;
  text-align: center;
  font-size: 9pt;
  font-weight: bold;
}
#sitenav .selected {
  background: #FFF;
}
#sitenav .highlight {
  color: #C00;
}
#sitenav a {
  text-decoration: none;
  color: #333;
}
#sitenav a:hover {
  color: #C00;
}
#breadcrumbs {
  position: absolute;
  top: 108px;
  left: 20px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 7pt;
}
#breadcrumbs a {
  text-decoration: none;
}
#main {
  clear: both;
  padding: 10px 20px;
}
#content {
  width: 470px;
  float: left;
  margin-bottom: 20px;
}
#sidebar {
  width: 230px;
  float: right;
  margin-bottom: 20px;
}
#footer {
  clear: both;
  height: 34px;
  border-bottom: 1px solid #BBB;
  background: #DDD url(footer.jpg) repeat-x;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 7pt;
}
#footer a {
  color: #000;
  text-decoration: none;
}
#footer a:hover {
  color: #FFF;
}
#footer-left {
  float: left;
  padding: 12px 0 0 20px;
}
#footer-right {
  float: right;
  text-align: right;
  padding: 12px 20px 0 0;
}
.clear {
  clear: both;
}
#sidebar #logos .logo-small {
  text-align: center;
  margin: 10px 0;
}
#sidebar #contact-mini {
  margin: 10px 10px 20px 10px;
  padding: 10px;
  border: 1px solid #888;
  background-color: #DDD;
}
