#wrapper {
  max-width: 95%;
  margin: 0 auto 0 auto;
}
.one-sidebar #wrapper {
  width: 750px;
}
.two-sidebars #wrapper {
  width: 900px;
}
#main, .sidebar {
  float: left;
}

#header #logo, #branding{
  float: center;
}

#search, #header-additional {
  float: right;
}
#menu, #content, #footer {
  clear: both;
  font-size: 10pt;

}
#main {
  width: 500px;
  padding: 0.5em 25px 0.5em 25px;
  background: #fff;
  border-left: 0.5px solid #ccc;
  background: #fff url(bg5.png) right top no-repeat;


}
.sidebar {
  width: 170px;
}
#sidebar-left {
  margin-right: -8px;
  font-size: 9px;
  font-weight: bold;
  background: #fff url(bg7.png) right bottom no-repeat;

}
#sidebar-right {
  margin-left: 14px;
  background: #fff url(bg4.png) right top no-repeat;
  font-size: 9px;
  font-weight: bold;

}
#footer {
  width: 100%;
  background: #fff url(bg6.png) right bottom no-repeat;
}

