/*
@font-face {
font-family: "Agency FB"; 
src: url(agencyfb_bold.ttf);
}
*/

body {
    font-family: "Arial", Arial, bold , sans-serif;
    font-size: 14pt;
    text-align: center;
}
h1 {
    font-size: 36pt;
}
html, body {    height: 100%;}html {    display: table;    margin: auto;}
/*body {    display: table-cell;    vertical-align: middle;}*/
div {
    float: left;
    display: block;
}
a{
    color:black;
}
header {
    height: auto;
    display: block;
    float: left;
    margin-bottom: 20px;
}
.logo{
    font-size: 36pt;
    width: 500px;
    text-align: left;
    /*border: 1px solid blue;*/
    
}
.logo p{
    margin: 14px;
    text-align: left;
    font: bold;
}
.logo_phone{
    font-size: 12pt;
    width: 300px;
    height: 100%;
    /*border: 1px solid blue;*/
    margin-top: 15px;
    text-align: right;
}
div.center{
    display: block;
    width: 100%;
    display: flex;
    justify-content: center !important;
}
nav {
    /*width: 100%;*/
    height: auto;
    display: block;
    float: left;
    margin-top: 20px;
}
    nav #menu{
        list-style:none;
        /*width:940px;*/
        margin:0px auto 0px auto;
/*
        height:43px;
*/
        padding:0px 20px 0px 20px;
    }
        nav #menu li {
        float:left;
        display:block;
/*
        text-align:center;
*/
        position:relative;
        padding: 4px 10px 4px 10px;
    /*
        margin-right:30px;
        margin-top:7px;
    */    
        border:none;
        }
            nav #menu li a {
            font-size:14px; 
            color: #000;
            display:block;
            outline:0;
            text-decoration:none;
            }

        
main {
    width: 800px;
    height: auto;
    float: left;
}
    main div.pr {
        border-bottom: 1px solid black;
        margin-bottom: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    /*
    main div div {
        border: 1px solid blue;
        
    }*/

        div.pr div.pr_name{
            width: 300px;
        }
        div.pr div.pr_des{
            width: 490px;
        }
        div.pr  div.pr_des input{
            width: 50px;
        }