body { 
    font-family: Tahoma, Arial, sans-serif;
    background-color: #FDFDFD;
    color: #333333;
}

img {
    border: none;
}

a {
    color: #3F3F3F;
    text-decoration: none;
}

div#bar {
    position: absolute;
    left: 0px; 
    top: 0px; 
    right: 0px;
    background-color: #DDDDDD;
    border-bottom: solid #777777 1px;
    padding-left: 4px;
    font-size: 80%;
}

div#content { 
    text-align: center;
    width: 800px;
    margin: 0 auto;
    margin-top: 25px;
}

#left { 
    float: left;
    padding-right: 10px;
    padding-bottom: 10px;
}

#right {
    text-align: left;
    font-size: 90%;
}