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


#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_yellow.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_yellow.gif) no-repeat bottom ;
}


h3 {
	height: 35px;
    position: relative;
    margin: 10px 0 15px;
    padding: 7px 0 2px 25px;
    color: #000;
    font-size: 1.2em;
    font-weight: normal;
    line-height: 1.5;
    text-align: left;
    clear: both;

    background: url(img/heading_yellow.gif) no-repeat left;
}

