html{
    background: #f3e6c6;
    color: #5c4a38;
}
.ruka:hover{
    color: #a43c3c;
    cursor: pointer;
}
#main{
    margin: 0 auto;
    width: 995px;
}
#roof{
    top: 0px;
    position: absolute;
    background: url(img-site/roof.jpg) no-repeat;
    height: 54px;
    width: 995px;
}
#roof p{
    padding: 3px 0 0 210px;
}
#roof2{
    top: 54px;
    position: absolute;
    background: url(img-site/roof2.jpg) no-repeat;
    height: 173px;
    width: 995px;
}
#header{
    top: 227px;
    position: absolute;
    background: url(img-site/header.jpg) no-repeat;
    height: 89px;
    width: 995px;
}
#header .text{
    float: right;
    height: 80px;
    width: 710px;
    margin: 5px 25px 0 0;
    font-size: 15px;
}
#header .text p{
    margin: 0px;
}
#menu{
    top: 316px;
    position: absolute;
    background: url(img-site/menu.jpg) no-repeat;
    height: 44px;
    width: 995px;
}
#menu p{
    padding-left: 350px;
    padding-top: 0px;
    margin-top: 11px;
}
#menu a{
    font-weight: bold;
    color: #5c4a38;
    text-decoration: none;
    font-style: italic;
}
#menu a:hover{
    color: #a43c3c;
}
#content{
    top: 360px;
    position: absolute;
    background: url(img-site/bg.jpg) repeat-y;
    width: 995px;
}
#content .top{
    float: left;
    background: url(img-site/top.jpg) no-repeat;
    width: 995px;
}
#content .right{
    float: right;
    width: 730px;
    padding-right: 20px;
    padding-top: 15px;
}
#content .right a{
    color: #5c4a38;
}
#content .right a:hover{
    color: #a43c3c;
}
#content .rezerv{
    width: 700px;
    text-align: right;
    font-size: 25px;
    margin: 10px 0 10px 0;
}
#content .rezerv a{
    color: #5c4a38;
}
#content .rezerv a:hover{
    color: #a43c3c;
}
#content .border{
    background: #f4ebda;
    border: #c3b78e 1px solid;
    padding: 8px;
    margin-bottom: 5px;
}
#content .border img{
    border: #c3b78e 1px solid;
    margin: 5px;
}
#content .border1{
    background: #f8ebd2;
    border: #c3b78e 1px solid;
    padding: 8px;
    margin-bottom: 5px;
}
#content .right .block{
    width: 702px;
    height: 150px;
    background: url(img-site/block.jpg) no-repeat;
    margin-bottom: 15px;
}
#content .right .block .text{
   width: 505px;
   float: right;
   height: 150px;
   padding-right: 10px;
}
#content .right .block .text h3{
   margin: 5px 0 0px 0;
   font-size: 17px;
}
#content .right .block .text p{
   margin: 5px 0 0px 0;
   font-size: 15px;
}
#content .right .block .text a{
    color: #5c4a38;
}
#content .right .block .text a:hover{
    color: #a43c3c;
}
#content .right .block .foto{
   width: 175px;
   float: right;
   height: 120px;
   padding: 15px 0 15px;
}
#content .right .block .foto img{
   border: #c3b78e 1px solid;
}
#content .right h1,h2,h3{
    color: #5c4a38;
    font-size: 20px;
}
#content .left{
    float: right;
    width: 225px;
    padding-top: 180px;
    padding-left: 20px;
}
#content .left h4{
    color: #5c4a38;
    margin-bottom: 5px;
}
#content .left a{
    color: #5c4a38;
    font-size: 13px;
}
#content .left a:hover{
    color: #a43c3c;
}
#content .left p{
    color: #5c4a38;
    font-size: 13px;
}
#content .footer{
    float: left;
    background: url(img-site/footer.jpg) no-repeat;
    width: 995px;
    height: 192px;
}
#content .footer p{
    padding-left: 450px;
    padding-top: 123px;
}
