#news {
    float: right;
    background-color: #fdc;
    width: 370px;
    border: 2px #820 solid;
    font-size: 11pt;
    letter-spacing: 0;
    padding: 5px;
    margin: 0;
}
#news h2 {
    margin:0;
}
#news a {
    text-decoration: none;
}
#news div.summary-block {
    margin-bottom: 10px;
}
#news div.summary {
    text-align: justify;
}

#main {
    float: left;
    width: 420px;
}

#slideshow {
    float: left;
    width: 420px;
    height: 376px;
    margin: 0 0 10px;
    background-color: #f80;
    text-align: center;
}
#slideshow div.inner_window {
    position: relative;
    width: 400px;
    height: 356px;
    background-color: #000;
    margin: 10px auto;
}

#biblequote {
    float: left;
    margin: 2px 0 11px;
    padding: 10px;
    width: 420px;
    font-size: 11pt;
    border: 2px ridge #C0C0C0;
    background-color: #CCFFFF;
    color: #000099;
    font-weight: bold;
    line-height: 1.1em;
    letter-spacing: 0.1em;
}
#biblequote span.source {
    font-size: 10pt;
    color: #616161;
}

#biblequote div.heading {
    text-align: center;
    font-size: 10pt;
    font-weight: bold;
    color: #000099;
    background-color: #CCCCCC;
    padding: 10px;
    margin-bottom: 5px;
}
