@charset "UTF-8";
/* CSS Document */
h1 {
	font-family: "Rockwell Bold", Rockwell;
	font-style: normal;
	/* [disabled]font-variant: normal; */
	color: #FFFFFF;
	text-align: center;
	font-weight: 400;
	font-size: xx-large;
	border-bottom: medium dotted #FFFFFF;
	border-spacing: px 5px;
	margin-top: 0px;
	padding-top: 30px;
}
h2 {
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	font-weight: 400;
	text-align: left;
	font-size: medium;
	color: #FFFFFF;
	font-style: normal;
}
p {
	color: #F1F1F1;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: small;
	clear: right;
}
p1 {
	color: #FFFFFF;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: xx-small;
	text-align: left;
}
footer {
	background-color: #581845;
	height: 75px;
	padding-top: 5px;
	padding-left: 20px;
	clear: both;
}
aside {
	width: 600px;
	margin-left: 150px;
	margin-right: 150px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
}
a {
	font-family: "Rockwell Bold", Rockwell;
	color: #FFC300;
	text-align: center;
	font-size: medium;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF5733;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
#container {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-color: #000000;
}
header {
	height: 55px;
	text-align: center;
}
nav {
	height: 40px;
	text-align: center;
	background-color: #900C3F;
	padding-top: 30px;
	margin-top: 20px;
}section {
	width: 600px;
	margin-right: 150px;
	margin-left: 150px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #282828;
	padding-bottom: 20px;
}
