body{
	background: #ffffff;
	color: #fefe6d;
	font-family: monospace;
	font-size: 16pt;
}
.container{
	background: #ff2f00	;
	margin: 30px auto;
	width: 900px;
	height: 1000px;
}
.header{
	width: 900px;
	height: 300px;
}
.navigation{
	background: #666547;
	width: 900px;
	height: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.content{background: #666547;
	width: 900px;
	height: 600px;
}
.clear{
		clear: both;
	}
.footer{
	background:#666547;
	height: 60px;
	width: 900px;
	text-align: center;
	font-size: 25px;
	
}
a{
	text-decoration: none;
	color: #fefe6d;
}
	td{
		width: 300px;
	
	text-align: center;
}

