#features,
div#download
{
    font-family:Helvetica, Arial, sans-serif;
    font-weight:bold;
    line-height:1.5em;
}
div#left-column
{
    float:left;
    width:400px;
}
div#right-column
{
    float:right;
    width:380px;
    padding-top:20px;
    font-weight:bold;
    line-height:1.5em;
}
div#right-column a,
div#features a,
div#download a
{
    text-decoration:none;
    color:#777777;
    margin-left:0px;
    font-size:.85em;
}
div#right-column a:hover
{
    color:#000;
}
div#download
{
    margin-top:6px;
}
ul#features
{
    font-size:1.15em;
    list-style-image:url(../../../../images/check.png);
}
