Note that this is an IE-only feature. Other browsers will theme scrollbars normally.
http://jigsaw.w3.org/css-validator/validator?profile=css2&warning=2&uri=http%3A//xthost.info/carbone/graphite.htm
Your server seems to hate the CSS validator now (you can try pasting the CSS code into the validator on the main page).
http://validator.w3.org/check?verbose=1&uri=http%3A//xthost.info/carbone/graphite.htm
About the first few "errors": I don't think META tags are needed anymore. Google, for example, which is the only search engine that matters to me, ignores META tags and uses the page content.
Real errors start at #42. Image tags must have an alt attribute that is shown if the image cannot be loaded or if the user is using a text-browser. If you don't want one just put alt="". Also, for good cross-browser compatibility, use the title attribute for a tooltip, which shows up in Firefox and IE (alt does not show as a tooltip as Firefox).
Close <img> tags with />
XHTML has no <p>, use <div> or a few <br />s. Don't forget to close 'em too.
