body{
	background: #b83211;
	font-size: 20px;
}

.container{
	background: #42f575;
	margin: 30px auto;
	width: 900px;
	height: 1200px;
}
.header{
	background: #f5bc42;
	height: 300px;
	width: 900px;
}
.navigation{
	background: #c842f5;
	height: 50px;
	width: 900px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.content{
	background: #dde2d2;
	float: right;
	width: 900px;
	height: 800px;
}
.clear{
	clear: both;
}
.footer{
	background: #65ab57;
	height: 60px;
	width: 900px;
	text-align: center;
	font-size: 20px;
}
a{
	color: #d1cf9d;
	text-decoration: none;
	font-size: 20px;
}
td{
	width: 180px;
	height: 50px;
	text-align: center;
	vertical-align: middle;
	font-size: 20px;
}