body {
    background-image: url("/design/img/fon.jpg");
    font-size: 13px; 
    line-height: 18px;
    font-family: Tahoma,Arial,sans-serif; 
}

.clear { clear: both; }

.header {
    width:980px; 
    height:250px; 
    background-image: url("/design/img/top.png"); 
    position: relative;
}

.big_title {
    position: absolute; 
    font-size: 60px; 
    right: 50px; 
    top: 110px; 
    font-family: times New Roman;
    font-style: italic;
}

.top_text1 {
    position: absolute; 
    width:490px; 
    text-align: right; 
    font-weight: bold; 
    font-size: 12px; 
    right: 50px; 
    top: 180px; 
    font-family: times New Roman;
}

.top_text2 {
    position: absolute; 
    width:490px; 
    text-align: right; 
    font-size: 16px; 
    font-weight: bold; 
    right: 50px; 
    top: 220px; 
    font-family: times New Roman;
}

.content {
    width:930px; 
    background-color: white;
    padding: 20px 20px 20px 30px;
    text-align: left;
    position: relative;
}

.footer {
    width:980px; 
    height:17px; 
    background-image: url("/design/img/white-footer.gif");
}

.lavaLampWithImage {
    position: relative;
    height: 33px;
    width: 880px;
    padding: 10px 10px 10px 20px;
    margin: 10px 0 10px 10px;
    overflow: hidden;
}
.lavaLampWithImage li {
    float: left;
    list-style: none;
}
.lavaLampWithImage li.back {
    background: url("/design/img/button1.gif") no-repeat right -34px;
    width: 21px; height: 34px;
    z-index: 8;
    position: absolute;
}
.lavaLampWithImage li.back .left {
    background: url("/design/img/button1.gif") no-repeat top left;
    height: 34px;
    margin-right: 21px; /* 7px is the width of the rounded shape */
}
.lavaLampWithImage li a {
    font: bold 13px arial;
    text-decoration: none;
    color: #fff;
    outline: none;
    text-align: center;
    top: 7px;
    text-transform: uppercase;
    letter-spacing: 0;
    z-index: 10;
    display: block;
    float: left;
    height: 34px;
    position: relative;
    overflow: hidden;
    margin: auto 20px;    
}
.lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
    border: none;
}

.news {
    float: right;
    width: 200px;
}

.gost_content {
    background-color: #eeeeee;
    padding: 10px 0 0 10px;
}
.odd{
    background-color: white;
}

.pager {
    width:100%;
    margin:16px;
}
.pager a{
    text-decoration: none;
}

