body
{
    background-color: #000;

    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-size: 13px;
    font-weight: normal;
    font-variant: normal;  

    color: #2BF31B;
}

img
{
    border: 0px;
}

#content img
{
    border: 0px;
    margin-left: 1em;
    border: 1px outset #060;
}

#footer
{
    font-size: 10px;
    font-family: Courier New, Courier, monospace;
    text-align: center;
}

a:link      { text-decoration: underline; color: #1Be30B; }
a:visited   { text-decoration: underline; color: #2BF31B; }
a:hover     { text-decoration: underline; color: #fff; } 
a:active    { text-decoration: underline; color: #3BF32B; }

#pane
{
    position: relative;
    
    margin-left: auto;
    margin-right: auto;
    
    width:800px;
    height:600px;
    
    background-image: url(images/background.jpg);
}

#content
{
    position: absolute;
    left: 150px;
    top: 240px;
    
    width: 620px;
    
    font-variant: small-caps;  
    text-align: justify;
}

#menu
{
    position: absolute;
    left: 0px;
    top: 240px;
    
    width: 150x;
}

#home
{
    position: absolute;
    
    left: 10px;
    top: 10px;
    
    width:90px;
    height:30px;
    
    background-image: url(images/home.png);
    background-repeat: no-repeat;
}

#home:hover, #home:active
{
    background-image: url(images/home_red.png);
    background-repeat: no-repeat;
}

#news
{
    position: absolute;
    
    left: 10px;
    top: 45px;
    
    width:90px;
    height:30px;

    background-image: url(images/news.png);
    background-repeat: no-repeat;
}

#news:hover, #news:active
{
    background-image: url(images/news_red.png);
    background-repeat: no-repeat;
}

#about
{
    position: absolute;
    
    left: 10px;
    top: 80px;
    
    width:90px;
    height:30px;

    background-image: url(images/about.png);
    background-repeat: no-repeat;
}

#about:hover, #about:active
{
    background-image: url(images/about_red.png);
    background-repeat: no-repeat;
}

#contact
{
    position: absolute;
    
    left: 10px;
    top: 115px;
    
    width:90px;
    height:30px;
    
    background-image: url(images/contact.png);
    background-repeat: no-repeat;
}

#contact:hover, #contact:active
{
    background-image: url(images/contact_red.png);
    background-repeat: no-repeat;
}

#links
{
    position: absolute;
    
    left: 10px;
    top: 150px;
    
    width:90px;
    height:30px;
  
    background-image: url(images/links.png);
    background-repeat: no-repeat;
}

#links:hover, #links:active
{
    background-image: url(images/links_red.png);
    background-repeat: no-repeat;
}

.headline
{
    font-size: 15px;
}

.entry
{
    margin-top: 0.5em;
    margin-left: 1em;
    margin-bottom: 1em;
}
