 /* Style Definitions */
 /** we don't like hidden padding and/or margins, so get rid of them **/
  *
  {
    padding: 0;
    margin: 0;
    font-family: Georgia, Baskerville, Old Face, Times New Roman, Times, serif;
  }


/** body **/
  body
  {
    margin: 0;
    padding: 3px 0 0 0;
  }

  ul
  {
    list-style-position: inside;
  }
  li
  {
  }

  #page,
  #closure-blocks
  {
    /*
     * If you want to make the page a fixed width and centered in the viewport,
     * this is the standards-compliant way to do that. See also the ie.css file
     * for the necessary IE5 hack to center a div.
     */
    margin-left: auto;
    margin-right: auto;
    width: 640px;
  }

  #page-inner
  {
  }

  #content,
  .no-sidebars #content
  {
    float: left;
    width: 640px;
    margin-left: 0;
    margin-right: -640px; /* Negative value of #content's width + left margin. */
    padding: 0; /* DO NOT CHANGE. Add padding or margin to #content-inner. */
  }

  #content-inner
  {
  }

  .clear-both
  {
    clear: both;
  }
