Also something else you can do is add a width to #sidebar in the CSS and that will stretch out the content area
|------------------------
| =Content/Sidebar
|------------------------
*/
#content,
#sidebar {
width: 950px;
padding-top: 50px;
}
#sidebar {
padding-left: 60px;
}