/*
-----------------------------------------------
StrictlyWestie CSS Hacks for Non-IE browsers
Author:   Michael Diener
Version:  September 17, 2007
----------------------------------------------- */
/* fixes Firefox vertical scroll bar problem
----------------------------------------------- */
html { overflow: -moz-scrollbars-vertical; }
html { overflow-x: auto; }

