#centercontent {
        text-align: center;
}
#footer {
        text-align: center;
}
#biglogo {
        display:block;
        width:194px;
        height:82px;
        margin:20px auto;
}
#biglogo a {
        display: block;
        width:0;
        height:0;
        position:relative;
}
#biglogo a span {
        text-indent:-10000px;
        position:absolute;
        width:194px;
        height:82px;
        background:#fff url(/images/logobig.png);
}
#tagline {
        font: italic normal 1.2em serif;
}
#searchform {
        margin: 0;
        height: 60px;
}
p.links {
        text-align: center;
}
div#news {
        margin-top: 20px;
        padding: 10px;
}
div#news h2 {
        border-bottom: 2px solid #9b0000;
        font: bold 1.2em serif;
        margin: 0;
        padding: 0;
}
div#news dl {
        margin: 0;
        padding: 0;
}
div#news dl dt {
        font-weight: bold;
}
div#news dd {
        margin: 0 0 20px 0;
}
