.header {
	background-color: #FFF;
	height: 200px;
	width: 800px;
	border: medium solid #333;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: x-large;
	font-style: normal;
	line-height: normal;
}
.content1 {
	background-color: #FFF;
	height: 600px;
	width: 800px;
	border: medium dashed #000;
}
.footer {
	background-color: #FF0;
	height: 100px;
	width: 800px;
	border: thin solid #666;
}
