BODY 	{
	color: #fffaf0;
	background-color: #000000;
	}
h1 	{
	background-image: url(PeekaBoo1Banner.jpg);
	text-align: center;
	font-style: italic;
	height: 143px;
	width: 485px;
	margin-left: auto;
	margin-right: auto;
	color: #000000;
	padding-top: 100px;
	font-size: xx-large;
	}
h2		{
	text-align: center;
	font-size: x-large;
}
p {
	text-align: center;
	font-family: Papyrus, arial, sans-serif;
	font-size: large;
}
#header {
	border-bottom: 3px solid;
}
#leftnav	{
	float: left;
	width: 20%;
}
#leftnav li {
	list-style-type: none;
}
#leftnav a {
	background-image: url(ButtonPic.jpg);
	height: 26px;
	width: 100px;
	text-align: center;
	padding-top: 20px;
	color: #ffffff;
	display: block;
	border: 3px gray outset;
	text-decoration: none;
	margin-bottom: 1em;
}
#leftnav a:hover {
	border: 3px gray inset;
	color: #ff0000;
}
#content	{
	float: left;
	width: 75%;
	border-left: 3px solid;
	text-align: center;
}
#footer	{
	width: 100%;
	clear: both;
	border-top: 3px solid;
	margin-left: auto;
	margin-right: auto;
	bottom: 10%;
	text-align: center;
	font: small "Times New Roman", Times, serif;
}
#footer #copyright {
	float: left;
	text-align: left;
	font: small "Times New Roman", Times, serif;
}
#footer #acknowledge {
	float: right;
	text-align: right;
	font: small "Times New Roman", Times, serif;
}
.pics	{
	border-bottom: 1px solid;
}
a:link	{
	color: #0000ff;
}
a:visited {
	color: #ffffff;
}
a:hover {
	color: #ff0000;
}