body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
img {
	max-width: 80%;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 15px;
	padding-left: 60px;
}
p a {
	color: #339900;
	font-weight: bold;
	font-size: 17px;
	text-decoration: none;
}
.mainContent {
	position: relative;
	width: 90%;
	max-width: 800px;
	height: 90vh;
	margin: 35px auto;
	border-left: solid 1px #666666;
}
.footer {
	position: absolute;
	bottom: 0;
}
.footer img {
	vertical-align: middle;
}
.rjtLogo {
	position: relative;
	width: 290px;
	
	height: auto;
	margin-right: 25px;
}
.featured {
	position: relative;
	margin-bottom: 85px;
}
@media only screen and (max-height: 600px) {
	.footer {
	position: relative;
	bottom: 0;
	}
}