#Header {
	background-color: #FF6;
	background-image: url(Logo.gif);
	background-repeat: no-repeat;
	height: 130px;
	width: 100%;
}
#Menu {
	background-color: #999;
	height: 38px;
	width: 100%;
}
#Body {
	height: 400px;
	width: 100%;
}
#footer {
	text-align: center;
	height: 40px;
	width: 100%;
	background-color: #999;
	color: #FF6;
}
#footer a {
	color: #FF6;
	text-decoration: none;
}

#Header p strong {
	font-family: "Lucida Console", Monaco, monospace;
}
#Left {
	background-color: #999;
	float: left;
	height: 400px;
	width: 171px;
}
#Edit {
	float: left;
	height: 400px;
	width: 985px;
}
