body{
	background: #172749;
	color: #000000;
	font-family: century gothic;
	font-size: 20px;
}
.container{
	background: #79b0c8;
	margin: 30px auto;
	width: 900px;
	height: 1000px;
}
.header{
	width: 900px;
	height: 300px;
}
.navigation{
	background: #003f66;
	width: 900px;
	height:40px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #ffdd7c;
}
.content{
	background: #003f66;
	width: 900px;
	height: 600px;
	color: #ffdd7c;
}
.clear{
	clear: both;
}
.footer{
	background: #D3D3D3;
	height: 60px;
	width: 900px;
	text-align: center;
	font-size: 20px;
}
a{
	text-decoration: none;
	color: #ffdd7c;
}
td{
	width: 300px;
	text-align: center;
}