html, body, div, ul, p, img, table, h1, h2, h3, h4, a, form, input, label, textaria  {
    border: 0;
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
}

ul {
    list-style: none outside none;
}

html {
    background: #F8F9E9 url(./../img/bg.gif) repeat;
}

body {
    background: #96bade;
    border: 4px solid white;
    font-family: courier new;
    font-size: medium;
    margin: 2em auto;
    width: 942px;
}

a {
    color: #0066CC;
    text-decoration: underline;
}

a:hover {
    color: #0066CC;
    text-decoration: none;
}

div#language {
    background-color: #fff;
    float: right;
    font-size: small;
    margin: -1.25em 1em 0 0;
    padding: 0.5em;
}

div#header {
    background: #96bade url(./../img/cat57_ru_logo.jpg) center center no-repeat;
    height: 253px;
}

ul#mainmenu {
    font-size: 20px;
    font-weight: bold;
    margin-top: 1em;
    text-align: center;
}

ul#mainmenu li {
    display: inline;
}

ul#mainmenu li a:hover {
    text-decoration: none;
}

h1 {
    border-bottom: #bce1fc 2px solid;
    margin-bottom: 0.4em;
    padding-bottom: 0.4em;
}

div#content {
    clear: both;
    min-height: 30em;
    padding: 1em 2.25em;
    overflow: hidden;
}

div#content p {
    margin: 0.25em;
    text-indent: 2em;
}

div#footer {
    clear: both;
    position: relative;
    top: 10px;
}

div#copyright {
    font-weight: bold;
    float: left;
    text-align: center;
    width: 90%;
}

div#counter {
    width: 10%;
    float: right;
}

ul.newslist {
    margin: 0;
    padding: 0;
}

ul.newslist li {
    margin: 0;
    padding: 0.25em 0;
}
