/* Override a few things to preven a horizontal scroll in firefox - it doesn't hurt it it get's passed to other browsers
except IE.  It hurts IE.  */

body
{
overflow-x:hidden; /*this is hacky, but it's bad news otherwise.*/
}

.vertband
{
margin-right:218px;
width:99.5%;
}

.contentArea
{
width:auto;
margin-right:218px;
}
ul.workGrid {
}

