div#sidebar {
display:block;
width:300px;
}
div#secondarycontent {
display:none;
}

div#content h1#pageTitle,
div#primarycontent {
width:600px;
}