      html {
        background: #200030 url(/assets/newpbnjay_100.png) top left no-repeat;
        color: #fff;
        padding-left: 80px;
      }
      body {
        text-align: left;
        font-family: Georgia, "Times New Roman", serif;
      }

      a:link, a:active, a:visited {
        color: #fff;
        text-decoration: none;
      }
      a:hover {
        color: #e9f;
      }


      #header {
        width: 778px;
        position: relative;
        padding: 24px 0px;
        font-size: 146.5%;
      }
      #header a:link, #header a:active, #header a:visited {
        margin: 10px 10px;
        padding: 10px 0px;
      }

      #main {
        width: 750px;
        border: 2px solid #111;
        background-color: #000;
        color: #fff;
        padding: 12px;
        -moz-border-radius: 10px;
      }

      #main h1 {
        margin: 0;
        font-size: 197%;
        font-weight: normal;
      }
      #main h2 {
        margin: 0;
        color: #eee;
        font-size: 131%;
        font-weight: normal;
        font-style: italic;
      }

      #content {
        margin-top: 10px;
        background-color: #fff;
        color: #000;
        padding: 20px;
        padding-top: 30px;

        line-height: 145%;
        font-size: 116%;
        font-family: "DejaVu Sans", helvetica, arial, sans-serif;
        -moz-border-radius: 10px;
      }
      #content a:link, #content a:active, #content a:visited {
        color: #509;
        text-decoration: none;
        border-bottom: 1px dotted #509;
      }
      #content a:hover {
        color: #b0c;
        border-bottom: 1px solid #b0c;
      }

      .topright {
        float: right;
        margin-left: 16px;
      }

      #footer {
        margin-top: 24px;
        margin-bottom: 12px;
        color: #ccc;
      }
      #footer a:link, #footer a:active, #footer a:visited {
        color: #ccc;
        text-decoration: none;
      }
      #footer a:hover {
        color: #b6c;
      }

      p {
        text-align: justify;
      }

      input.tiny { width: 3em; }

      .portfolio {
        width: 90%;
      }

      .portfolio th, .portfolio td {
        border: 5px solid #eee;
      }
      #content a.picbox { width: 135px; display: inline-block; border: none; }
      #content a.picboxfront { float: left; width: 200px; height: 130px; padding: 15px; margin: 15px; background-color: #eee; border: 2px solid #ccc; vertical-align: center; text-align: center; }

      #content h2 { 
        padding: 5px;
        color: #000; 
        background-color: #f7f7f7;
        font-family: Georgia, "Times New Roman", serif;
      }

      #contactmath, #contactresponse {
        float: left;
        width: 45%;
        height: 96px;
      }

      #whatido { font-size: 70%; line-height: 120%; width: 546px; }
      #whatido th, #whatido td { padding: 5px; vertical-align: top; border: 1px solid #d0d0d0; }
      #whatido th { background-color: #f7f7f7; }
      #whatido ul { margin: 0 0 0 1.5em; }

      #puttogether {
        font-family:Georgia,"Times New Roman",serif;
        font-style:italic;
        text-align:center;
        float:right;
        font-size: 116%;
        line-height:200%;

        background-color: #f0f0f0;
        border: 1px solid #d0d0d0;
        margin: 1em 0;
        width: 140px;
        text-shadow: 3px 3px 10px #555;
      }
