#left_side_bar_background {
  background-repeat: repeat-y;
  background-position: top left;
  width: 100%;
}

#right_side_bar_background {
  background-repeat: repeat-y;
  background-position: top right;

  width: 100%;
}

.deko{
  width: 123px;
  height: 169px;
  
  bottom: 15px;
  left: -10px;
}

.deko_spacer{
  width: 123px;
  height: 169px;
}

.side_bar {
  background-repeat: no-repeat;
  background-position: top left;
  
  overflow: hidden;
  
  padding-top: 37px;
  
  width: 160px;
  float: left;
}

.side_bar_shield{
  height: 335px;
  overflow: hidden;
}

.side_bar_shield .shield_content{
  height: 300px;
  width: 160px;
}

.side_bar .margin{
  width: 120px;
  margin-left: 20px;
  margin-right: 19px;
}
