 /* Remove unwanted elements */
#footer, .leftcolumn, .banner, .footer, .underbanner, .noprint
{
display: none;
}
.wrapper{
width:860px;
margin:0 auto;
border-left:0px solid #ededed;
border-right:0px solid #ededed;
text-align:left;
background:#fff;
}
/* Ensure the content spans the full width */
#container, #container2, #content, .rightcolumn
{
width: 670px; margin: 0; float: none;
}

/* Change text colour to black (useful for light text on a dark background) */
.lighttext
{
color: #000
}

/* Improve colour contrast of links */
a:link, a:visited
{
color: #781351
}


