@import "base-style.css";
body {
    position: relative;
    width: 800px;
    text-align: center; /* center on ie */
    margin: 0 auto;
    padding: 0;
    font-size: 13px;
    color: #000;
    line-height: 1.25;
    height:100%;
    background: url(img/bgred.gif) repeat-x #fff;
}
#header
{
    position: relative;
    width: 800px;
    height: 280px;
    margin: 0 auto;
    padding: 60px 0 0;
    text-align: left;
    background: url(img/head3red.gif) no-repeat top;
}
h3 {
    position: relative;
    margin: 5px 0 15px;
    padding: 2px 0 2px 25px;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 40px;
    text-align: left;
    border-bottom: 1px dotted #7e571e;
    clear: both;
    font-family: "HGP‘n‰pŠpºÞ¼¯¸UB";
    background: url(img/h3red.gif) no-repeat left;
}
