body
  {
     font-family:gill sans,helvetica,georgia,serif;
     line-height:130%;
   }
   
 #container
 {
     width:65em;
     margin-left:5em;
 }
 
 #sidebar
 {
     border-left:1px solid #999999; 
     float:right;
     max-width: 10em;
     margin: 75px 150px 0 0;
     padding:20px;
     text-align:center;

 }
 
  #main 
  {
    float:left;
    margin-left:10px;
    max-width:40em;
   }

 #header
  {
    text-align:center;
  }
                
  .title
  {
    text-align:center;
    font-size:1.4em;                  
  }     

  h1 {
  font-size:32px;
  font-weight:bold;
  line-height:40px;
  }
  
  h3 {
  font-size:18px;
  font-variant:small-caps;
  letter-spacing:2px;
  line-height:40px;
  }
  
    
  
  p {
  margin-bottom:20px;
  }

  .link
  {
    text-decoration:none;
    color:#333333;
  }
  
  a {color:#002233}
  a img {border:0;}

  h2 a {color:black;}
  
  
  #footer
  {
     font-size:small;
     line-height:120%;
     max-width:40em;
  }
  
  #footer-nav
  {
    font-size:14pt;
    font-weight:bolder;
    letter-spacing: -1px;
    margin:10px 10px 30px 10em;
    
  }
  
 
 
div.byline a
 {
   color:#777777;
   font-size:small;
   text-transform:capitalize;
   font-variant:small-caps;
 }

 