body {
    font: 10pt Tahoma;
    background-color:#FFFFFF;
    width: 600px;
    height: 500px;
    margin-left: 25%;
    margin-right: 25%;
}

#banner {
    width: 600px;
    height: 50px;
    border-bottom: 1px solid;
    background-color: #8FBC8F;
    color: #FFFFFF;
    font: 24pt Tahoma;
    font-weight: bold;
    text-align: right;
}

#left {
    width: 450px;
    height: 450px;
    float: left;
}

#right {
    width: 149px;
    height: 450px;
    float: right;
    border-left: 1px solid #000000;
    text-align: center;
}

#right ul li {
    width: 100%;
    background-color: #8FBC8F;
    color: #FFFFFF;
    text-align: center;
    border: 1px solid;
    font-weight: bold;
    list-style: none;
}