body{
	background: #AEEEF3;
	font-size: 20pt;
}
.container{
	background: #D50514;
	margin: 30px auto;
	width: 900px;
	height: 800px;
}
.header{
	height: 450px;
	width: 900px;
	background: #D50514;
} 
.navigaion{
	background: #D50514;
	width: 900px;
	height: 50px;          		
	margin: 10px 0;
}
.content{
	background: #57A7A4;
	float: right;
	width: 900px;
	height: 320px;
}
.clear{
	clear: both;
}
.footer{
	backround: #541414;
	height: 60px;
	width: 900px;
	align: center;
	font-size: 20pt
}
p{
	text-align: center;
	font-family:"Comic Sans MC";
}
h2{
	text-align: center;
	font-family:"Comic Sans MC";
}
a{
	color: black;
	text-decoration: none;
}
td{
	height: 50px;
	width: 180px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}