body {background-color:white
}
#wrapper{
    position:relative;
    margin:auto 0;
    width:1000px;
    height:800px;
    background-color:white;
}
#header{
    position:relative;
    margin:auto 0;
    width:1000px;
    height:150px;
    background-color:#cf1c44;
}
#logo{ 
    position:absolute;
    width:203px;
    height:76px;
    background-color:#3C1F1C;
    background-image: url(images/logo.jpg);
    left:15px;
    top:15px;
}
#banner{
    position:absolute;
    width:600px;
    height: 100px;
    top:15px;
    left:200px;
    MARGIN: 0PX 50PX 50PX 50PX;
}
#middle{
    position:absolute;
     width:1000px;
    height:400px;
    background-color:WHITE;
    TOP:150px;
    left:0px;
    
}
#nav {
    position:absolute;
    width:75px;
    height:400px;
    background-coLOR:WHITE;
    left:15px;
    color:white;

}
#images{
    position:absolute;
    width:800px;
    height:400px;
     left: 200px;
     background-image: url(images/baguette-1378049_1920.jpg);
        
}
#images img{border-radius:50px}
#footer{
    position:absolute;
    width:1000px;
    height:200px;
    top:550px;
    background-color:#cf1c44;
  
        

}
#footer1{    position:absolute;
    width:300px;
    height:15px;
    top:15px;
    left:25px;
    background-color:#cf1c44;
    padding-left:20px;
}
#footer2{    position:absolute;
    width:300px;
    height:175px;
    top:15px;
    left:400px;
    background-color:#cf1c44;
        
}
ul#menu{
    margin:auto;
    
}
ul#menu li a:hover{
    color:#4E2424;
}
table,th,td{
            padding-left: 15px;
            
            }
    
}
    @font-face{
        font-family: localfont;
        src:url(fonts/KlinicSlabBook.otf)}
        
        p{font-family: localfont;
        font-color:white;
        font-size:20px;
        margin-left:15px;
            padding-left: 50px ;
            
        }
        H1{font-family: localfont;}
        h3{FONT-FAMILY: LOCALFONT;}
        H4{font-family: localfont;}
        LI{DISPLAY:BLOCK}
        UL{list-style-type: NONE;
            MARGIN: 0;
            PADDING:0;
        }
          

