body
{
    background-color:#fccb85;
}

h1,h2,h3,h4,h5,h6
{
    font-family: "serif";
    font-weight: bold;
}

p
{
    font-family: "sans serif";
}

p.tagline
{
    font-family: "sans serif";
    font: caption;
}

#content
{
    background-color: white;
    width: 760px;
    position: relative;
    margin: 0 auto;
    padding-right: 10px;
    padding-left: 10px;
    text-align: left;
}

