* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background-color: #CCC;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333;
	border-left-color: #333;
	margin-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
}
#wrapper #header {
	height: 300px;
	width: 960px;
}
#wrapper #navigation {
	height: 26px;
	border-top-color: #999;
	border-bottom-color: #999;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	background-color: #999;
	text-align: center;
}
#wrapper #bodyarea {
	width: 960px;
}
#wrapper #footer {
	height: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
p {
	margin: 20px;
}
