@charset "UTF-8";
body {
	background-color: #000000;
	color: #FBF8F8;
	background-image: url(../images/htmlbackgrounds.jpg);
	background-size: cover;
	min-width: 0;
	background-clip: border-box;
	background-repeat: no-repeat;
	background-position: 0% 56%;
	min-height: 0px;
	font-size: medium;
	background-attachment: fixed;
	font-family: old-standard;
	font-style: normal;
	font-weight: 400;
	padding-left: 17px;
}
body {
	height: 100%;
	padding-left: 38px;
	text-align: left;
}
h1 {
	font-family: old-standard;
	font-style: normal;
	font-weight: 400;
	font-size: 4em;
	border-top-left-radius: 0px;
	margin-top: 46px;
	padding-top: 69px;
	text-align: center;
	padding-left: 0px;
	right: auto;
}
h3 {
	font-size: 2em;
}
.sectionright {
	width: 99%;
	margin-left: 2px;
	text-align: center;
}
footer {
	margin-bottom: 136px;
	text-align: left;
}
header {
	text-align: center;
	padding-top: 89px;
}
.navlist {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	-ms-overflow-x: hidden;
}
.navlistitem a {
	float: left;
	display: block;
	padding-top: 29px;
	padding-left: 15px;
	padding-right: 11px;
	padding-bottom: 16px;
	color: #F9F1F1;
	text-decoration: none;
}
.navlistitem a:hover {
	color: red;
}
