#left {
width:0px;
display: none;
}

#main {
width: 710px;
}

#main p {
    font-size: 100%;
    line-height: 150%;
    }

#main td {
    vertical-align: top;
    border-right: 1px #666 solid;
    border-bottom: 1px #666 solid;
    text-align: center;
    padding: 3px;
}

#main table { border: 1px #666 solid; }
#main .col1 {
    font-size: 0.8em;
    text-align: left;
    background: #eee;
}

#main th {
    padding: 3px;
    border-right: 1px #666 solid;
    border-bottom: 1px #666 solid;
    background: #99ccff;
}

