﻿body
{
    background-color: #FFFFFF;
}
p, td
{
    font-family: Georgia;
    font-size: 100%;
    text-decoration: none;
    line-height: 140%;
}

#coffeePlants
{
    background-image: url('images/coffeeplants.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    height: 385px;
    top: -15px;
    z-index: 0;
    overflow: auto;
    position: absolute;
    left: 10px;
    width: 1192px;
     text-align: left;
     margin: 0 auto;
}

#darkGreenFrame
{
    background-image: url('images/darkGreenFrame.png');
    background-repeat: repeat-y;
    background-position: center top;
    z-index: 2;
    height: 1175px;
    width: 914px;
    position: absolute;
    top: -1px;
    left: 153px;
    overflow: auto;
     text-align: left;
     margin: 0 auto;
    
}
#maincontent
{
    background-image: url('images/browngradatedback.jpg');
    background-repeat: repeat-y;
    background-position: center top;
    z-index: 25;
    width: 539px;
    position: absolute;
    top: 272px;
    left: 418px;
    height: 900px;
     text-align: left;
     margin: 0 auto;
}
#coffeeBeans
{
    background-image: url('images/coffeebeans.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    z-index: 3;
    position: absolute;
    top: 1px;
    left: 267px;
    width: 690px;
    height: 1172px;
    overflow: auto;
     text-align: left;
     margin: 0 auto;
}
#logoBig
{
    background-image: url('images/topLogo.png');
    background-repeat: no-repeat;
    background-position: center top;
    z-index: 20;
    top: 5px;
    width: 820px;
    position: absolute;
    left: 915px;
    width: 476px;
        left: 363px;
    height: 144px;
     text-align: left;
     margin: 0 auto;
}
#menu
{
    z-index: 20;
    top: 273px;
    width: 140px;
    position: absolute;
    left: 272px;
    height: 500px;
    font-family: 'Trebuchet MS';
    font-size: 12px;
    color: #000000;
    text-align: left;
    padding-top: 25px;
}
#menu a:link, a:visited
{
    font-family: Georgia;
    font-size: 16px;
    text-decoration: none;
    color: #FF0000;
    font-variant: small-caps;
    font-weight: bold;
    line-height: 150%;
}
#menu a:hover
{
    text-decoration: underline;
    color: #3333FF;
}
h1
{
    font-family: Georgia;
    font-size: 18px;
    text-decoration: none;
    line-height: 140%;
    color: #333300;
    font-weight: normal;
}
h2
{
    font-family: Georgia;
    font-size: 28px;
    text-decoration: none;
    line-height: 140%;
    color: #003300;
    font-weight: normal;
}
#pods
{
    z-index: 50;
    top: -8px;
    position: absolute;
    left: 110px;
    width: 312px;
    height: 288px;
}


