/*your custom style goes in this file*/
/*if you're overriding style blocks from genstyle.css, you only need to include the attributes you're overriding, not the whole block*/
/* change to background of side bars. Was #CAC3BA*/
.art-content-layout .art-sidebar1
{
  background-color: white;
  width: 220px;
}

/* end LayoutCell, sidebar1 */

/* begin LayoutCell, sidebar2 */

.art-content-layout .art-sidebar2
{
  background-color: white;
  width: 220px;
}
