html,body {
  margin:0;
  padding:0;
  border:0;
  height:100%
}

.clear{
  clear:both;
  height:0;
  overflow:hidden;
  line-height:1%;
  font-size:0;
}

#patternPage{
  position:relative;
  width:100%;
  min-width:950px
}
#patternOuter{height:100%}
#patternFloatWrap{width:100%;float:left;display:inline}
#patternSideBar{float:left;display:inline;overflow:hidden}
#patternSideBarContents{
  position:relative;
  top:-130px; 
  left:0; 
  width:256px;
  padding-right:1em;
  padding-left:1em;
}
#patternMain{
  width:100%;
  min-width:740px;
  float:right;
  display:inline;
}
#patternTopBar{
    position: absolute;
    top: 0;
    left: 256px;
    right: 0;
}
#patternBottomBar{clear:both;width:100%}
.foswikiContentFooter{clear:both}