body	{
	margin-top:0;
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
	background-color: #000;
	background-image:url(images/background_content-page.jpg);
	background-repeat: no-repeat;
	background-size: contain;
}

#header {
	width: 100%;
	height: 100px;
	background-color:#000;
	/*position: fixed; (might use)*/
}

#main-menu-left {
	font: Tahoma, Arial;
	font-weight: bold;
	float: left;
	padding-top: 30px;
	margin: auto;
	width: 40%;
}

#main-menu-left a {
	text-decoration: none;
	text-align: center;
	font-family: Tahoma, Arial;
	color: #FFF;
	float: left;
	display: block;
	font-size: 24px;
	margin: auto;
	width: 33.3%;
}

#main-menu-right {
	font: Tahoma, Arial;
	font-weight: bold;
	float: right;
	padding-top: 30px;
	margin: auto;
	width: 40%;
}

#main-menu-right a {
	text-decoration: none;
	text-align: center;
	font-family: Tahoma, Arial;
	color: #FFF;
	float: left;
	display: block;
	font-size: 24px;
	margin: auto;
	width: 33.3%;
}

#main-menu-logo	{
	width: 20%;
	float: left;
	margin: auto;
	text-align: center;
}

#main-menu-left a:hover {
	color: #3FB19E;
}

#main-menu-right a:hover {
	color: #3FB19E;
}

#main-menu-left a.current-page {
	color: #3FB19E;
}

#main-menu-right a.current-page {
	color: #3FB19E;
}

#content-area	{
	height: 1050px;
}

#content-wrapper	{
	margin: auto;
	width: 50%;
	background-color: #FFF;
	height: inherit;
}

#content	{
	padding-top: 100px;
	padding-left: 10%;
	padding-right: 10%;
}

#content h1 {
	font-family: Georgia, Cambria, "Times New Roman", serif;
	font-weight: normal;
	font-size: 40px;
}

#content h2 {
	font-family: Georgia, Cambria, "Times New Roman", serif;
	font-weight: normal;
	font-size: 25px;
}

#content hr {
	size: 1;
	margin-bottom: 40px;
}

#content p {
	font-family: 'Raleway', sans-serif;
	padding-left: 10%;
	padding-right: 10%;
	font-size: 20px;
}

#content p.reviewers {
	text-align: right;
}

#content ul	{
	font-family: 'Raleway', sans-serif;
	padding-left: 20%;
	padding-right: 10%;
	font-size: 16px;
}

#content a {
	text-decoration: none;
	color: #3FB19E;
}

#content a:hover {
	text-decoration: none;
	color: #000;
}

#content a:visited {
	text-decoration: none;
	color: #E28F96;
}

#content a:visited:hover {
	text-decoration: none;
	color: #000;
}

#footer	{
	background-color: #000;
	width: 100%;
	height: 400px;
	margin-top: 0px;
	padding-top: 50px;
}

#horizontal-logo {
	text-align: center;
}

hr.line-footer {
	size: 1;
	color: #FFF;
	width: 80%;
}

#social-media-buttons {
	width: 40%;
	margin: auto;
	background-color: #000;
	text-align: center;
}

a.social {
	text-decoration: none;
	float: left;
	display: inline;
	width: 20%;
}

i.fa.fa-circle.fa-stack-2x {
	color: #FFF;
	text-decoration: none;
}

i.fa.fa-inverse {
	color: #000;
}

#social-media-buttons a:hover {
	opacity: 0.7;
}

#footer-signature {
	color: #FFF;
	background-color: #000;
	font-family: Tahoma, Arial;
	font-size: 12px;
	text-decoration: none;
	clear: left;
	text-align: center;
	margin-top: 85px;
}

#footer-signature a {
	text-decoration: none;
	color: #FFF;
}

#footer-signature a:hover {
	color: #3FB19E;
}