
body {
    background: #b4c158 url(/images/bg.png);
    font: 0.8em "Lucida Grande", "Gucida Sans Unicode", verdana, geneva, sans-serif;
    color: #333;
    margin: 0;
    border-top: 4px solid #cad962;
}

#banner {
    background-color: #9faa4a;
    min-height: 100px;
    padding: 0 10px 0 20px;
    margin: 0;
}

#header {
    text-align: center;
}

tt {
    background-color: #ddd;
}

#metanav a, #metanav a:visited, #metanav a:active,
#ctxtnav a, #ctxtnav a:visited, #ctxtnav a:active
{
    color: black;
    text-decoration: none;
}

#metanav {
    padding-bottom: 5px;
}

#ctxtnav {
    padding-top: 5px;
}

#mainnav {
    margin: 0;
}

#content {
    background: #fff url(/images/content-bg.png) bottom right no-repeat;
    width: 95%;
    min-height: 300px;
    border: 4px solid #9faa4a;
    margin: 10px auto 0 auto;
    padding: 10px;
    text-align: left;
}

h1,h2,h3,h4,h5,h6 {
    letter-spacing: -1.5px;
    color: #ea3b00;
}

h1 {
    position: relative;
    left: -10px;
    background: transparent url(/images/h1-bg.png) no-repeat bottom left;
    font-size: 3em;
    padding: 0 0 0 10px;
    margin: 0;
}

h2 {
    position: relative;
    left: -10px;
    font-size: 2em;
    background: transparent url(/images/h1-bg.png) no-repeat bottom left;
    padding: 0 0 0 10px;
    margin: 20px 0 0 0;
}

h4 {
    letter-spacing: -0.5px;
    font-style: italic;
    padding: 0;
    margin: 0;
}

a, a:visited, a:active,
.wiki a, .wiki a:visited, .wiki a:active
{
    color: #9faa4a;
    text-decoration: none;
}

a:hover {
    color: #4660b7;
}

#footer {
    display: none;
}

#altlinks {
    background: url(/images/footer-bg.png) top center repeat-x;
    margin: 0 auto 0 auto;
    padding-top: 10px;
    width: 95%;
}


