body{
    background-color: #cde6ff;
    background-image: url(images/bg_body.png) ;
    background-repeat: repeat-x;
    padding-top: 100px;
}


h1{
    color: #c7aa8d;
    font-size: 3em;
    font-family:"Arial Black", Arial, Helvetica, sans-serif;
    margin: 0;
}

p{
    color: #616161;
    line-height: 150%;
    margin-top: 10px;
    margin-left: 80px;
    font-family: "Palatino Linotype", Baskerville, serif;
}
h2{
    color: #b1967c;
    font-weight: normal;
    font-family: "Palatino Linotype", Baskerville, serif;
    font-size: 2.2em;
    border-bottom: 2px white solid;
    background: url(images/bullet_flower.png) no-repeat ;
    margin: 0; 
    padding: 0 0 2px 80px;
}
.intro{
    color: #6a94cc;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    margin-left: 0;
    margin-bottom: 25px;
}