/* Remove unwanted elements */
#leftCol, #header, #nav, #footer
{
display: none;
}

/* Ensure the content spans the full width */
#rightCol, #content
{
width: 100%; margin: 0; float: none;
}


