
        header,
        footer {
            max-width: 1170px;
            background-color: #FFF;
        }

        header {
            background-color: #FFF;
        }

        footer {
            background-color: #FFF;
        }

        .title-holder h1 {
        font: 25px 'officina', Arial, san-serif;
        color: #F06200;
      }
      
      .widget-content {
        background-color: #FFF;
        font: 14px 'Segoe UI', Helvetica, Verdana, san-serif;
        color: #AAA;
      }
      
      .ch-profile-custom-info > div div:first-child,
      .widget-content h2 {
        font: 21px 'officina', Arial, san-serif;
        color: #F06200;
      }
      
      .widget-content h4 {
        font: 18px 'officina', Arial, san-serif;
        color: #FF781C;
      }
      
      .widget-content h5 {
        font: 16px 'officina', Arial, san-serif;
        color: #AAA;
      }
      
      .widget-content p a,
      .ch-profile-custom-info p a {
        color: #F06200;
      }
            
      .widget-content a {
        color: inherit;
      }
      
      .widget-content a:hover {
        color: #ffb481;
      }
    
        html, body {
            background-color: #F4F4F4;
            line-height: 20px;
        }

        #content {
            max-width: 1170px;
        }

        #content > div > div > #main {
            max-width: -width;
        }

        #column-one {
            width: 420px;
            min-width: 420px;
        }

        #column-two {
            width: 0px;
            min-width: 0px;
        }
    