/* CSS Stylesheet for Screen, Presentation */
    /************ BG ************/
@import url('bg.css');

/************ TOP ************/
@import url('top.css');

/************ MIDDLE and MENU ************/
@import url('middle.css');

@import url('menu.css');

/************ CONTENT ************/
@import url('content.css');

/************ FOOTER ************/
@import url('footer.css');

/************ CALENDAR ************/
@import url('calendar.css');

/************ General rules ************/
* {
    margin: 0;
    padding: 0;
}

body {
    font-family: Tahoma, Verdana;
    font-size: 11px;
    color: #5A5F6A;
    background: transparent url('graphics/bg_bottom.jpg') center bottom repeat-x;
    height: auto !important;
}

html {
    background: #054355 url('graphics/bg.jpg') center top repeat;
}

#news {
    width: 218px;
    border: none;
    background: transparent;
    padding-left: 11px;
    font-family: Tahoma;
    display: block;
    overflow: hidden;
    float: left;
}

#news .news-title {
    color: #8f1212;
    background: url('graphics/news_title.jpg') no-repeat center;
    height: 29px;
    padding-top: 10px;
    padding-left: 15px;
    font-size: 190%;
    font-weight: normal;
    font-family: sans;
}

#news_in {
    padding-bottom: 87px;
    background: #ab0101 url('graphics/banner.jpg') no-repeat center bottom;
    display: block;
    overflow: hidden;
}

#news_in2 {
    padding: 5px;
    background: #ecece0;
    border-left: 4px solid #cdcdc3;
    border-right: 4px solid #cdcdc3;
    line-height: 17pt;
    display: block;
    overflow: hidden;
}

#news_in2 a {
    color: #365c9d;
    font-size: 110%;
}

html, body {
//height: 100%;
min-height: 100%;
}