﻿body 
{
    background-color: #cccccc;
    margin-top: 0;
    margin-left: 0
}

div#homebanner  
{
    width: 590px;
    height: 306px;
    background-image: url('../images/homebanner.jpg');
    
}

div#page    
{
    width: 780px;
}

div#main    
{
    background-image: url('../images/homebg.gif');
    background-repeat: repeat-y;
}

div#main div#menu   
{
    width: 191px;
    text-align: right;
    float: left;
    
}

div#main div#menu ul    
{
    margin-top: 20px;
    padding-right: 8px
}

div#main div#menu ul li 
{
    list-style: none;
    padding-right: 5px
}

div#main div#menu ul li a   
{
    color: #666666;
    text-decoration: none
}

div#main div#menu ul li a:hover   
{
    color: #cccccc;
}

div#main div#furthermenu    
{
    float: right;
    width: 172px
}

    div#main div#furthermenu ul 
    {
        margin-left: 0;
        padding-left: 0
    }
    
        div#main div#furthermenu ul li
        {
            list-style: none
        }
        
            div#main div#furthermenu ul li a
            {
                text-decoration: none;
                color: #666666
            }
            
            div#main div#furthermenu ul li a:hover
            {
                text-decoration: none;
                color: #999999
            }

div#main div#intro  
{
    margin-left: 280px;
    width: 490px;
    color: #ffffff;
    font-weight: bold;
    padding-top: 20px;
}

div#page div#main div#intro p   
{
    padding-right: 220px
}


div#clear   
{
    clear: both
}


div#footer  
{
    padding-left: 20px;
    color: #999999   
}

    div#footer p    
    {
        margin-top: 0;
        margin-bottom: 0
    }
    
        div#footer p a  
        {
            color: #999999   
        }
