body {
      background: #fff;
}
#menu {
	clear:both;
	background: #e9967a;
       border-bottom: 4px solid #fff;
	height: 80px;
}

#menu ul {
	padding: 7px;
	list-style: none;
}

#menu ul li {
	float: left;
	padding: 9px 9px;
       
}

#menu ul li a {
	font: 25px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000;
}

#menu ul li a:hover {
	color: #fff;
}
#right {
       height: auto;
       float: right;
       width: auto;
       text-align: justify;
       font: 16px calibri;
       padding: 15px 0px;
}
#left {
       height: auto;
       float: left;
       
       width: auto;
}


#footer {
        background: #e9967a;
        height: 40px;
        border-top: 4px solid #fff;
}
.contact {
        text-decoration: underline;
        text-color:calibri;
        
}