@charset "windows-1251";

/* CSS Document */


* {
	margin: 0;
	padding: 0;
}
html {
    background-image:url(images/htmlBgr.png)
}
body {
    min-width:940px;
}
#top {
    z-index:4;
    position:absolute;
    left:0px;
    top:0px;
    width: 100%;
    min-width:940px;
    height: 60px;
    background-image:url(images/polet.png);
}
#top h1 {
    font-family:Garamond, Arial;
}
#menu_left {
    z-index:3;
    font-size:12px;
    position:absolute;
    left:0px;
    top:60px;
    width:200px;
    height:auto;
    border-bottom-style:groove;
    border-bottom-width:thin;
    border-right-style:groove;
    border-right-width:thin;
    background-color:White;
    background-image:url(images/menuLine.png);
}
#menu_right {
    z-index:1;
    position:relative;
    float:right;
    right:0px;
    top:60px;
    width:200px;
    border-style:groove;
    border-width:thin;
    background-color:White;
    background-image:url(images/menuLine2.png);
}
#main_1 {
    z-index:2;
    position:absolute;
    left:210px;
    right:210px;
    min-width:500px;
    top:60px;
    height:auto;
    padding-left:10px;
    padding-right:10px;
    border-style:groove;
    border-width:thin;
    background-color:White;
    background-image:url(images/topBlogBgr.png);
    background-repeat:repeat-x;
}
.topTab {
    width:200px;
    height:60px;
    text-align:center;
    vertical-align:bottom;
    color:#f6f6f6;
}
.topTable {
    width:100%;
    height:60px;
    background-image:url(images/topBlogBgr.png);
    background-repeat:repeat-x;
}
.menu {
    text-align:center;
    vertical-align:bottom;
    color:Black;
    background-image:url(images/polet.png);
    }
.menuSpan {
    display:block;
    background-image:url(images/menuLine2.png);
}
.pages li {
    display:inline;
    list-style-type:none;
    border-right-style:double;
    padding-left:5px
}
#menu_right img {
    border:none;
    padding:none;
    margin:none;
}
#menu_left ul li ul {
    display:none;
}
#menu_left ul li:hover ul {
    position:absolute;
    display:block;
    width:200px;
    top:50px;
    left:200px;
    border-left-style:double;
    border-left-width:3px;
    border-left-color:Gray;
}
#menu_left ul {
    list-style-type:none;
    cursor:default;
    font-family: 'Times New Roman', Times, serif; 
    font-size: 20px; 
    color: #666666;
}
#menu_left li {
    background-color:White;
    border-bottom-style:solid;
    border-bottom-color:rgb(70%, 70%, 70%);
    border-bottom-width:1px;
    border-top-style:solid;
    border-top-color:rgb(70%, 70%, 70%);
    border-top-width:1px;
    border-right-style:solid;
    border-right-color:rgb(70%, 70%, 70%);
    border-right-width:1px;
    padding-left:5px;
}
#menu_left li:hover {
    background-image:url(images/menuLine2.png);
    padding-left:10px;
}
#menu_left a {  
    display:block;
    background-color:White;
    font-family: 'Times New Roman', Times, serif; 
    font-size: 20px; 
    color: #666666; 
    text-decoration: none; 
}
#menu_left a:hover { 
    display:block;
    background-image:url(images/menuLine2.png);
    font-family: 'Times New Roman', Times, serif; 
    font-size: 20px; 
    color:Gray; 
    text-decoration: none; 
}
#main_1 ul {
    padding-left:20px;
    list-style-type:circle;
}
#main_1 li:hover {
    background-color:#f6f6f6;
}
#main_1 a {
    text-decoration: none;
    color:Navy;
}
#main_1 a:hover {
    text-decoration: none;
    color:Blue;
}
#main_1 p {
    text-align:justify;
    font-size:14px;
}
#main_1 h3 {
    color:Green;
}
hr {
    border:none;
    color:rgb(80%, 80%, 80%);
    background-color:rgb(80%, 80%, 80%);
    height:1px;
}
#main_1 img {
    border-style:double;
    border-width:medium;
    border-color:Gray;
    margin-left:10px;
    margin-bottom:10px;
}