/* Remove unwanted elements */
#RightSideNavigation, #banner, #BottomBanner
{
display: none;
}

/* Ensure the content spans the full width */
#EntireDoc, #MainContent, 
{
width: 100%; 
margin: 10px, 10px, 10px, 10px;
float: none;
background-color: #FFFFFF;
position:absolute;
padding-left: 0px, 0px, 0px, 0px;
border: none;
}



