#left_nav {
    font-size: 130%;
    float: left;
    width: 25%;
}

#right {
    float: right;
    width: 74%;
    border-left: 1px solid #fff;
}

ul#sermonlist li {
    padding: 0 0 .5em 1em;
}

p {
    font-size: 120%;
    margin-bottom: 1em;
}

h1, h2 {
    font-size: 135%;
    padding: .5em;
    color: #000;    
    text-align: center;
    font-variant: small-caps;
}

.sermon {
    font-size: 130%;
    margin-left: 2em;
    margin-right: 2em;
}

.visited {
    color: #6c6c6c;
}

.toplink {
    font-weight: bold;
    font-size: 110%;
}

.dropcap {
    margin-right: 5px;
    float: left;
    width: .7em;
    font-size: 4em;
    line-height: 90%;
}

.pullquote {
    width: 30%;
    float: left;
    font-size:125%;
    line-height:140%;
    margin: 0 2em 0 2em;
    background: #fbf4cc url(../images/closequote2.gif) no-repeat bottom right !important;
    background /**/:url(); /* removing quote graphic in IE5+ */
}

.pullquoteRight {
    width: 30%;
    float: right;
    font-size:125%;
    line-height:140%;
    margin: 0 2em 0 2em;
    background: #fbf4cc url(../images/closequote2.gif) no-repeat bottom right !important;
    background /**/:url(); /* removing quote graphic in IE5+ */
}

.pullquote:first-letter {
    background: url(../images/openquote2.gif) no-repeat left top !important;
    padding: 8px 2px 25px 35px!important;
    padding /**/:0px;   /* resetting padding in IE5+ */
    background /**/: url(); /* removing quote graphic in IE5+ */
}

div.sermon p.pullquote {
    padding: .5em;
    border: 2px solid #888;
}

div.sermon div.poem p {
    margin: 0;
    text-align: center;
}