/*
Alternate stylesheet for http://www.tomoakley.net/
Note the html, body hack to make the margin on the body element carry 
the same background as the rest of the element in Mozilla when the parent 
file is served as application/xhtml+xml
*/
html, body {
 background: #ddffdd;
 margin-right: 110px;
}
