# File lib/blueprint/custom_layout.rb, line 26
    def page_width
      column_count * (column_width + gutter_width) - gutter_width
    end