
body{ 
    background: #000000 url(bg.png) repeat-x;
    color: #000000;
    font-family: sans-serif;
    
    font-size: 0.8em;
    font-style: normal;
    font-weight: normal;
    line-height: 1.4em;
    text-align: center;
}


/* Page Sections */

#wrapper {
    width: 800px;
    margin: auto;
    text-align: left;
}

#header
{
    background: url(header3.png);   
    height: 180px;
    width: 800px;
}

#menu
{
    margin: 0;
    position: relative;
    top: -2em;
    color: #369e28;
    padding: 0;
    height: 2em;
    line-height: 2em;
}

#menu li 
{
    background: #999;
    float: left;
    margin-right: 4px;
    list-style-type: none;
    white-space: nowrap;
    -moz-border-radius: 7px 7px 0 0;
    -webkit-border-radius: 7px 7px 0 0;
}

#menu li a 
{
    color: #000;
    display: justify;
    font-size: 0.9em;
    padding: 0 2em;
    text-decoration: none;
    text-transform: uppercase;
}

#menu a:hover
{
    background: inherit;
    text-decoration: underline;
}

#menu a:selected
{
    background: #164304;
    color: #000000;
}

#menu a#first
{
    border-left: 1px solid #FFFFFF;
}


#content {
    position: relative;
    top: -2em;
    background: #999;
    padding: 4px 0;
    margin-top: 0;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
}

.story {
    background: #ddd;
    margin: 10px;
    padding: 10px 20px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

