body {
    font: 100% Lucida Sans, Verdana;
    margin: 20px;
    line-height: 26px;
}

#top {
    background-color: #04AA6D;
    color: #ffffff;
    padding: 15px;
}

#top h1,
#top p,
ul {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
    background-color: #f1f1f1;
    border: 1px solid #d4d4d4;
    cursor: pointer;
    margin: 4px;
}

li:hover {
    background-color: white;

}

li:first-child {
    background-color: #04AA6D;
    color: white;
    font-weight: bold;
}

ul {
    float: left;
    width: 200px;
}

#main {
    padding: 10px;
    margin: 0 210px;
}

#sidebar {
    background-color: #32a4e7;
    position: absolute;
    color: #ffffff;
    width: 180px;
    bottom: 0;
    top: 0;
    right: 0;
    margin: 4px 0px;
    padding: 10px;
}

.wrapper {
    position: relative;
}

#bottom {
    background-color: #f1f1f1;
    text-align: center;
    padding: 10px;
    font-size: 70%;
    line-height: 14px;
    border-radius: 4px;
    padding: 10px 20px;
}

#top,
li,
#sidebar,
#bottom {
    border-radius: 4px;
}

a {
    color: #000000;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

#bottom p {

    margin: 0px;
}