body {
    background: url(images/background.gif);
    font-family: Tahoma, sans-serif;
    font-size: 12px;
}

a {
    color: darkred;
    font-weight: bold;
    text-decoration: none;
}

img {
    border: 0;
}



#left {
    width: 20%;
    float: left;
    text-align: right;
}

    #left h1 {
        margin: 0;
        padding: 0;
        font-size: 14px;
        color: #666;
    }

    #left ul {
        list-style-type: none;
        line-height: 22px;
        padding: 0;
        margin: 10px 0 0 0;
    }


#right {
    width: 75%;
    padding-left: 10px;
    float: right;

}

    #right h1 {
        margin: 10px 0;
        padding: 0;
        font-size: 14px;
    }


    #right p {
        margin: 0 0 10px 0;
        color: #333;
        line-height: 22px;
    }

        #right p#copyright {
            font-size: 10px;
            color: #999;
        }


    #right ol {
        margin-top: 0;
        margin-bottom: 10px;
        line-height: 22px;
    }
