﻿body
{
    background-image: url(/back.jpg);
}

#contain
{
    width: 650px;
    margin-left: 15%;
    margin-top:5%;
}

#header
{
    height: 150px;
    width: 400px;
    background-image: url(/images/test2.jpg);
    background-repeat:no-repeat;
    border-top: solid 5px white;
    border-left: solid 5px white;
    border-right: solid 5px white;
    border-bottom: solid 1px #666666;
}

#menu
{
    background-image: url(/images/menu.gif);
    margin-left:420px;
    height: 180px;
    width: 180px;
    margin-top: 100px;
    top:20px;
    position:absolute;    
    padding: 10px;
    font-family:Trebuchet MS;
    color: #666666;
    font-size: 18px;
    text-transform: uppercase;
}

#content
{
    height: auto;
    width: 390px;
    background-color: #99e7f5;
    margin-left: 15%;
    border-bottom: solid 1px #666666;
    border-left: solid 5px white;
    border-right: solid 5px white;
    padding: 5px;
    font-family: Trebuchet MS;
    color: #666666;
    font-size: 12px;
}

#footer
{
    height: auto;
    width: 390px;
    background-color: #99e7f5;
    margin-left: 15%;
    border-bottom: solid 5px white;
    border-left: solid 5px white;
    border-right: solid 5px white;
    padding: 5px;
    font-family: Trebuchet MS;
    color: #666666;
    font-size: 10px;
    text-transform: uppercase;
}

a:link
{
    text-decoration: none;
    color: #666666;
}

a:visited
{
    text-decoration: none;
    color: #666666;
}

a:hover
{
    text-decoration: none;
    color: #4ca8f0;
}

a:active
{
    text-decoration: none;
    color: #666666;
}

