header {	

	border-radius: 5%,0%,5%,0%;
	border: 2px solid #826b35;
	height: 50px;
	width: auto;
	background-color: #b3944a;
	color: #b3944a;
}

header p {
	
	font-family: Arial;
	font-size: 18px;
	text-align:center;
	font-color: white;

}

footer {
	
	border-radius: 5%,0%,5%,0%;
	border: 2px solid #826b35;
	height: 50px;
	width: auto;
	background-color: #b3944a;
	color: #b3944a;
}

footer p{

	font-family: Arial;
	font-size: 18px;
	font-color: white;
	text-align:center;
}			