body {
	background: #555656;
	/*background-image: url("FlamingRaptorBackground.png");
	background-repeat: repeat;
	background-size: 100px 100px;
	background-attachment: fixed;*/
}

* {
	margin: 0;
	padding: 0;
	font-family: "Archivo Narrow";
}

p {
	font-size: 1em;
	padding: 10px;
	padding-left: 0px;
	color: #555;
}

.main_container {
	width: 70%;
	min-width: 800px;
	height: auto;
	background: transparent;
	margin: 0 auto;
	margin-top: 25px;
}

.top_head {
	width: 100%;
	height: auto;
	background: #000000;
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
	color: #684802;
	text-align: center;
}

.top_head img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}

.nav {
	width: 100%;
	height: auto;
	background: #ea8b1e;
}

.nav ul {
	list-style-type: none;
	padding-left: 10px;
	padding: 10px;
	text-align: center;
}

.nav li {
	display: inline;
}

.nav a {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#777777;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
.nav a:hover {
	background-color:#dfdfdf;
}
.nav a:active {
	position:relative;
	top:1px;
}

#active {
	color: #000;
}

/*.banner {
	width: 100%;
	height: auto;
	background: #acb0ad;
}*/

.content {
	background: #fff;
	min-height: 250px;
	overflow: hidden;
	padding: 20px;
}

.progressbar, .progressbar:hover {
	color:#fff;
	background-color:#4CAF50;
	content:"";
	display:table;
	clear:both;
	text-align: center;
}

.progressbar-background, .progressbar-background:hover {
	color:#000;
	background-color:#f1f1f1;
}

nav {
	max-width: 400px;
	background: #ddd;
	border-radius: 5px;
}

nav h2 {
	color: #666;
	padding: 10px;
	padding-bottom: 0px;
}

nav ul {
	padding: 10px;
	margin-left: 20px;
	list-style-type: square;
}

nav ul ul {
	padding-top: 0px;
}

a {
	color: #ea8b1e;
}

h1 {
	padding: 10px;
	padding-left: 0;
}

.left_content {
	float:left;
	width: 70%;
	height: auto;
}

.left_content img {
	max-width: 100%;
}

.right_content {
	float: right;
	width: 30%;
	height: auto;
}

.footer {
	float:left;
	width: 100%;
	height: 25px;
	background: #010400;
	color: #fff;
	text-align: center;
	padding-top: 10px;
	margin-bottom: 25px;
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
}