body{
	background: #DCDCDC;
	color: #FFFFFF;
	font-family: TUNGA;
	font-size: 20px;
}
.container{
	background: #462e22;
	margin: 30px auto;
	width: 900px;
	height: 1000px;
}
.header{
	width: 900px;
	height: 300px;
}
.navigation{
	background: #82634b;
	width: 900PX;
	height: 40PX;
	margin-top: 10px;
	margin-bottom: 10px;
}
.content{
	background:  #85654c;
	width: 900px;
	height: 600px;
}
.clear{
	clear: both;
}
.footer{
	background: #D3D3D3;
	height: 60px;
	width: 900px;
	text-align: center;
	font-size: 20px;
}
a{
	text-decoration: none;
	color: #FFFFFF;
}	
td{
	width: 300px;
	text-align: center;
}