html, body{
    margin: 0;
    padding: 0;
    background: #938665;
    width: 100%;
    height: 100%;
}
img, div { behavior: url(/iepngfix.htc) }
td{
    font-family: Verdana;
    font-size: 11px;
    color: #4f3601;
    line-height: normal;
}
a img, :link img, :visited img {
	border: 0;
}
a{
    color: #9ccbff;
    text-decoration: underline;
}
a:hover{
    color: #9ccbff;
    text-decoration: none;
}
.grad_l{
    background: url(/images/grad_l.jpg);
    background-position: 0 55px;
}
.grad_r{
    background-image: url(/images/grad_r.jpg);
    background-position: 0 55px;
}

.menu{
    background: url(/images/menu.jpg) top no-repeat #f1ebd7;
    padding: 50px 25px;
}
.col{
    background: url(/images/col.jpg) top no-repeat #f1ebd7;
    padding: 50px 25px 70px 25px;
}
.hel{
    background: url(/images/hel.jpg) top no-repeat #dfd7be;
}
.her{
    background: url(/images/her.jpg) top no-repeat #dfd7be;
}
.main{
    background: url(/images/container_bg.jpg) top no-repeat #fef9e9;
    padding: 50px 25px;
}

.footer{
    color: #fde4b2;
    border-top: solid 10px #dfd7be;
}
.footer .slogan{
    border-top: solid 4px #4c3501;
    padding: 0 100px;
    line-height: 40px;
    position: relative;
}
.ft{
    position: absolute;
    width: 247px;
    height: 115px;
    top: 0;
    right: 0;
    background: url(/images/footer.png);
    margin-top: -73px;
}
