*
{
	box-sizing: border-box;
}

body
{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #49505a;
	font-size: 14px;
	line-height: 1.42857143;
	margin-bottom: 80px;
}

[id=MyAPTHeader]
{
	display: block;
	position: relative;
	top: 0;
	left: 0;

	height: 115px;
	min-height: 100px;
	width: 100%;

	margin: 0 0 10px;
	background-color: #fff;
	padding: 0;

	transition: all ease 0.6s;
}
[id=MyAPTHeader] > #logo
{
	float: none;
	margin: 21px 0;
	text-align: center;
	transition: all ease 1s;
	opacity: 1;
	z-index: 900;
	background-color: #fff;
}
[id=MyAPTHeader] > #logo img
{
	width: 291px;
	height: auto;
	vertical-align: middle;
	border: 0;
}
[id=MyAPTHeader] > #logo h1
{
	display: inline-block;
	position: relative;
	top: 3px;
	left: 10px;
}

section.main-content
{
	margin: 0 auto;
	max-width: 800px;
	width: 80%;
}

