body {
    background-color: #d8c9b2;
}

#wrapper {
    position: relative;
    margin: auto;
    width:1366px;
    height:768px;
    background-color:#d8c9b2;
    font-family: "karmina";
    font-size: 18px;
   
}
#logobacking {
	z-index: 1;
	position: relative;
	width: 373px;
	height: 206px;
	background-color: #ac0c2e;
}
#logo {
    position:relative;
    width:321px;
    height:154px;
    background-color: aquamarine;
    background-image:url(../Images/logosmall.png);
    left:26px;
    top:26px;
    
}
#header {
    position:absolute;
    width:999px;
    height:155px; 
    background-color:#d8c9b2;
    left:373px;
    top:0px;
}
#address {
    position:absolute;
    width:600px;
    background-color:#d8c9b2;
    font-family:"karmina";
    font-size: 20px;
    color:#3a2f20;
    left:203px;
    top:100px;
    
}
#phone {
    position:absolute;
    width:400px;
    background-color:#d8c9b2;
    font-family:"karmina";
    font-size: 20px;
    color:#3a2f20;
    left:673px;
    top:100px;
    
}
#divider {
    z-index: 1;
    position:absolute;
    width:1000px;
    height:30px;
    background-color:#ac0c2e;
    left:372px;
    top:155px;

}
#nav {
  position:absolute;
  width:270px;
  height:866px;
  background-color:#d8c9b2;
  top:206px;  
}

ul#menu {
    margin: auto;
}

ul#menu li {
    font-family:"karmina";
    font-size: 30px;
    display: block;
    margin:auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

ul#menu li a {
    text-decoration: none;
    color: #34984c;
}

ul#menu li a:hover {
    color:#ac0c2e;
}


#hours {
    position:absolute;
    width:250px;
    background-color:#d8c9b2;
    font-family:"karmina";
    color:#3a2f20;
    top:610px;
    left: 40px;
    
}
#content {
	position: absolute;
	width: 946px;
	height: 850px;
	left: 280px;
	top: 175px;
	
}

#right {
    position:absolute;
    width:156px;
    height:897px;
    background-color:#d8c9b2;
    left:1216px;
    top:183px;
    z-index: -1;
}
#footer {
	position: absolute;
	width: 1030px;
	height: 57px;
	background-color: #d8c9b2;
	left: 270px;
	top: 1030px;
	z-index: -1;
}

* {
	box-sizing: border-box;
	color: #3a2f20;
}

.col-1 {
	width: 33.33%;
	text-align: center;
	padding-bottom: 10px;
	
}


[class*="col-"] {
    float: left;
    padding-bottom: 50px;
}

 p{
              color:#3a2f20;
          }
