@charset "windows-1252";
  body { width: 100%; margin: 0px auto; padding: 0px; font-family: 'Trebuhet MS', arial; font-size: 1em; color: #666666; text-align: center; background-color: #ffffff; background-image:  url(images/bg.jpg); background-repeat: repeat-x; background-position: bottom; background-attachment: fixed; }
  
  a { color: #000000; text-decoration: underline; letter-spacing: 1.2px; font-weight: bold; }
  a:hover { color: #666666; text-decoration: underline; }
  a.external-link { padding-right: 20px; background-image: url(images/external_link.jpg); background-repeat: no-repeat; background-position: right center; }
  a.external-link:hover { text-decoration: none; background-image: url(images/external_linkhover.jpg); background-repeat: no-repeat; background-position: right center; }

  
  #maincontainer { margin: 0px auto; padding: 0px; width: 1000px; background-color: #ffffff; border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; } 
  #header { margin: 0px; padding: 0px; text-align: left;  }
  .headerstyle { font-size: 2.8em; line-height: 60px; color: #444444; margin: 0px; padding: 0px 0px 0px 10px; font-family: 'Trebuchet MS'; white-space: nowrap;}
  #container { margin: 0px; padding: 0px; text-align: left; }
  #footer { text-align: center; font-size: 70%; letter-spacing: 1.4px; } 
  
  p.general-text-centered { margin: 2px; padding: 3px; text-align: center; line-height: 1.4em; }
  p.general-text-leftalign { margin: 0px 0px 0px 10px; padding: 3px; text-align: left; line-height: 1.4em; }
  p.resume { font-size: 90%; width: 90%; margin: 0px 0px 0px 20px; padding: 5px; }
  
  .underline { text-decoration: underline; }
  img.thumb { margin: 5px; padding: 5px; border: 1px solid #666666; }