body {
    font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
    font-size: 11px;
    background: #fff url('../images/site/bg.png');
    margin: 0;
    padding: 0;
}

div.c {
    clear: both;
}

div.ie6-message {
    background: url('../images/emoticons/emot-lol.gif') repeat-x;
    text-align: center;
}

div.ie6-message span {
    background: #fff;
    font-weight: bold;
    padding: 5px;
}

div.motd {
    margin: 10px;
    padding: 5px;
    border: 1px dashed #ccc;
}

div.motd p {
    margin: 0 0 10px 0;
}

div.motd h2 {
    font-size: 1.2em;
    padding: 2px 5px;
    margin: 0 0 5px 0;
    background: #eee;
}

div.motd p:last-child {
    margin: 0;
}

div#head {
    position: relative;
    margin-bottom: 10px;
}

div#head div.right {
    position: absolute;
    right: 0;
    bottom: 8px;
    text-align: right;
}

div.status {

}

div.talkhelp {
    margin-bottom: 3px;
}

div.talkhelp > * {
    vertical-align: middle;
}

h1.logo {
    background: url('../images/site/frog.png') no-repeat top left;
    padding: 0 0 5px 55px;
    margin: 0;
    font-size: 2.3em;
    height: 30px;
    line-height: 1.6em;
    border-bottom: 3px solid #ccc;
}

h1.logo a {
    color: #444;
    text-decoration: none;    
}

div.container {
    margin: 0 auto;
    background: #fff;
    padding: 20px;
}

body.home div.container {
    width: 860px;
}

div#downloads {
    margin-bottom: 10px;
}

div#downloads ul {
    list-style: none;
    width: 850px;
    margin: 0 auto 10px auto;
    padding: 0;
}

div#downloads li {
    float: left;
    color: #444;
    border: 1px solid #fff;
    width: 70px;
    height: 48px;
    padding: 5px;
    margin: 2px;
}

div#downloads li a {
    color: #036;
    text-decoration: none;
}

div#downloads li a:hover {
    text-decoration: underline;
}

div#downloads li.download {
    background: url('../images/site/Generic-Chat.png') no-repeat 5px 5px;
    line-height: 1.3;
    padding-left: 60px;
}

div#downloads li:hover {
    background-color: #fbd850;
    border-color: #c77405;
}

div#emoticons h3 {
    padding: 5px 5px 5px 30px;
}

div#emoticons ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

div#emoticons li {
    display: inline-block;
    cursor: default;
    overflow: hidden;
    width: 120px;
    height: 50px;
    text-align: center;
    border: 1px solid #ccc;
    padding: 3px;
    margin: 3px;
}

div#emoticons li:hover {
    background: #fbd850;
}

div#emoticons li div {
    width: inherit;
    height: 30px;
    overflow: hidden;
}

div.footer {
    text-align: center;
    margin-top: 10px;
}