look for this code in the stylesheet.css
#logoWrapper{
height:170px;
}
It will be around line 200 or so...I can't tell you exactly as my stylesheet has many modifications. Changing this height will move the main page sections up or down as needed
There is also a section of code:
/*changes the logo position, also adds that damn space at the bottom of the logo*/~my notes
#logo
{text-align: center;
padding-top: 1.5em;
background-color:#000000;}
around line 118 that will make some changes as well to the height of the logo....



