body{
	background: #e8eae1;
	font-size: 20pt;
}
.container{
	background: #f0ffba;
	width: 900px;
	height: 1000px;
	margin: 30px auto;
}
.header{
	height: 380px;
	width: 900px;
	background: #48335e;
	margin-bottom: 10px;
}
.navigation{
	height: 60px;
	width: 900px;
	background: #a8a4d7;
}
.content{
	background: #f0ffba;
	float: right;
	width: 900px;
	height: 600px;
}
.clear{
	clear: both;
}
.footer{
	background: #48335e;
	height: 60px;
	width: 900px;
	text-align: center;
	font-size: 20px;
}
a{
	color: black;
	text-decoration: none;
}
td{
	height: 45px;
	width: 300px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}
