body {
    background: black url(/images/logo.png);
    background-position: 6px 16px;
    background-repeat: no-repeat;
    color: #fff;
    margin: 8px;
    padding: 0;
    min-width: 600px;
}

a.disabled, a:hover.disabled, a:focus.disabled, a:active.disabled {
    color: #666;
    text-decoration: none;
    background: none;
    cursor: default;
}

a {
    color: #fff;
    text-decoration: none;
}

a:hover, a:focus {
    color: #eee;
    text-decoration: underline;
}

a:active {
    color: #000;
    background: #EFAA09;
    text-decoration: underline;
}

#note {
    font-size: 75%;
}

#note a {
    color: #EFAA09;
    text-decoration: underline;
}

#note a:hover, a:focus {
    color: #CF9A00;
    text-decoration: underline;
}

#note a:active {
    color: #000;
    background: #EFAA09;
    text-decoration: underline;
}

hr {
    height: 1px;
    background: #ccc;
    border: none;
}

img {
    border: none;
}

li {
    margin-bottom: 1em;
}

#container { /* no relative positioning due to IE6 */
    margin: 0 auto;
    padding: 0;
}

#navigate {
    height: 35px;
    position: relative;
    border-bottom: 1px solid #444;
    margin-left: 10px;
}

#navigate h1 {
    font-size: 100%;
    margin: 0;
    padding: 0;
}

#navigate h1 span {
    display: block;
    padding: 0px 8px;
    font-size: 20px;
    margin-left: 18px;
    position: absolute;
    bottom: 0;
}

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

#navigate li {
    float: right;
    margin: 14px 0 0 0;
    padding: 0;
}

#navigate li a, #navigate li a:visited {
    display: block;
    float: left;
    font-weight: bold;
    padding: 0 0.8em;
    font-size: 75%;
}

#navigate li a:hover, #navigate li a:active {
    background-position: 0 0;
}

#contents {
    width: 100%;
    height: 100%;
    min-height: 400px;
    float: right;
    padding-top: 8px;
    padding-bottom: 8px;
}

#footer {
    height: 32px;
    border-top: 1px solid #444;
    clear: both;
    padding-bottom: 0em;
    font-size: 11px;
    text-align: center;
}

#footer ul {
    margin: 0;
    padding: 1em 0 0 0;
    list-style: none;
}

#footer li {
    float: left;
    margin: 0;
    padding: 0;
}

#footer li a {
    display: block;
    float: left;
    padding: 0px 1em;
    border-right: 1px solid #444;
}

#footer li a.feed {
  background: transparent url("/images/rss.gif") no-repeat 10% 70%;
  padding-left: 40px;
}

#footer span.copyright {
    float: right;
    padding: 0px 8px;
}