  /*  **************************************************
      http://newdirect.com 
      nd.css - Create  4-Sep-2k3 
      *********************************************** */
  /*  shorthand 
        box properties - clock-like: 12,3,6,9  
        border - width style colour           
      *********************************************** */

    body#nd {
      color: #000;
      background-color: #fff;
      background-image: url(/library/image/slogan.gif);
      background-image: url(/library/image/make-it-happen.jpg);
      background-repeat: no-repeat;
      background-position: top right;
 /*
 */
      margin: 3ex 10ex;
      font-family:arial,helvetica,tahoma,sans-serif; 
      /**/
      margin:0;
      padding: 10px 40px 3ex 40px;     /*8px*/
      }
    address {
      float:right;
      padding-top:2ex;
      padding-right:1ex;
      }
    
    div#navigation {
    /*
      float:left;
      margin-top:-40px; 
    */
      width:20ex;
      left:30px;top:160px;
    /*border:1px solid green; */
      position:absolute;
      }
    div#navigation ul { 
      list-style-type: none;
      list-style-image: none;
      list-style-position: outside;
      margin-left: 0;   /* Opera/IE */
      padding-left: 0;  /* Mozilla  */
      }
    div#navigation ul a {
      color: #000; 
      background-color: inherit;
      font-weight:bold;
      text-decoration:none;
      }
    div#navigation ul a:visited { 
      color: #800050;
      background-color: inherit;
      }
    div#navigation ul a:hover { 
      color: #5ab45a; 
      background-color: inherit;
      }
    div#navigation a img {
      display:block;
      margin-top:1ex;
      border:0;
      }
    div#content {
      color: #000;
      background-color:#f8f8f8;
      margin-top: -30px;
      margin-left: 22ex;
      border: 1px solid #ccc;
      padding: 0 2ex 1ex 2ex;
      /**/
      margin-left:20ex;
      }
    div#content img {
      float:right;
      margin-left:1ex;
      }
    h1 {margin-bottom:0;}
    h2 {font-size: 125%;}
    h3 {font-size: 105%;}


