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

/* Ensure the content spans the full width */
#content
{
width: 400px !important; margin: 0; float: none;
}

#callout
{
width: 200px !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
}
