/*
  3 columns

  +------------------------------+------------------------------+
  | Header                       |                         Meta |
  +----------+---------------------------------------+----------+
  | Menu     |       Content                         | Content- |
  |          |                                       | Related  |
  +----------+---------------------------------------+----------+
*/

@import url("2_columns.css");

div#content, div#footer {
  margin-right: 15em;
}

/*
  Win IE 5.0: right: .5em (body's margin-right)
  Win IE 5.5: right: .5em (body's margin-right)
  correct:    right: 0
*/
div#contentRelated {
  position: absolute;
  width: 14em;
  top: 0;
  right: .5em;  /* this is for Win IE 5.x */
  voice-family: "\"}\""; /* some browsers have a parsing bug */
                         /* and will ignore the following rules */
  voice-family: inherit;
  right: 0;     /* this is correct */
}
div#contentRelated {}

