@import "base-style.css";
body {
    position: relative;
    width: 820px;
    text-align: center; /* center on ie */
    margin: 0 auto;
    padding: 0;
    font-size: 13px;
    color: #333;
    line-height: 1.25;
    background: url(img/bg_green.gif) no-repeat top #669900;
}

#container
{
    position: relative;
    width: 730px;
    margin: 0 auto;
    * margin: 0 0 0 1px;
    padding: 10px 45px;
    text-align: left;
    * text-align: center;
    background: url(img/bbg_green.gif) repeat-y;
}


#foot
{
    position: relative;
    width: 730px;
    margin: 0 auto;
    * margin: 0 0 0 1px;
    padding: 1px 45px 20px;
    text-align: center;
    background: url(img/fbg_green.gif) no-repeat bottom ;
}

h3 {
    position: relative;
    margin: 0px 0 15px;
    padding: 0px 0 0px 25px;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 40px;
    height:40px;
    text-align: left;
    border-bottom: 1px dotted #7e571e;
    clear: both;
    font-family:  Arial, Helvetica, sans-serif;
    background: url(img/h_green.jpg) no-repeat left;
}



