#sb_wrapper {
  width: 600px;
  margin: 0 auto;
  float: left;
}
#sb_header {height: 30px; background: #EAEAEA; text-align: center;}
#sb_container {
  width: 100%;
}
* html #container {height: 1%;}
#sb_container:after {
  content: '.';
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  line-height: 0;
}
#sb_sub-container {
  float: left;
  border-right: 200px solid #EFEFEF;
  background: #EFEFEF;
  width: 400px;
}
#sb_wrpr {}
#sb_content {
  width: 100%;
  float: left;
}
#sb_left {
  border-right: 200px solid #EFEFEF;
  padding: 8px;
}
#sb_center {
  float: left;
  width: 200px;
  margin-left: -200px;
  position: relative;
  padding-bottom: 15px;
}
#sb_right {
  float: left;
  width: 200px;
  margin-left: -400px;
  border-left: 200px solid #EFEFEF;
  padding-bottom: 15px;
}
#sb_footer {height: 40px}

.frm8 {padding: 8px}
.algnr {float: right}
.algnc {float: left}
