@import url('wc-main.css');

#content {
/*    width: 790px;*/
    float: left;
    padding: 10px;
}
#content_main {
    float: left;
    width: 540px;
    background-color: #fcf7e3;
    margin-right: 10px;
    padding: 10px;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
}
#spotlight {
    float: left;
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px;
    background-image: url("../../images/bg-spotlight.jpg");
}
#spotlight_title {
    background-color: #0070b8;
    color: #ffffff;
    font-weight: bold;
    vertical-align: middle;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 20px;
    margin-bottom: 10px;
    -moz-border-radius: 1em 1em 0em 0em;
    border-radius: 1em;
}
.spotlight_content {
    font-size: 0.8em;
    margin-bottom: 1em;
    font-weight: bolder;
    padding-left: 10px;
}
.spotlight_content a {
    color: #0070b8;
}
#content_news {
    float: left;
    width: 200px;
}
.right_title {
    background-color: #687955;
    color: #ffffff;
    font-weight: bold;
    vertical-align: middle;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 20px;
    margin-bottom: 5px;
    -moz-border-radius: 1em;
    border-radius: 1em;
}
.right_title a {
    color: #ffffff;
}
.right_content {
    margin-bottom: 1em;
    font-size: 0.75em;
}
.right_content a {
    color: #0070b8;
    font-weight: bolder;
}
#content_events {
    float: left;
    width: 200px;
    margin-top: 10px;
}
.message div {
    margin-bottom: 1.0em;
}
.message a {
    color: #0070B8;
}
.message .bold {
    font-weight: bold;
}
#image_bar {
    margin-bottom: 1em; 
    text-align: center; 
    white-space: nowrap;
}
#image_bar img {
    border: 1px solid #0070b8;
}