body {
    background-color: #5f1312;
}

#wrapper {
    position: relative;
    margin: 0 auto;
    width: 1360px;
    height: 760px;
    background-color: #5f1312;
}

#header {
    position: relative;
    width: 1360px;
    height: 100px;
    background-color: #d8c6b8;
    width: auto;
}

#logo {
    position: absolute;
    width: 300px;
    height: 75px;
    background-color: blueviolet;
    background-image: url(/pictures/logo.png);
    left: 25px;
    top: 12px;
}

ul#sitenav {
    margin: auto;
}

ul#sitenav li {
    display: inline-block;
    margin: auto;
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
    font-family: 'Sorts Mill Goudy', serif;
    font-size;
    125%;
}

ul#sitenav li a {
    text-decoration: none;
    color: #0b9446;
}

ul#sitenav li a:hover {
    color: white;
}

#nav {
    position: absolute;
    width: 600px;
    height: 60px;
    left: 700px;
    top: 20px;
}

#photo_main {
    position: absolute;
    width: 1360px;
    height: 550px;
    background-color: firebrick;
    background-image: url(/pictures/chairs.png);
    top: 100px;
}

#vision_main_bg {
    position: absolute;
    width: 450px;
    height: 550px;
    opacity:.70;
    background-color:#d8c6b8;
    text-align: center;
    font-family: 'Sorts Mill Goudy', serif;
    font-size: 110%;
    color: #d7c5b7;
    top: 100px;
    left: 910px;
}
#vision_main_text {
    position: absolute;
    width: 410px;
    height: 470px;
    text-align: center;
    font-family: 'Sorts Mill Goudy', serif;
    font-size: 130%;
    color: #5e1211;
    top: 140px;
    left: 930px;
}
#photo_bg {
    position: absolute;
    width: 1360px;
    height: 540px;
    background-color: #d8c6b8 ;
    top: 105px;
}
#photo_about {
    position: absolute;
    width: 500px;
    height: 420px;
    background-color: firebrick;
    background-image: url(/pictures/family_cook.jpg);
    top: 160px;
    left:40px;
}
#about_text {
    position: absolute;
    width: 600px;
    height: 450px;
    text-align: center;
    font-family: 'Sorts Mill Goudy', serif;
    font-size: 110%;
    color: #5e1211;
    top: 130px;
    left:650px;
}
#contact_text {
    position: absolute;
    width: 450 px;
    height: 500px;
    text-align: center;
    font-family: 'Sorts Mill Goudy', serif;
    font-size: 140%;
    color: #5e1211;
    top: 130px;
    left:400px;
}
#map {
    position: absolute;
    width: 500px;
    height: 420px;
    background-color: firebrick;
    background-image: url(/pictures/map.PNG);
    top: 160px;
    left:200px;
}
#location_text {
    position: absolute;
    width: 450 px;
    height: 300px;
    text-align: center;
    font-family: 'Sorts Mill Goudy', serif;
    font-size: 140%;
    color: #5e1211;
    top: 200px;
    left:900px;
}
#menu {
    position: absolute;
    width: 706px;
    height: 500px;
    background-color: firebrick;
    background-image: url(/pictures/menu.jpg);
    top: 140px;
    left: 300px;
    
}
#menu_text {
    position: absolute;
    width: 450 px;
    height: 100px;
    text-align: center;
    font-family: 'Sorts Mill Goudy', serif;
    font-size: 110%;
    color: #5e1211;
    top: 75px;
    left:600px;
}
#footer {
    position: absolute;
    width: 1360px;
    height: 110px;
    background-color: #d8c6b8;
    top: 650px;
}

#hours {
    position: absolute;
    width: 300px;
    height: 110px;
    top: 630px;
    left: 50px;
    color: #0b9446;
    font-family: 'Sorts Mill Goudy', serif;
    font-size: 130%;
}

#footlogo {
    position: absolute;
    width: 300px;
    height: 110px;
    background-image: url(/pictures/footlogo.png);
    top: 650px;
    left: 500px;
}

#phone {
    position: absolute;
    width: 300px;
    height: 110px;
    top: 630px;
    left: 1050px;
    color: #0b9446;
    font-family: 'Sorts Mill Goudy', serif;
    font-size: 130%;
}