body {
    padding: 0px;
    /*margin: 10px 10% 10px 10%; */
    margin: 0px;
    font-family: Georgia, Serif;
}
#container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
#logo {
    width: 100%;
    background: #ACE149 url(../bg.png) repeat-x;
    text-align:center;
    font-size: 30px;
    height: 80px;
}
#menu {
    font-family: Trebuchet MS, Lucida Grande, Helvetica, sans-serif;
    font-size: 12px;
    background: #EDFFCF;
    width: 100%;
    padding: 3px 1px 3px 10px;
}
#content {
    font-size: 12px;
    font-family: Trebuchet MS, Lucida Grande, Helvetica, sans-serif;
    width: 100%;
    border-top: 5px solid white;
    border-bottom: 5px solid white;
    /*            background: #E7FFDF; */
    background: white;
}

#navlist li {
    display: inline;
    list-style:none;
    padding-right: 10px;
}
#navlist li a {
    color: white;
}
ul#navlist {
    margin: 3px;
    padding: 1px;
}

ul#categories {
    padding-left: 15px;
    margin: 5px;
    text-align: justify;
}
ul#categories li {
    margin-bottom: 0.5em;
    color: #5C6F0D;
    text-decoration: underline;
    cursor: pointer;
    cursor: hand;
}

img.imgLink {
    cursor: hand;
    cursor: pointer;
}

td.greeting {
    margin-right: 10px;
    background: #d2ed9f;
    padding: 5px;
}

select {
    font-family: Trebuchet MS, Lucida Grande, Helvetica, sans-serif;
}

#quill {
    padding: 20px;
}
#quilltext {
    width: 510px;
    height: 300px;
    border: 1px dotted gray;
}
ul#langs {
    margin: 5px 1px 20px 1px;
    line-height: 25px;
    padding: 5px;
    font-size: 14px;
}

#langs li {
    list-style: none;
    color: gray;
    display: inline;
    margin-right: 20px;
}
a.sidelinks {
    color: #5C6F0D;
}
span.sidespanlinks {
    color: #5C6F0D;
    cursor: pointer;
    cursor: hand;
    text-decoration: underline;
}

#copyright {
    background: #d2ed9f;
    text-align: center;
    color: black;
    font-size: 12px;
    padding: 10px;
}
span.loginstuff {
    float: right;
    font-size: 12px;
}

img.thumbnail {
    width: 90px;
    height: 100px;
}

#imagevote {
    margin-bottom: 0.5em;
    color: #5C6F0D;
    cursor: pointer;
    cursor: hand;
}

#loginlink {
    color: #5C6F0D;
}

#logoutlink {
    color: #5C6F0D;
}