/* three-column tweaks */
   .layout-three-column #footer
   {
      margin: 0;
      width: 100%;
      background: #fff;
      border-top: 1px solid #cccccc;
      
   }

   .layout-three-column #footer-inner
   {
      margin: 0;
      padding: 0;
      border-width: 0;
      text-align: center;
      font-weight: normal;
      font-size: 10px;
   }
   
   .layout-three-column #footer-inner #footer-link
   {
      margin-top: 10px;
      color: #000;
      line-height: 2;
   }
   
   .layout-three-column #footer-inner #footer-copyright
   {
      margin-top: 10px;
      margin-bottom: 30px;
      color: #636161;
   }

