#compcont {
    overflow: none;
    width: 710px;
    height: 160px;
    float: middle;
    position: relative;
    border: 0px solid black;
}

#comp1 {
    overflow: none;
    width: 280px;
    height: 160px;
    float: left;
    position: relative;


    background: transparent;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #000000;

    font-size: 8pt;
    font-family: Verdana, Garamond, Serif;
    color: black;
    margin: 2px;
    padding: 0px;
    overflow: none;
}

#comptext {
    overflow: scroll;
    width: 400px;
    height: 160px;
    float: left;
    position: relative;

    background: #ffffff;
    vertical-align: top;
    text-align: left;
    border: 1px solid #c6c6c6;

    font-size: 8pt;
    font-family: Verdana, Garamond, Serif;
    color: black;
    margin: 2px;
    padding: 5px;
}

#compads {
    overflow: auto;
    width: 815px;
    height: auto;
    position: relative;
    float: middle;
    clear:both;

    background: transparent;
    vertical-align: top;
    text-align: left;
    border: 0px solid black;

    font-size: 8pt;
    font-family: Verdana, Garamond, Serif;
    color: black;
    margin: 0px;
    padding: 5px;
}


