/* Container */

#container
{
    background-color: #f4f1ec;
}

/* Right column */

#container #right_column
{
    width: 300px;
    /*min-height: 468px;*/
    height: 478px;
    overflow: auto;
    border: none;
    margin: 0px;
    padding: 0px 30px 0px 596px;
}

* html #container #right_column
{
    height: 468px;
}

#right_column h1
{
    font-size: 18px;
    font-weight: bold;
    color: #8d203a;
    margin: 27px 0px 0px 0px;
}

#right_column h2
{
    font-size: 12px;
    font-weight: bold;
    color: #43413d;
    margin: 20px 0px 0px 0px;
}

#right_column p
{
    font-size: 11px;
    line-height: 16px;
    color: #67645e;
    margin: 7px 0px 0px 0px;
}