        html,body {
                height:100%;
                margin:0;
                padding:0px;
                text-align: center;
                font-family: Times New Roman, Tahoma, Verdana, Arial, sans-serif;
                font-size: 12px;
                background-color: #f0f0f0;
        }
        table.main {
                width: 950px;
                height: 100%;
        }
        td.logo {
                width: 900px;
                height: 150px;
                background-image: url('../img_files/bg.jpg');
                background-repeat: no-repeat;
                background-color: #ffffff;
        }
        .logo a,span{
                color: #000000;
                font-weight: bold;
                font-family: Arial;
                text-decoration: none;
                font-size: 14px;
        }
        .logo td.contacts{
                font-family: Times New Roman;
                font-size: 12;
                color:#b49a71;
                padding: 10px;
        }
        .logo .switcher a:hover{
                text-decoration: underline;
        }
        td.menu {
                height: 30px;
                text-align: center;
        }
        .menu div {
                margin: 0px;
                background-color: #debf89;
                height: 30px;
                padding-top: 5px;
        }
        .menu a,span {
                color: #ffffff;
                font-weight: bold;
                font-family: Verdana, Times New Roman, Tahoma, Arial;
                text-decoration: none;
                font-size: 12px;
                margin: 0 20px 0 20px;
        }
        .menu a:hover {
                text-decoration: underline;
        }
        .menu span {
                color: #000000;
                text-decoration: underline;
        }
        td.content {
                overflow-x: hidden;
                overflow-y: visible;
                padding: 10px 0 30px 0;
                text-align: justify; background:ffffff
        }
        .content div {
                width: 100%;
                height: 100%;
        }
        .content h1 {
                font-family: Times New Roman, Arial;
                font-size: 20px;
                font-weight: normal;
                color: #d2ab66;
        }
        .content h2 {
                font-family: Times New Roman, Arial;
                font-size: 17px;
                font-weight: bold;
                color: #d2ab66;
        }
        .content td.text {
                height: 100%;
                padding: 15px;
                font-family: Times New Roman, Tahoma, Arial;
                font-size: 14px;
                color: #000000;
        }
        .text p {
                text-indent: 20px;
                padding-left: 20px;
                text-align: justify;
        }
        table.price {
                background-color:#debf89;
        }
        .price td {
                background-color:#ffffff;
        }
