p { padding: 0px; margin: 0px; }
body {
    background: white;
/*    height: 100%;*/
    margin: auto;
/*    padding-left: 5%;
    padding-right: 5%;*/
    max-width: 1024px;
    min-width: 800px;
}
a { text-decoration: none; }
div.head {
    position: relative;
    border-bottom: 3px solid black;
    margin-bottom: 10px;
    height: 140px;
/*    width: 100%;*/
    min-width: 640px;
}

.logo-left {
    position: absolute;
    left: -116px;
    top: -95px;
    }
div.menu {
    position: absolute;
    right: 15px;
    bottom: 0px;
    font-family: Verdana, Tahoma, Arial;
    font-size: 0.8em; /*13px;*/
    font-weight: bold;
    text-align: right;
    }
.menu p { margin: 2px; }
.menu a:link { color: black; }
.menu a:visited { color: black; }
div.body {
    margin: auto;
    width: 100%;
    min-width: 640px;
/*    max-width: 1024px;*/
/*    height: 75%;
    vertical-align: top;*/
}
div.bottom {
    border-top: 3px solid black;
    margin-top: 10px;
    width: 100%;
    min-width: 640px;
    float: left;
}
div.article {
    position: relative;
    width: 57%;
    padding-left: 25px;
    padding-top: 30px;
    vertical-align: top;
    float: left;
}
.article p {
    line-height: 1.4em;
    font-family: Verdana, Tahoma, Arial, sans-serif;
    font-size: 0.83em; /*12px;*/
}
div.right {
/*    position: absolute;
    right: 5px;
    top: 0px;*/
    width: 33%;
    margin-right: 15px;
/*    padding-right: 4px;*/
    padding-left: 40px;
    padding-top: 30px;
    float: left;
}
p.zagolovok {
    /*font-family: 'Lucida Sans', Helvetica, 'Trebuchet MS', Garamond, 'Arial Black', 'Arial Narrow', 'Century Gothic', Impact, Palatino, 'Palatino Linotype';*/
    font-family: Verdana, Tahoma, Arial, sans-serif;
    font-size: 11pt;
    font-weight: bold;
    color: #B22222;
    text-align: left;
/*    letter-spacing: 0.1px;*/
}
.zagolovok a:visited { color: #B22222; }
.zagolovok a:link { color: #B22222; }/*#b61404;*/
.zagolovok a:hover { border-bottom: 1px solid #B22222; }

p.author {
    position: relative;
    color: #104E8B;
    padding-top: 5px;
    padding-bottom: 10px;
}
.date { color: #53868B; }
p.tags {
    padding-bottom: 16px;
    padding-top: 5px;
    word-spacing: 0.2em;
}
p.tags a {
    color: #104E8B;
    font-family: Verdana, Tahoma, Arial, sans-serif;
    font-size: 11pt;
}
.tags a:hover { border-bottom: 1px solid #104E8B; }
.tags a:link { color: #104E8B; }
.tags a:visited { color: #104E8B; }

div.news {
    /* position: relative; */
    margin-top: 10px;
    margin-bottom: 30px;
}
.news p {
    margin-bottom: 5px;
    line-height: 1.2em;
    font-family: Verdana, Tahoma, Arial, sans-serif;
    font-size: 0.8em; /* с 10pt; в Opera-9.52 размер шрифта заметно меньше, чем ff-3.0 */
}
.news a:link { color: #555555; }
.news a:visited { color: #555555; }
.news a:hover { color: black; }

a.print {
    font-size: 0.9em;
    position: absolute;
    right: 0px;
    top: 6px;
}
a:link.print { color: gray; }
a:visited.print { color: gray; }
a:hover.print { border-bottom: 1px solid gray; }

.right img { margin-top: 10px; }

p.shift {
    margin-top: 4em;
    margin-bottom: 2em;
    text-align: center;
    word-spacing: 0.7em;
    font-weight: bold;
}
.shift a { text-decoration: underline; }
.shift a:link { color: gray; }
.shift a:visited { color: gray; }
.shift a:hover { color: black; }

.tagarray {
    padding-top: 10px;
    font-family: Verdana, Tahoma, Arial, sans-serif;
    word-spacing: 0.1em;
}

.tagarray a.nonactive { color: gray; text-decoration: underline; }
.tagarray a.active { color: #104E8B; text-decoration: none; }
.tagarray a:hover { color: red; }

.google
{
background: rgb(255, 255, 255) url(http://www.google.com/cse/intl/ru/images/google_custom_search_watermark.gif) no-repeat scroll left center;
}
.google:focus
{
background: white;
}