body{
	background: #630804;
	font-size: 20px;
}

.container{
	background: #c4433c;
	margin: 30px auto;
	width: 900px;
	height: 1200px;
}
.header{
	background: red;
	height: 300px;
	width: 900px;
}
.navigation{
	background: #706710;
	height: 50px;
	width: 900px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.content{
	background: #dde2d2;
	float: right;
	width: 900px;
	height: 900px;
	text-align: justify;
	text-indent: 25px;
}
.clear{
	clear: both;
}
.footer{
	background: #706710;
	height: 60px;
	width: 900px;
	text-align: center;
	font-size: 20px;
}
a{
	color: white;
	text-decoration: none;
	
}
td{
	width: 280px;
	height: 50px;
	text-align: center;
	vertical-align: middle;
	font-size: 20px;
	font-weight: bold;

}
p{
	padding: 0 10px;
}