/* Remove unwanted elements */
#banner2, #footernav, #iconsidebar, #guideltCol {
	display: none;
}

#linkbuttonblue a, #linkbuttonred a {
	visibility: hidden
}	
/* remove any borders */
#content, #innercontent, #guidertCol, #guidertBottomCol {
	border: none;	
}

/* Ensure the content spans the full width */
#main, #tagline, #content, #innercontent, table, #login, 
#guidertCol, #guidertBottomCol {
	width: 100%;
	margin: 0;
	float: none;
}


