body{
	background: #BF872E;
	font-size: 20px;
}

.containter{
	background:  #DA9305;
	margin: 30px auto;
	width: 900px;
	height: 1000px;
}
.header{
    background: #835327;
    height: 300px;
    width: 900px;
}
.navigation{
	background: #DFC487;
	width: 900px;
	height: 50px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.content{
	background:  #B7976A;
	width: 900px;
	height: 710px;
	float: right;
}
.clear{
	clear: both;
}
.footer{
	background: #DFC487;
	height: 60px;
	width: 900px;
	text-align: center;
	font-size: 20px;
}
.img-center-header{
	padding: 0 45px;
}
h1{
	text-align: center;
}
h2{
	text-align: center;
}
a{
	color:#591c69;
	text-decoration:none;
}
td{
	height: 50px;
	width: 300px;
	text-align: center;
	vertical-align: middle;
}
img-content{
	width: 50px;
}