@import url("common.css");
@import url("main.css");
@import url("switcher-index.css");

#container {
    min-height: 850px;
    _height: 850px;
}

/* нижнее меню */
#bottom-menu {
    position: absolute;
    width: 50%;
    left: -230px;
    top: 600px;
    z-index: 2;
}
#bottom-menu div {
    text-align: right;
    font: 13px "Trebuchet MS", Tahoma;
    opacity: 0.7;
    /*filter: alpha(opacity=60);*/
}
#bottom-menu div img { margin-right: -7px; }
#bottom-menu div.m1 {
    height: 30px;
    margin-right: 92px;
    background-color: #8e4970;
}
#bottom-menu div.m2 {
    height: 30px;
    margin-right: 15px;
    background-color: #473e5a;
}
#bottom-menu a {
    display: block;
    position: relative;
    height: 30px;
    margin-top: -30px;
    text-align: right;
    line-height: 25px;
    font-size: 110%;
}
#bottom-menu a.m1_text { padding-right: 110px; font-weight: bold; }
#bottom-menu a.m2_text { padding-right: 31px; color: #dbd1eb; }

/* контент */
#body {
    position: relative;
    margin: 0 0 30px 300px;
    min-height: 300px;
    _height: 300px;
    width: 650px;
}

/* о нас */
#about { width: 350px; padding-right: 60px; }
#about h2 {  margin-bottom: 10px; }

/* новости */
#news { padding-top: 80px; }
#news h2 { margin-bottom: 10px; }
#news dt { margin-bottom: -3px; }
#news dd {
    font-size: 90%;
    margin-bottom: 15px;
    padding-left: 15px;
    line-height: 1.2em;
}



