body
{
margin: 0px;
font-family: verdana;
font-size: 10px;
background-color: #dedede; 
}

#site
{
        margin: auto;
        width: 750px;
        border: solid 0px black;
}

#top
{
        background-image: url("images/top.jpg");
        background-repeat: no-repaet;
        height: 65px;
}

#top_box
{
        background-image: url("images/top_box.jpg");
        background-repeat: no-repeat;    
        height: 155px;            
}

#toptext
{
        padding-top: 50px;
        font-size: 14pt;
        color: #f1ffda;
        font-weight: bold;
}

#content
{
        background-image: url("images/content.jpg");
        background-repeat: repeat-y;
}

#bottom
{
        background-image: url("images/bottom.jpg");
        background-repeat: no-repaet;
        height: 20px; 
}

img.ads
{
        border: solid 1px #3e3737;
}

div.adtext
{
        padding-top: 15px;
        text-align: center;
        font-size: 12pt;
        font-weight: bold;
}

div.adtext a
{
        color: #3e3737;
        text-decoration: none;
}

div.adtext a:hover
{
        color: #648c24;
        text-decoration: underline;
}


