body {
    background: #000000 url('bg.jpg') top center no-repeat;
    text-align: center;
    font-family: Arial;
    font-size: 10pt;
    margin: 0px;
}

div#main {
    height: 900px;
    width: 950px;
    margin: auto;
    text-align: left;
}


div#menuh {
    height: 243px;
}

div#menu {
    padding-left: 10px;
    height: 21px;
}

div#menu a {
    text-decoration: none;
    color: #e8cfa8;
    font-weight: bold;
}

div#menu a img {
    border: 0px;
    vertical-align: bottom;
    margin-left: 5px;
    margin-right: 5px;
}

div#order {
    float: left;
    width: 190px;
    height: 240px;
    background: transparent url('book.jpg') top center no-repeat;
}
div#order a{
    display: block;
    width: 202px;
    height: 234px;
    line-height: 450px;
    color: #7c3730;
    font-weight: bold;
    vertical-align: bottom;
    text-decoration: none;
    text-align: center;
}

div#content {
    float: left;
    height: 600px;
    width: 740px;
    overflow: auto;
}
div#contentb {
    margin: 15px;
}

td.l {
    text-align: right;
    font-weight: bold;
    width: 20%;
}

table.order {
    width: 90%;
}

td input {
    border: #7c3730 1px solid;
    color: #7c3730;
    background: #e8cfa8;
    width: 99%;
}

div.vkonyv input, div.vkonyv textarea {
    border: #7c3730 1px solid;
    width: 95%;
    color: #7c3730;
    background: #e8cfa8;
}
div.vkonyv textarea {
    height: 100px;
}



