body	{
	color: #fffaf0;
	background-color: #000000;
	width: 900px;
	border: 3px solid;
	margin-left: auto;
	margin-right: auto;
	}
h1 	{
	background-image: url(pics/Banner.jpg);
	background-repeat: no-repeat;
	text-align: center;
	font: bold italic xx-large Verdana, Geneva, sans-serif;
	color: #000000;
	height: 300px;
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	}
h2		{
	text-align: center;
	font-size: x-large;
}
p {
	text-align: center;
	font-family: Papyrus, arial, sans-serif;
	font-size: large;
}
img	{
	padding: 10px 10px 10px 10px;
}
a:link	{
	color: #0000ff;
}
a:visited {
	color: #ffffff;
}
a:hover {
	color: #ff0000;
}
.pics	{
	border-bottom: 1px solid;
}
#all {
}
#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;
	padding-left: 10px;
}
#content a {
	border: none;
	text-decoration: none;	
}
#footer	{
	text-align: center;
	width: 100%;
	clear: both;
	border-top: 3px solid;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	padding-top: 5px;
}
#copyright {
	float: left;
	text-align: left;
	font: small "Times New Roman", Times, serif;
}
#acknowledge {
	float: right;
	text-align: right;
	font: small "Times New Roman", Times, serif;
}
