HTML, BODY, DIV, H2, H3, P { margin:0; padding: 0; }
IMG { border: none; }
BODY, TD, DIV, P { font-family: Tahoma, Arial, Verdana; font-size: 11px; color: #336; line-height: 1.7em; }
P { margin: 3px 0; line-height: 1.8em; }
H2, H3 { margin: 0.5em 0 0.5em 0; font-weight: bold; }
H2 { font-size: 14px; }
H3 { font-size: 12px; }

A, A:link, A:visited { font-family: Tahoma, Arial, Verdana; font-size: 11px; color: #336; text-decoration: none; }
A:hover { color: #C00; }


#bb {
    margin: 0 auto;
    width: 760px;
    height: 600px;
}

#header {
    background: #FFF url('top.gif');
    height: 64px;
}

#mcontainer {
    margin: 1em 0;
    border-bottom: 1px solid #CCC;
}

    #left {
        width: 440px;
    }
    #left A {
        font-size: 12px;
        text-decoration: none;
    }

        #left P {
            margin-left: 8px;
        }
        #parts { width: 100%; }
        #parts DIV { margin-bottom: 3em; }
        #parts DIV H2 { padding-bottom: 3px; border-bottom: 1px solid #EEE; }
    #right {
        text-align: center;
        float: right;
        width: 310px;
        padding-top: 300px;
        background: #FFF url('heart.jpg') no-repeat 50% 0;
    }

#footer {
    text-align: center;
    font: normal 11px/1.6em Tahoma, Arial, Verdana;
}
    #footer P {
        line-height: 1.6em;
    }

