your footer doesnt line up on the portfolio page.
Nice site tho.
this will fix it
#menubar { display: block; text-transform: uppercase; width: 740px;margin:auto; font-family: ‘Arial Black’; }
750 was too big, your #page is that large but you define the visible borders with your images, the image header is wider than the shadows u see on the sides of it. so 750 or 100% would stretch it the full width of the containing div. Making it 740 made it the same width but aligns it to the left(default). Margin:auto makes it float in the middle.