﻿body
{
    padding: 0;
    margin: 0;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    
}

#wrapper
{
    padding-top:10px;
    width: 990px;
    margin: 0 auto;
    height:900px;
    
}

#lft
{
    
    width: 200px;
    float: left;
}

#search
{
    height: 100px;
    background-color: #F2BB45;
    width: 160px;
    border: solid 1px black;
    text-align: center;
}

#search b
{
    margin-top: 20px;
    display: block;
}

#banner
{
    width: 690px;
    float: left;
    height: 150px;
    text-align: center;
}
#banner a
{
    color: #09685D;
    font-weight: bold;
    text-decoration: none;
}

#content
{
    width: 690px;
    float: left;
    background-color: #fff;
    height: auto;
   
}

.greebBtn
{
}

.greebBtn a
{
    display: block;
    border: solid 1px black;
    min-height: 30px;
    width: 134px;
    background-image: url('Images/greenBtn.jpg');
    background-repeat: repeat-y;
    text-align: center;
    color: Black;
    text-decoration: none;
}

.greebBtn a:hover
{
    min-height: 30px;
    width: 134px;
    background-image: url('Images/greenBtnOver.jpg');
    background-repeat: repeat-y;
}

.greebBtn .current
{
    min-height: 30px;
    width: 134px;
    background-image: url('Images/greenBtnActive.jpg');
    background-repeat: repeat-y;
}

.goldTop
{ 
    height:10px;
    width:182px;
    background-image:url(Images/goldTop.jpg);
    background-repeat:no-repeat;
    
}
.goldMid
{
    width:182px;
    background-image:url(Images/goldMid.jpg);
    background-repeat:repeat-y;
    height:auto;
    text-align:center;
    padding:0 3px 0 3px;
}
.goldBtm
{
    height:10px;
    width:182px;
    background-image:url(Images/goldBtm.jpg);
    background-repeat:no-repeat;
    
}
