/* Remove unwanted elements */
#side, #nav, .noprint
{
display:none;
}

/* Ensure the content spans the full width */
#main, #mainw, #mainxw
{
width:100%; margin:0; float:none;
}
