In 'stylesheet.css' find this:

Code:
body {
    font-family: "Lucida Grande", tahoma, verdana, arial, helvetica, sans-serif;
    font-size:73.5%;
    margin-top:20px;
    }
and change it to this:

Code:
body {
    font-family: "Lucida Grande", tahoma, verdana, arial, helvetica, sans-serif;
    font-size:73.5%;
    margin-top:0px;
    }
Then in the 'stylesheet_dropshadow.css' file find this:

Code:
#s {
      background: url("../images/shadow_s.png") bottom repeat-x;
      padding-bottom: 10px; /* border thickness */
    padding-top: 10px; /* border thickness */
    }
and change it to this:

Code:
#s {
      background: url("../images/shadow_s.png") bottom repeat-x;
      padding-bottom: 10px; /* border thickness */
    padding-top: 0px; /* border thickness */
    }
Marc