        @import url("css-themes/Refresh1-0/images/Refresh.css");

        table {
          width: 2in;
          margin-left:auto;
          margin-right:auto;
        }
        caption {
          border-bottom: thin black solid;
        }
        .icons img { border-width: 0; }


        /* overwrite Refresh1-0 theme */
        #main {
          width: 100%;
        }
        img {
          overflow: scroll;
        }
        h4, address, pre {
          padding: 10px;		
          margin: 0;
        }


        /* Columns */
        /* Right Column */
        .col-right {
          float: right;
          width: 72%;
          padding: 0; margin: 0;
        }

        /* Left Colum */  
        .col-left {
          float: left;
          width: 26.5%;
          padding: 0; margin: 0;  
        } 
        .col-left h1 {
          margin-top: 10px;
          padding: 5px 0 5px 10px; 
          font: bold 1.1em Verdana, 'Trebuchet MS', Sans-serif;
          color: #555;
          background: #EEF0F1 url(css-themes/Refresh1-0/images/headerbg.gif) repeat-x left bottom; 
          border: 1px solid #EFF0F1;
        }
        .col-left .left-box {
          border: 1px solid #EFF0F1; 
          margin: 0 0 5px 0;  
        }
