style(s)


  <style type="text/css">
  body {
   margin: 0;
   padding: 0;
   font-family: Verdana, sans-serif;
   font-size: small;
   background: #fff;
   }
  /* link(s) */
  a:link {
   color: #39c;
   }
  a:visited {
   color: #369;
   }
  
  /* wrap / id */
  /* layout */
  
  #wrap {
   min-width: 500px;
   max-width: 1400px;
   background: url(lib-present-style-bullet-chapter9-img-wrap-bg.gif) repeat-y 70% 0;
   }
  /* content / id */
  #content {
   float: left;
   width: 70%;
   font-size: 95%;
   color: #333;
   line-height: 1.5em;
   }
  /* sidebar / footer */
  #sidebar {
   float: right;
   width: 30%;
   }
  #footer {
   clear: both;
   background: #828377 url(lib-present-style-bullet-chapter9-img-footer-bg.gif) repeat-x top left;
   }