﻿body 
{
    font-family:Arial;
    font-size:12px;
    color:#ffffff;
    background-color:#181818;
    margin:0 0 0 0;
}

a:hover 
{
    text-decoration:underline;
}

a 
{
    color:#FFFFFF;
}

#main 
{
    margin:40px auto;
    width:820px;
    height:500px;
}

#shadow_top 
{
    width:820px;
    height:10px;
    background-image:url(images/shadow_top.png);
}

#shadow_bottom 
{
    width:820px;
    height:10px;
    background-image:url(images/shadow_bottom.png);
}

#shadow_mid 
{
    width:810px;
    background-image:url(images/shadow_mid.png);
    padding-left:10px;
}

#green 
{
    background-color:#4a5430;
    width:800px;
}

#menu 
{
    width:795px;
    height:26px;
    background-image:url(images/menu_bg.png);
    background-repeat:repeat-x;
    font-variant:small-caps;
    font-weight:bold;
    padding-left:5px;
}

.divider 
{
    width:1px;
    height:26px;
    background-image:url(images/divider.gif);
}

#imgplaceholder 
{
    width:200px;
    height:320px;
    background-color:#3c4427;
}

#content 
{
    margin-left:200px;
    margin-top:-320px;
    padding:5px;
    display:block;
    width:590px;
    height:310px;
    background-color:#3c4427;
    overflow:auto;
}

#flash 
{
    margin-top:-5px;
    margin-left:-205px;
    width:800px;
    height:320px;
    position:absolute;
}

#band 
{
    width:800px;
    height:3px;
    overflow:hidden;
}

#footer 
{
    width:800px;
    height:80px;
    background-image:url(images/footer.gif);
}

.link1 
{
    color:#FFFFFF;
    text-decoration:none;
}
