body 
{
    background-color: #333333;
    color: #cccccc;
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Arial;
    font-size: 12px;
}

h1 
{
    font-size:18px;
    font-weight: bold;
    padding:0px;
    margin:0px;
}

h2 
{
    font-size:12px;
    font-weight: normal;
    padding:0px;
    margin-bottom:10px;
    margin-top:0px;
}

#content 
{
    background-color: #333333;
    color: #ffffff;
    width: 100%;
}

#content .main 
{
    position: absolute;
    top:0px;
    left:0px;
    width: 760px;
    height: 510px;
    /*margin: 15px 10px 15px 15px;*/
    background-image: url("/images/main/image_background.gif");
    background-position: center;
    background-repeat: no-repeat;
}

#content .main .image-area 
{
    position: absolute;
    /*background-image: url("/images/main/pond1_sepia.jpg");*/
    background-position: center;
    background-repeat: no-repeat;
    margin: 5px 5px 5px 5px;
    width: 750px;
    height: 500px;
}

#content .nav 
{
    background-color: transparent;
    color: #ffffff;
    position: absolute;
    top: 0px;
    right: 0px;
    padding-top: 6px;
    padding-right: 10px;
}

#content .nav a, #content .nav a:visited 
{
    background-color: transparent;
    color: #ffffff;
    text-decoration: none;
    display:block;
}

#content .nav a:hover, #content .nav a:active 
{
    text-decoration: none;
    color: #cccccc;
}

.copyright 
{
    position: absolute;
    bottom: 0%;
    left: 0%;
    padding-bottom: 6px;
    padding-right: 10px;
    width:259px;height:21px;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/main/watermark.png');
    background-color: transparent;
    z-index: 20;
}