body {
  text-align: center;
}
h2 {
  margin-top: 0.8em;
  color: #0c4f8e;
}
#header,
#navtop,
#content,
#footer {
  width: 860px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  text-align: left;
}
#footer {
  margin-top: 2em;
}
#navtop .breadcrumbs {
  padding: 0 10px;
}
#content {
  overflow: visible;
}
#sidebar1 {
  float: right;
  margin-top: 0;
  width: 230px;
}
#sidebar1 input {
  width: 95%;
}
#panels {
  width: 600px;
  height: 400px;
}
/* Image preloader */
#panels img {
  display: none;
}
#panel1 {
  width: 400px;
  height: 199px;
  background: #ddd;
  float: left;  /* Fixes IE wrap bug */
}
#panel2 {
  width: 400px;
  height: 199px;
  background: #888;
  margin-top: 2px;
  float: left;  /* Fixes IE wrap bug */
}
#panel3 {
  width: 198px;
  height: 400px;
  float: right;
  background: #bbb;
  margin-left: 2px;
}
