html, body {
  margin: 0px;
  padding: 0px;
  border: 0px;
}
body {
	background-color: #3a3d44;
	font-family: Georgia, serif;
}
#container {
	width: 950px;
	height: 1400px;
	background-image: url(../images/about_background.jpg);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
}
#title p {
	font-size: 472%;
	margin-top: -105px;
	text-align: center;
}
#subtitle p {
	font-size: 75%;
	margin-top: -78px;
	margin-left: 10px;
}
.red {
	color: #af0100;
}
.green {
	color: #317f39;
}
#topnav ul {
	margin-left: -2px;
}
#topnav li {
	float: left;
	list-style-type: none;
	padding-top: 9px;
	padding-right: 28px;
}

#topnav img {
	border: none;
}
#topnav a {
	outline: none;
}
#aboutheading img {
	margin-top: 10px;
	margin-left: 45px;
}
#aboutus {
	color: #b6b6b6;
	font-size: 14.5px;
	margin-left: 19px;
}
#aboutus li {
	list-style-image: url(../images/Flag_07.jpg);
	padding-bottom: 7px;
}
#faqheading img {
	margin-top: 20px;
	margin-left: 45px;
}
#faqs {
	color: #b6b6b6;
	margin-left: 52px;
	margin-top: -40px;
}
#faqs p {
	width: 800px;
	font-size: 14.5px;
}
#faqs .answer {
	color: #4f4f4f;
}