I've got only one more modification left that I'd like to make, and that's the rather large empty space between the menu and the next block - in this case is the unfinished Welcome message.
I've looked and looked, used firebug and the like to try and track down where the padding entry is, but I can't seem to find it.  Anyone know where it is?
			
			
			
				I think it's, style.css
Find 
.menuheight {      /* IE7 */
    width: 1px;    /* IE7 */
    height: 95px;
change the height to 55px or to what ever you like.
			
			
			
				Quote from: lurkalot on August 22, 2011, 12:33:38 AM
I think it's, style.css
Find 
.menuheight {      /* IE7 */
    width: 1px;    /* IE7 */
    height: 95px;
change the height to 55px or to what ever you like.
That's the one, thanks!