body
{
    margin: 0;
    padding: 0;
    background: #D6DBFF;
    font-family: 'Lucida Grande', 'Arial', 'Helvetica';
    font-size: 10px;
    color: #444;
    min-width: 930px;
}

a
{
    color: #C73372; /* Links like Big Bucket*/
    text-decoration: underline;
}

a:hover
{
    color: #F86FB6;
}

a img
{
    border: 0;
}

#google-ads
{
    float: right;
    width: 130px;
    height: 610px;
    padding: 10px 0 0 10px;
}

#header
{
    margin: 10px 0;
    font-size: 12px;    
    padding: 0;
    text-align: center;
    font-weight: normal;
}

#header a
{
    font-weight: bold;
}

#content
{
    width: 650px;
    margin: 0 auto;
    background-color: #FFFFFF;
}

#screenshot
{
    margin: 0 auto 30px auto;
    display: block;
    width: 326px;
}

#banner
{
    width: 650px;
    margin: 0 auto;
    padding: 0;
}

#banner h1, #banner h2
{
    height: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

#banner h1
{
    padding-top: 93px;
    background: url('images/h1.png');
}

#banner h2
{
    padding-top: 94px;
    background: url('images/h2.png');
}

#features
{
    background: #FAFFF2;
    width: 516px;
    margin: 0 auto;
}

#features-alpha
{
    float: left;
    width: 238px;
    padding-right: 20px;
}

#features-beta
{
    float: left;
    width: 258px;
}

.feature
{
    margin: 10px 0 10px 0;
}

.feature h1
{
    font-size: 14px;
    color: #C73372;
    margin: 0 0 5px 0;
    padding: 0;
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

.feature p
{
    margin: 0;
    padding: 0;
    font-size: 12px;
    text-align: justify;
}

#installation
{
    text-align: justify;
    font-size: 10px;
    padding: 10px 30px 10px 30px;
}

#overview
{
    background: #FAFFF2;
    font-size: 12px;
    padding: 5px 0 20px 0;
}

#this-version
{
    width: 590px;
    padding: 10px 30px 0 30px;
    float: left;    
}

#whats-new-wrapper
{
    float: left;
    width: 250px;
    padding: 20px 0 0 0;
    background: url('images/whats-new-top.png') top no-repeat;
    background-color: #E8FECC;
}

#whats-new
{
    margin: 0;
    padding: 0 20px 20px 20px;
    float: left;
    background: url('images/whats-new-bottom.png') bottom no-repeat;
    background-color: #E8FECC;
}

#whats-new p
{
    font-size: 11px;
    text-align: justify;
    padding-bottom: 7px;
}

#whats-new h1
{
    font-size: 18px;
    color: #AD2812;
    margin: 0 0 5px 0;
    padding: 0;
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

#google-ads-interstitial
{
    width: 300px;
    height: 250px;
    float: right;
}

/* seperate the clear and float for IE */

#conclusion-wrapper
{
    clear: left;
}

#conclusion
{
    padding: 20px 30px 0 30px;
    float: left;
    width: 590px;
}

#download
{
    float: left;
    width: 200px;
}

#download-button
{
    background: url('images/download-now.png');
    width: 175px;
    height: 0;
    overflow: hidden;
    padding: 43px 0 0 0;
    margin: 0 0 20px 0;
    display: block;
}

#download-button:hover
{
    background-position: right;
}

#disclaimer
{
    font-size: 10px;
    font-family: 'Lucida Grande', 'Arial', 'Helvetica';
}

#disclaimer a
{
    font-weight: bold;
}

#also-available
{
    float: right;
    margin: 0 0 20px 0;
}

#also-available h1
{
    font-size: 13px;
    text-align: right;
    margin: 0;
    padding: 0;
}

#also-available li
{
    float: left;
    display: inline;
    text-align: center;
    font-size: 11px;
    font-family: 'Lucida Grande', 'Arial', 'Helvetica';
    font-weight: bold;
}

#also-available li img
{
    display: block;
    margin: 0 auto;
    padding: 0px 25px 5px 25px;
}

#also-available li a
{
    text-decoration: none;
}

#also-available li a:hover
{
    text-decoration: underline;
}

#copyright
{
    font-family: 'Lucida Grande', 'Tahoma', 'Helvetica', sans-serif;
    color: #686868;
    margin: 0;
    min-height: 20px;
    background: url('images/bottom.png') top repeat-x;
    text-align: center;
    margin: 0 auto 20px auto;
}