html {
height: 100%;
background-image: url(images/bg.gif);
background-attachment: fixed;
position: relative;
}
body {
background-image: url(images/page_bg.gif);
background-repeat: repeat-y;
width: 800px;
padding: 0;
margin: 0 auto;
min-height: 100%;
position: relative;
font-size: 12px;
}
* html body{
height: 100%;
}
#lang_select{
height: 28px;
background-image: url(images/top00.jpg);
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 80%;
padding: 10px 0 0 15px;
margin: 0;
}
#lang_select a{
text-decoration: none;
color: #70708F;
}
#header{
background-image: url(images/top01.jpg);
height: 127px;
font-size: 0px;
}
#left{
float: left;
background-image: url(images/left_bg.jpg);
background-repeat: no-repeat;
width: 199px;
min-height: 173px;
vertical-align: top;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 80%;
padding: 0 0 50px 0;
}
#left p{
padding: 0;
margin: 5px 2px 2px 10px;
}
*html #left{
height: 173px;
}
#content{
position: relative;
width: 800px;
min-height: 100%;
overflow: hidden;
}
#page {
float: right;
width: 600px;
position: relative;
}
#navig {
width:600px;
height: 23px;
background-image: url(images/navig_bg.jpg);
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
margin: 0;
padding: 0;
}
#navig ul {
margin:0;
padding: 0;
list-style: none;
background-image: url(images/wp.gif);
background-position: bottom;
background-repeat: repeat-x;
height: 23px;
overflow: hidden;
}
#navig li {
width: 120px;
float:left;
margin:0;
padding:0;
}
#navig a {
display:block;
background-image: url(images/bg_sel3.gif);
text-decoration:none;
color: #70708F;
font-weight: bolder;
padding: 4px 1px 5px 23px;
}
#navig a:hover {
background-image:url(images/bg_sel2.gif);
color: Black;
}
#navig #current {
background-color: #e7e5e5;
background-image: url(images/bg_sel.gif);
font-weight: bolder;
color: Black;
}
#navig #current a{
background-image: none;
color: Black;
cursor: default;
}
#copyright{
position: absolute;
bottom: 0;
left: 0;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
margin: 0 0 5px 15px;
padding: 0;
}
#main{
background-image: url(images/content_bg.jpg);
background-repeat: no-repeat;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
margin: 0;
padding: 20px;
min-height: 173px;
}
*html #main{
height: 173px;
}

.right_bl{
text-align: right;
padding-right: 7px;
font-size: 11px;
font-weight: bold;
}
.left{
padding-left: 7px;
}
.select_form{
width: 135px;
font-size: 11px;
float: right;
margin: 0 0 2px 0;
padding: 0;
}
.acount_tit{
float: left;
font-size: 11px;
margin: 2px 0 1px 0;
}
.select_form_but{
float: right;
margin-top: 2px;
font-size: 11px;
width: 35px;
}
#acount{
margin: 0px;
padding: 8px 7px 0 10px;
}
#acount p{
clear: both;
margin: 0;
padding: 0;
}
#counter{
padding: 30px 0 10px 50px;
}
#news{
background-image: url(images/ico_news.gif);
background-repeat: no-repeat;
padding: 30px 0 0 0;
margin: 40px 0 10px 0;
clear: both;
}
.new_date{
font-size: 110%;
font-weight: bold;
color: #385A6C;
padding: 10px 0 0 0;
margin: 0;
}
.news_anons{
padding: 0;
margin: 0;
font-size: 105%;
}
.news_podr{
padding: 2px 0 5px 0;
margin: 0;
font-size: 100%;
}
.news_podr a{
text-decoration: none;
color: Gray;
}
.newblock{
border-bottom: 1px solid white;
margin: 0 10px;
padding: 0 0 5px 0;
}