a img {
    border: none;
}

body {
    margin: 0px;
    padding: 0px;
    color: #333;
    font: 13px Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
    background: #E2EBED;
    text-align: left;
}

#master {
    width: 780px;
    margin: 0px auto;
    background-color: #fff;
    padding: 10px 10px 0px 10px;
    position: relative;
}

#introduction {
    position: relative;
    height: 140px;
}

#introduction .leftside {
    position: absolute;
    width: 200px;
    top: 0px;
    background-color: #5BA7BA;
    height: 130px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomleft: 20px;
    text-align: center;
}

#introduction .rightside {
    position: absolute;
    left: 200px;
    top: 0px;
    width: 540px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomright: 20px;
    height: 90px;
    background-color: #137891;
    color: #fff;
    padding: 20px;
    font-size: 1.1em;
}

#introduction img {
    height: 120px;
    width: 120px;
    margin: 5px;
}

#header h1 {
    margin: 10px;
}

#content #sidebar {
    float: left;
    width: 195px;
    padding-right: 5px;
}

#content #main {
    width: 575px;
    float: right;
    padding-left: 5px;
}

#sidebar h2, #sidebar h3 {
    letter-spacing: -1px;
    margin: 0px;
}

#main h2, #main h3 {
    margin: 0px;
}

#sidebar h2, #main h2 {
    padding: 4px;
    margin-bottom: 10px;
    -moz-border-radius: 10px;
    background-color: #C0D0F0;
}

#clearer {
    clear: both;
    border: none;
    margin: 0px;
}

a:link, a:visited {
    color: #096D6C;
    text-decoration: underline;
}

a:hover {
    color: #90270F;
}

#sidebar div.sideblock {
    margin-bottom: 20px;
}

#sidebar div.sideblock ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#sidebar div.sideblock ul li {
    margin-left: 20px;
}

#sidebar div#sourceforge p {
    text-align: center;
}

#main .newsitem h3 {
    margin-top: 10px;
    border-bottom: 1px #333 solid;
}

#main .newsitem .date {
    text-align: right;
    font-size: 0.9em;
}

