body
{
    background-color: #aa8671;
    font-family: Comic Sans MS;
}
h1
{
    text-align: center;
}

/*Table properties ******************** */
#main table
{
    background-color: #ffffff;
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
}
#main td.nav
{
    vertical-align: top;
}
#main td.right
{
    padding: 5px;
    background-color: #decac2;
    background-image: url(Images/toprightinside.gif);
    background-position: top right;
    background-repeat: no-repeat;
    vertical-align: top;
}
#main td.leftside
{
    width: 23px;
    background-image: url(Images/botleft.gif);
    background-position: bottom left;
    background-repeat: no-repeat;
}
#main td.rightside
{
    width: 23px;
    background-image: url(Images/topright.gif);
    background-position: top right;
    background-repeat: no-repeat;
}
#main td.spacer
{
    height: 20px;
}
/* Navigation */
#navtop
{
    background-image: url(Images/top.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    margin: 0;
    height: 25px;
}

#navbot
{
    background-image: url(Images/bot.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    height: 27px;
}

#main div.navmid
{
    background-color: #bebea1;
    width: 170px;
}
#main div.navlink
{
    background-color: #c6c68d;
    margin: 3px 10px 3px 10px;
    text-align: center;
}
#main div a:hover
{
    color: #000000;
    text-decoration: underline;
}
#main div a
{
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
    font-family:Comic Sans MS;
}
#main div a.tree:hover
{
    text-decoration: underline;
}
#main div a.tree
{
    text-decoration: none;
    background-color: #537924;
    color: #ffffff;
    font-size: 0.8em;
    font-family: sans-serif;
}

/* spacers */
#main div.top
{
    margin: 0px 10px 3px 10px;
    background-color: #c6c68d;
    text-align: center;
}
#main div.bottom
{
    margin: 3px 10px 0px 10px;
    background-color: #c6c68d;
    text-align: center;
}
#copyright
{
    text-align: center;
}
#swits
{    text-align: center;
     font-size: small;
     background-color: #c6c68d;
     color: #ffffff;
}
#urbanslink
{    text-align: center;
     font-size: small;
     background-color: #c6c68d;
     color: #ffffff;
}
#mailto
{    text-align: center;
     font-size: x-small;
     background-color: #c6c68d;
     color: #ffffff;
}
/* tree stuff*/
#main div.tree
{
    text-align: center;
    padding: 1% 5px 0 5px;
    position: absolute;
    height: 30px;
    font-weight: bold;
    font-family: sans-serif;
}
#main div.treewrap
{
    position: relative;
    margin-left: 180px;
}

#main div.treeimg
{
    width: 370px;
    margin-left: 180px;
}
/* images below ***************** */
#main img.logo
{
    height: 100px;
    width: 170px;
    margin-top: 5px;
    margin-right: 20px;
}

#counimg
{
    margin-right: 10px;
}
#homeimg
{
    margin-right: 15px;
}