@CHARSET "UTF-8";

body {
    background: #000 url('../images/bg_main.jpg') no-repeat scroll center top; 
}

h4 {
    margin: 50px 0 5px;
}

/**
 * News
 */

.news {
    width: 418px;
}

.news .date a {
    color: #0dcbee;
}

.news .date a:HOVER {
    color: white;
}

.news h2 a {
    color: white;
}

.news h2 a:HOVER {
    color: #0dcbee;
}

.news h2 {
    float: left;
    margin: 0 0 5px;
    width: 270px;
}

.news .date {
    float: right;
    margin-top: -25px;
}

.news .content {
    clear: both;
    padding: 5px 0 0;
    border-top: 1px solid #0dcbee;
    width: 418px;
    color: #828282;
    text-align: justify;
}

.news .content img {
    width: 418px;
}

.news .more {
    margin: 0 0 20px;
    float: right;
}

/**
 * Right Menu
 */

#big_menu {
    height: 200px;
}
