body {
    background-color: #535353;
    font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
    font-size: 12px;
}

a:link,
a:visited {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

p {
    margin-top: 0;
}

#wrapper {
    background-color: #FBFBFB;
    margin-left: auto;
    margin-right: auto;
    width: 777px;
}

#header {
    background-image: url('img/header.png');
    background-repeat: no-repeat;
    width: 777px;
    height: 67px;
}

#menu {
    background-image: url('img/menu_bg.png');
    background-repeat: repeat-x;
    padding: 4px;
    padding-left: 7px;
    padding-bottom: 0px;
    width: 766px;
    height: 20px;
}

#menu a {
    color: #000000;
}

#content {
    background-image: url('img/content_bg.png');
    background-repeat: repeat-y;
}

#left {
    float: left;
    padding: 10px;
    width: 576px;
}
#left a:link,
#left a:visited {
    color: blue;
}
#left a:active {
    color: red;
}
#left img {
    margin-bottom: 3px;
}

#features_wrapper {
    width: 100%;
}

    .features_header {
        border-bottom: 1px solid #000000;
        font-weight: bold;
        margin-bottom: 3px;
        padding: 3px;
        width: 215px;
    }
    .features_header img {
        margin-right: 3px;
        vertical-align: top;
    }
    
    .features_content {
        margin: 0;
        margin-bottom: 7px;
        padding: 3px;
        width: 215px;
    }

#sidebar {
    float: right;
    width: 181px;
}
#sidebar a:hover {
    text-decoration: none;
}

    .sidebar_section {
        display: block;
        color: #B1B1B1;
        font-size: 11px;
        margin-top: -1px;
        padding-left: 68px;
        padding-top: 13px;
        vertical-align: middle;
        width: 113px;
        height: 58px;
    }
    .sidebar_section:hover strong {
        color: #0000FF;
    }
    .sidebar_section:hover {
        color: #000000;
    }
    .sidebar_section strong {
        color: #000000;
        font-size: 14px;
    }

    #sidebar_download {
        background-image: url('img/sidebar_download.png');
        border-bottom: 1px solid #E4E4E4;
    }
    #sidebar_download:hover {
        background-image: url('img/sidebar_download_hover.png');
    }
    #sidebar_download:active {
        background-image: url('img/sidebar_download_clicked.png');
    }
    
    #sidebar_donate {
        background-image: url('img/sidebar_donate.png');
        border-top: 1px solid #E4E4E4;
    }
    #sidebar_donate:hover {
        background-image: url('img/sidebar_donate_hover.png');
    }
    #sidebar_donate:active {
        background-image: url('img/sidebar_donate_clicked.png');
    }
    
    #sidebar_feedback {
        background-image: url('img/sidebar_feedback.png');
        border-top: 1px solid #E4E4E4;
    }
    #sidebar_feedback:hover {
        background-image: url('img/sidebar_feedback_hover.png');
    }
    #sidebar_feedback:active {
        background-image: url('img/sidebar_feedback_clicked.png');
    }

#footer {
    background-color: #7F7F7F;
    color: #FFFFFF;
    padding: 5px;
    padding-left: 7px;
    height: 15px;
}

#footer a:link,
#footer a:visited {
    color: #FFFFFF;
}



/* Clearfix */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
