/*
p
{
    text-align: center;
}
*/

p.price
{
    font-style: italic;
    font-size: large;
    text-decoration: underline;
    text-align: center;
}

p.datetime
{
    font-weight: bold;
    text-align: center;
}

p.flyerimg
{
    text-align: center;
}

#left
{
    float:left;
    width:49%;
    border-right: ridge lightgray 2px;
}

#right
{
    float:right;
    width:50%;
}

#footer
{
    clear:both;
}

div#eastergraphic
{
    float: right;
    padding-left: 8px;
}

