body {
    font-family: tahoma, verdana, sans-serif;
    font-size: 12px;
    color: #11366F;
    width: 900px;
    height: auto;
    margin: 0px auto 0px auto;
 }


#headr {

    margin-top: 100px;
    margin-bottom: 50px;
    /* width: 800px; */
    height: 40px;
    background-color: #4E729A;
    border: none;
    color: #C4DBFD;
    padding: 2px;
    padding-left: 15px;
    
}

.boldmright {
    font-weight: bold;
    margin-right: 300px;
}

.menutop {
    /*background-color: #3784D0; */
    padding-left: 10px;
    padding-right: 10px;
    font-size: 90%;
    
}

.menuleft { line-height: 18px;
    
    
}

.main {
    font-size: 110%;
    font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: bold;
}

#leftblock {
    /* margin-top: 20px; */
    /* background-color: #DBE9F7; */
    width: 120px;
    float: left;
}

#rightblock {
    
    width: 240px;
    float: right;
}

#central {
    margin-top: 20px;
    padding-left: 171px;
    padding-right: 250px;
}
#footer {
    position: absolute; top: 570px; width: 900px;
    border-top: thin solid;
    border-top-color: #4E729A;
    color: #4E729A;
    margin-top: 100px;
    padding: 10px; 
    /* background-position: bottom;
    background-color: #4E729A; */
    clear: left;
    clear: right;
    height: auto;
    font-size: 80%;
    text-align: center;
}

.copyr {
    font-size: smaller;
}