/* Remove unwanted elements */
#logobar, #sidebar, .noprint
{
display: none;
}

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