/* css с комментами */

/* Блок глобальных ссылок вверху страницы */
#global_links ul {
    padding: 0;
    margin: 0;
    margin-bottom: 5px;
    text-align: left;
}
#global_links ul li {
    display: inline;
    padding-right: 5px;
    list-style-type: none;
}
#global_links ul li.right {
    position:absolute;
    right:1em;
}
#global_links .hr {
    border-bottom: 1px solid silver;
    height:1px;
    margin-bottom: 5px;
}
#global_links hr {
    display:none;
}

/* footer start */
.footer {
    margin-top: 2em;
    text-align: right;
    clear: both;
}

.footer .hr {
    border-bottom: 1px solid silver;
    height:1px;
    margin-bottom: 5px;
}

.footer hr {
    display:none;
}
/* footer end */

/* Контекнт start */
div.content {
    font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
    max-width:70em;
}
/* Контекнт end */

