body { background-image: url('home/background.jpg'); }

#header, #footer { border-color: #36C4D7; }

.flash { background-color: #36C4D7; }

a { color: #36C4D7; }

a.button { background-image: url('home/background-gradient.png'); }

.news_story_column {
    float: left;
    width: 200px;
    margin-right: 10px;
}

.expired_tag {
    float: left;
    font-size: 10px; line-height: 10px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 3px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background-color: #D60010;
    color: #FFF; 
    white-space: nowrap;
}
