/* Remove unwanted elements */
#top, #top2, #top3, #leftnav, #footer, nested
{ display: none; }

/* Ensure the content spans the full width */
div#content
{ width: 100%; margin: 0; float: none; }

#callout { width: 100% !important; margin: 0; float: right; }

/* Change text colour to black (useful for light text on a dark background) */
p, ul, li, h1, h2, h3, h4, h5, h6, a
{ color: #000; }

