 /* Time-stamp: <02/10/25 20:10:56 ptr> */
 /* $Id$ */

div.leftfloat {
  float: left;
}

div.rightfloat {
  float: right;
}

div.br {
  vertical-align: bottom;
  text-align: right;
}

div.toc {
  width: 24% !important;
  /* min-width: 140px !important; */
}

div.general {
  width: 75%;
  min-height: 80%;
  padding-top: 0.5cm;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  margin-right: 20px;
}

div.border-ltb {
  border-top:    8px solid white;
  border-left:   8px solid white;
}

div.toc-spacer {
  clear:      none;
  margin:     10px;
  display:    block;
  /* text-align: right; */
}

.im {
  background-image:      url(img/corner.png);
  background-repeat:     no-repeat;
  /* background-repeat:     repeat-y; */
  /* background-attachment: fixed; */
}

div.spacer {
  clear:      both;
}

.l-container {
  /* padding-left: 10%; */
  text-align:  left;
}


