a, a:link, a:visited, a:hover, a img {
	outline: none;
	border: none;
}
html{
	margin:0;
	padding:0;
}
body{
	background: url(../images/bodybkg2.jpg) center bottom no-repeat fixed;
	background-size: cover;
	margin:0;
	padding:0;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}
#wrapper{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	box-shadow: 2px 5px 5px #111;
}
#content{
	background: #fff;
	margin: 0 auto;
	padding: 0px;
}
#cycle{
	width: 100%;
	text-align: center;
}
#cycle img{
	max-width: 100%;
	position: relative;
	z-index: 4;
	margin: 0 auto;
}
#gowrapper{
	background: #fff;
	padding: 40px 3% 23px 3%;
	text-align: center;
	overflow: auto;
}
/*#penn, #keystone {
	display: none;
}
.logo:hover + .godescription {
	display: block;
}*/
#descriptionone, #descriptiontwo{
	display: block;
	background: white;
	margin: 0 0 20px 0;
	max-width: 550px;
	overflow: auto;
}
#descriptiontwo{
}
#descriptionone h1, #descriptiontwo h1{
	font-size: 22px;
}
#descriptionone p, #descriptiontwo p{
	display: inline-block;
	min-height: 285px;            /* CHANGE as needed */
	margin:0;
	line-height: 160%;
	text-align: left;
}
.logo{
	position: relative;
	display: inline-block;
	width: 42%;
	min-width: 320px;
	/*min-height: 470px;*/
	border: 2px solid #392b23;
	border-radius: 11px;
	margin: 0 auto 20px auto;
	padding: 0 3%;
}
.logo#two{
}
.logo img{
	max-width: 300px;
}
.logo a.button{
	display: inline-block;
	background: #465218;
	background: -moz-linear-gradient(top, #465218 0%, #5c6b20 100%);
	background: -webkit-linear-gradient(top, #465218 0%,#5c6b20 100%);
	background: linear-gradient(to bottom, #465218 0%,#5c6b20 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#465218', endColorstr='#5c6b20',GradientType=0 );
	border: 2px solid #d4db29;
	border-radius: 6px;
	margin: 10px 0 6px 0;
	padding: 10px 35px;
	text-decoration: none;
	color: #fff;
	font-size: 24px;
}
#humuswrapper{
	padding: 40px;
	background: #465218;
	background: url(../images/aero.jpg) center top no-repeat #465218;
	background-size: cover;
}
#humus{
	/*background: rgba(245,245,245,0.75);*/
	margin: 0 auto 0px auto;
	padding: 30px 0px 0px 0px;
	/*border: 2px solid #d9e322;
	border-radius: 6px;*/
	color: #fff;
}
#aero{
	position: relative;
	z-index: 4;
	float:left;
	width: 300px;
	min-height: 200px;
	margin: 0px 30px 30px 0;
}
#aero img{
	width: 300px;
}
#humus h1{
	margin-top: 0;
	font-size: 26px;
}
#humus h2, #humus h3{
	margin-top: 50px;
	font-size: 20px;
}
#humus h3{
	margin-bottom: 30px;
	font-style: italic;
	font-size: 18px;
}
#humus span{
	line-height: 160%;
}
#humus a.button{
	width: 110px;
	display: inline-block;
	background: #fff;
	border: 2px solid #fff;
	border-radius: 6px;
	margin: 25px 20px 25px 0;
	padding: 6px 26px;
	text-decoration: none;
	color: #465218;
	font-size: 21px;
	text-align: center;
}
#footer{
	margin: 0 auto;
	text-align: center;
}
#footer span{
	display: block;
	margin: 20px;
	font-size: 13px;
	color: #ddd;
}