body {
    background-color: #000000;
    color: #969696;
    text-align: center;
    margin: 0px;
}

body, td, p, input, textarea, select, .rusonly, .rusonly p, .rusonly td {
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-size: 14px;
}

p {
    text-align: justify;
}

form {
    margin: 15px 0px;
}

.first {
    margin-top: 0px;
}

.last {
    margin-bottom: 0px;
}

.small {
    font-size: 12px;
}

h1 {
    font-size: 22px;
    font-family: "Times New Roman", serif;
    font-weight: 300;
    letter-spacing: 0.01em;
    padding: 0.2em 0;
    border-bottom: 0px solid #bc6717;
    margin: 0.5em 0;
    color: #bc6717;
}

h1.ontop {
    margin-top: 0px;
    padding-top: 0px;
}

h2 {
    font-size: 18px;
    font-family: "Times New Roman", serif;
    font-weight: 300;
    letter-spacing: 0.01em;
    padding: 0.2em 0;
    border-bottom: 0px solid #bc6717;
    margin:0.5em 0;
    color: #bc6717;
}

a {
    color: #d66718;
    text-decoration: underline;
}

a:hover {
    color: #ff9c54;
    text-decoration: underline;
}

a.current {
    font-weight: bold;
    font-size: 15px;
    text-decoration: none;
}

a.special, a.special:hover , a:hover.special {
    font-family: "Courier New", Arial, sans-serif;
    font-size: 14px;
    color: #d66718;
    text-decoration: none;
}

.photo {
    background-color: #000000;
    border: 1px solid #1e1e1e;
    padding: 10px;
}

.inp {
    background-color: #ffffff;
    background-image: url(images/bgr_input.png);
    background-repeat: repeat-x;
    color: #000000;
    border: 1px solid #c0c0c0;
    width: 300px;
}

.btn {
    background-color: #bc6717;
    color: #000000;
    border: 1px solid #cccccc;
    font-weight: bold;
    font-family: Arial, sans-serif;
    font-size: 12px;
}

#container {
    padding: 0px;
    width: 900px;
    text-align: left;
    margin: auto;
}

.item {
    font-family: "Times New Roman", serif;
    font-size: 16px;
    font-weight: bold;
    color: #474747;
}

.item a {
    font-family: "Times New Roman", serif;
    font-size: 16px;
    font-weight: bold;
    color: #474747;
    text-decoration: none;
    margin: 0px;
    padding: 1px 0px;
    display: block;
    width: 200px;
}

.item a:hover {
    font-family: "Times New Roman", serif;
    font-size: 16px;
    font-weight: bold;
    color: #474747;
    text-decoration: none;
}

.box {
    background-color: #000000;
    width: 170px;
    padding: 10px 0px;
    font-size: 14px;
    color: #b4b4b4;
    text-align: center;
    border: 1px solid #1e1e1e;
}

.row1 {
    background-color: #040404;
}

.row1 td {
    padding: 2px;
}

.row2 {
    background-color: #090909;
}

.row2 td {
    padding: 2px;
}

.rowh {
    background-color: #101010;
    font-weight: bold;
}

.rowh td {
    padding: 2px;
}

.elem {
    margin: 7px 0px;
}

.eleml {
    margin: 15px 0px;
}

.err {
    margin: 15px 0px;
    color: #ff0000;
}

.ok {
    font-weight: bold;
    margin: 15px 0px;
    color: #315a94;
}

#footer {
    background-color: #000000;
    height: 30px;
}

a.llink {
    color: #969696;
    text-decoration: none;
}

a.llink:hover {
    color: #d66718;
    text-decoration: none;
}

#langs {
    position: relative;
    left: 580px;
    top: 0px;
    width: 55px;
    float: left;
    border: 1px solid white;
/*
    margin: 110px 0px 0px 70px;    
    width: 55px;
*/    
}