/* AT&T Intranet Template 3-Column Overrides */

/* left column */

            #left-col {
             float : left;
             width : 185px;   /*  add to other columns width for fullpage 768px */
             margin: 0;
             padding : 0;
             background-color : white;
            }

/* content column */

            #content {
              width : 398px;  /*  add to other columns width for fullpage 768px */
              float : left;
            }

            #content .inner {
              margin-left : 25px;   /* gives content column more breathing room in multi-column pages */
              margin-right : 25px;
            }

/* right column */

            #right-col {
             float : right;
             width : 185px;   /* add to other columns width for fullpage 768px */
             margin: 0;
             padding : 0;
             background-color : white;
            }

