#bottom
{
    background: url('bottom.jpg') bottom no-repeat;
}
#righttextbox 
{
    background: #fff;
    width: 420px;
    height: 246px;
    margin-right: 20px;
    text-align: left;
    border: solid 1px #eae6d3;
    padding: 4px;
}

#innertextbox 
{
    height: 226px;
    width: 400px;
    overflow: auto;
    font-size: 12px;
}
#innertextbox A
{
    font-size: 9px;
    font-weight: normal;
    text-decoration: none;
    color: #000;
    }


#righttextbox ul
{
    padding-left: 20px;
    margin-left: 0;
    margin-top: 5px;
}

#righttextbox ul li
{
    font-size: 12px;
    font-weight: bold;
    list-style-image: url('../commons/bullet_lt.gif');
    margin-bottom: 18px;
    line-height: 9pt;
    margin-bottom: 7px;
}
