body{
    background: #010101;
    color:#ddcf79;
    margin: 0;
    padding: 0;
}
a{
    color:inherit;
    text-decoration: none;
    outline: none;
}

.top{
    background-image: url("images/top.png");
    height: 416px;
}

img.TopImage{
    margin:0 20px;
}

.page{
    margin: 0 auto;
    width: 1150px;
}

div.pageContent{
    width:956px;
    border:6px solid #281a0f;
    border-top:none;
    min-height: 100px;
    background-image: url("images/background.png");
    float:left;
    /*height: 630px;*/
}

div.left{
    height: 448px;
    width: 62px;
    background-image: url("images/left.png");
    float:left;
    margin-left: 35px;
}

div.right{
    height: 448px;
    width: 76px;
    background-image: url("images/right.png");
    float:left;
}

.menu {
    margin-left:78px;
    padding-top:343px;
}

a.menuButton{
    display: block;
    color: #2e170a;
    text-decoration: none;
    background-image: url("images/button.png");
    background-repeat: repeat-y;
    background-position: bottom;
    width: 139px;
    height: 35px;
    float:left;
    margin: 0 2px;
    text-align: center;
    font-size: 14px;
    padding-top: 5px;

}

.footer{
    clear: both;
    color: #5d4722;
}

.footer div{
    float:left;
    width: 38%;
    padding-left: 96px;
}

.panel{
    width: 222px;
    margin:30px;
    float:left;
}

.panelTop{
    height: 30px;
    background-image: url("images/panel_top.png");
    text-align: center;
}

.panelContent{
    background-image: url("images/panel_background.png");
    height: 170px;
    border-left: 1px solid #493419;
    border-right: 1px solid #493419;
    color: #523a1c;
    padding: 2px 10px;
}

.panelContent p{
    border-top: 1px solid #493419;
}

.panelBottom{
    background-image: url("images/panel_bottom.png");
    height: 14px;
}

.panelTop h1{
    font-size:24px;
    color: #b08641;
    padding-top:10px;
}

.content{
    float:left;
    width: 660px;
    font-size: 14px;
    overflow: auto;
/*    height: 615px;*/
    padding: 5px;
}
.virtual{
    text-align: center;
}
.content h1{
    font-size: 20px;
}

.content img{
    float: left;
    margin: 5px;
    margin-top:7px;
    border:1px solid #b08641;
}

#sarmat{
    position: absolute;
    z-index: 2;
}

.logoImage{
    width: 1041px;
    height: 280px;
    position: absolute;
    margin-left:61px;
    top:58px;
    z-index: 0;
}

.content div{
    clear: both;
    height: 105px;
}

.flags{
    position: absolute;
    top: 300px;
    text-align: right;
    width: 1090px;
}

img {
    border: 0;
}

h2{
    font-size: 18px;
}


#slideshow div{
    height: 280px;
    overflow: hidden;
    position: absolute;
    z-index: 0;
    display: none;
}

#slideshow div#slide_1{
    display: block;
}

div.content h2{
    margin-top: 40px;
}

#facebookPanel{
    width: 341px;
    height: 100px;
    position: absolute;
    top: 420px;
    left: -292px;
    background-color: white;
    background: url("images/fb.png") no-repeat right top;
}

#gallery{
    text-align: center;
}

.gallery_table td{
    text-align: center;
}



#youtube{
	position:absolute;
	top:360px;
}

html{
padding:0px important;
}