body {
	background: #b86f57;
	
	color: #000000;
	font-family: Fatal Trial;
	font-size: 14px;
}
.container {
	background: #ffffff;
margin: 30px auto;
width: 900px;
height: 1060px;
}
.header {
	width: 900px;
	height: 300px;
}
.navigation {
	background: #d3d3d3;
	width: 900px;
	height: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.content {
	background: #f0f8ff;
	width: 900px;
	height: 650px;
}
.footer {
	background: #d3d3d3;
	height: 50px;
	width: 900px;
	text-align: center;
	font-size: 18px;
}
a {
	color: #000000;
	 text-decoration: none;
}
td {
	width: 225px;
	text-align: center;
    font-size: 20px;
}
h1{
	text-align: center;
    font-size: 22px;
}
h2{
	text-align: center;
}
h3{
	margin: 0px 0px 5px 20px;

}
.img-c{
 display: block;
 margin: auto;
}