body {
	margin: 0;
	min-width: 320px;
}
body > header > section, 
body > article > section, 
body > footer > section {
	max-width: 1300px;
	margin: 0 auto 0 auto;
	
}
body > header {
	padding: 0 40px;
}
body > header > section > a > img {
	margin: 24px 0;
	max-width: 100%;
}
body > article {
	border-top: 16px solid rgb(167, 62, 16);
	background: -moz-linear-gradient(center top , rgb(241, 243, 245), rgb(182, 196, 206)) repeat scroll 0% 0% transparent;
	background-color: transparent;
	background-image: -moz-linear-gradient(center top , rgb(241, 243, 245), rgb(182, 196, 206));
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	background-clip: border-box;
	background-origin: padding-box;
	background-size: auto auto;
	padding: 40px;
}
body > article > section > video {
	max-width: 100%;
}
body > footer {
	background-color: rgb(122, 145, 166);
	color: rgb(201, 211, 218);
	border-top: 2px solid rgb(15, 39, 62);
}
body > footer > section {
	margin: 0 40px;
}
body > footer > footer {
	color: rgb(102, 128, 152);
	background-color: rgb(15, 39, 62);
	text-align: center;
	padding-top: 0.8em;
	padding-bottom: 1em;
}
body > footer > footer > p {
	font-size: 0.7em;
}
/*************
 TYPOGRAPHY 
**************/
body, p, a, blockquote {
	font-family: Verdana;
	font-size: 13px;
}
h1, h2, h3, h4, h5 {
	letter-spacing: 0;
}
h1 {
	font-family: Verdana;
	font-size: 24px;
	font-weight: normal;
}
h2 {
	font-family: Verdana;
	font-size: 20px;
	font-weight: normal;
}
h3 {
	font-family: Verdana;
	font-size: 16px;
	font-weight: normal;
}
h4 {
	font-family: Verdana;
	font-size: 14px;
	font-weight: normal;
}
blockquote {
	padding-left: 40px;
	padding-right: 40px;
	position: relative;
	margin-bottom: 20px;
}
blockquote:before {
	font-family: Georgia;
	font-size: 80px;
	content: "“";
	position: absolute;
	left: 0px;
	top: -20px;
}
code {
    font-family: "Courier New",Courier,monospace;
}
sup, sub {
	font-size: 0.7em
}
sup {
	position: relative;
	top: -0.5em;
}
sup {
	position: relative;
	bottom: 0.5em;
}
ul, ol {
	margin-left: 1.4em;
}

dl {
}

dt {
	font-size: inherit;
	font-weight: bold;
	margin-top: 1em;
}
dd {
	font-size: inherit;
	font-style: inherit;
	margin-bottom: 1em;
	padding-left: 2em;
}
address {
	font-style: normal;
}

