/* this exists for one reason: the gauge and nogauge message need a home.
   you can stack this box or float it or what have you. all of the other
   elements are relative to the div so the div is all yours */
div#mugshot {
    float: right;
    margin-left : 10px;
    margin-bottom : 10px;
}

div#thermometer {
    float: left;
    margin-right : 10px;
    margin-bottom : 10px;
}

p#howtocontribute {
    font-style:italic;
    margin-left: 0;
}

p#mailingaddress {
    font-style:normal;
    margin-left: 4em;
}

