﻿body {
}
#top
{
    width: 100%;
    height: 100px;
    background-color: #FFFFFF;
}

#wrapper
{
    width: 1500px;
    background-repeat: no-repeat;
    height: 900px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    background-image: url('../Images/back.jpg');
}
#header
{
    position: relative;
    width: 996px;
    height: 100px;
    background-image: url('../Images/header.jpg');
    background-repeat: no-repeat;
}
#maincont
{
}
#footer
{
}
#nav
{
    height: 33px;
    background-image: url('../Images/nav-bg.gif');
    background-repeat: repeat-x;
    width: 100%;
}
#leftmenu
{
    position: absolute;
    padding: 2px;
    margin: 2px;
    width: 125px;
    height: 600px;
    background-image: url('../Images/leftbg.jpg');
}
;
}
#rightmenu
{
    position: absolute;
    width: 858px;
    height: 600px;
    padding: 2px;
    margin: 2px;
    top: 0px;
    left: 130
}
#leaf
{
    position: absolute;
    width: 170px;
    height: 373px;
    background-image: url('../Images/plants.png');
    background-repeat: no-repeat;
    top: 103px;
    left: 826px;
}
