article, section, aside, hgroup, nav, header, footer, figure, figcaption {
  display: block;
}

* {
	margin: 0px;
	border: 0px;
	padding: 0px;
	font-family: "Century Gothic", Verdana, Geneva, sans-serif;
}

body {
	background-color: #44891A;
}

a {
	color: #EB8931;
	text-decoration: none;
}

a:hover {
	color: #424242;
}

header {
	width: 700px;
	height: 100px;
	margin: 0px auto;
	color: #FFFFFF;
    text-shadow: 0px 0px 10px #000;
}

header h1 {
    padding: 10px 0px 0px 50px;
    font-size: 45px;
}

header h2 {
    padding: 13px 50px;
    font-size: 37px;
}

header h3 {
    padding: 0px 50px;
    font-size: 18px;
}

.spacer {
	width: 650px;
	height: 25px;
	margin: 0px auto 0px auto;
	border-top: 5px solid #888;
	background-color: #CCC;
}

article {
	width: 700px;
	margin: 0px auto 0px auto;
	background-color: #FFFFFF;
	color: #000;
}

article p {
	padding: 0px 50px;
	text-align: justify;
}

article p+p {
	margin-top: 10px;
}

article footer {
	padding: 10px;
	text-align: center;
    font-size: .8em;
    font-weight: bold;
}

#pagefoot {
	width: 700px;
	margin: 0px auto 0px auto;
	background-color: #000;
	color: #FFFFFF;
}

#pagefoot section {
	display: inline-block;
	vertical-align: top;
	width: 320px;
	padding: 10px;
	font-size: small;
}

#pagefoot li {
	display: inline;
	list-style: none;
    white-space: nowrap;
}

#pagefoot li:after {
	content: ", ";
}

#pagefoot li:last-of-type:after {
	content: "";
}

#pagefoot h6 {
	padding: 5px;
	text-align: center;
	font-weight: normal;
}