/* content and sidebar layout */
/* Sidebar (aside) should not be used in a 1 column layout */
/*  ... no effort is made to "undefine" the sidebar */

/* we only need to redefine the width of the Content column to full page */
#content { 
   width: 920px; 
}

