body{
	background: #DCDCDC;
	color: #000000;
	font-family: century gothic;
	font-size: 20px;
}
.container{
	background: #FFFFFF;
	margin: 30px auto;
	width: 900px;
	height: 1150px;
}
.header{
	background: #FFFAFA;
	width: 900px;
	height: 400px ;
}
.navigation{
	background: #DEB887;
	width: 900px;
	height: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.content{
	background: #DEB887;
	width: 900px;
	height: 600px;
}
.clear{
	clear: both;
}
.footer{
	background: D3D3D3;
	height: 60px;
	width: 900px;
	text-align: center;

}
a{
	text-decoration: none;

}
td{
	width: 300px;
	text-align: center;
}