@charset "utf-8";
/* CSS Document */

#sidebar1 {
  display: table-cell;
  width: 200px;
  background-color: antiquewhite ;/* #e7dbcd; */
 padding: 5px 5px 5px 5px; 
}
#centre {
  display: table-cell;
  padding-left: 8px;
  border-right: 1px dotted #d7ad7b;
  width: 640px; 
}
#sidebar2 {
  display: table-cell;
  width: 190px;
  padding-left: 8px;
  background-color:#FFC;
}
