@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
}

div#pageWrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align:left;
}

div#header h1 {
	font-size: 1em;
	float: none;
	color: black;
}

div#mainContent {
	float: none;
}

div#footer {
	float: none;
	margin: 0px 100px;
}

h2 {
	color: black;
	font-size: 1em;
	background-repeat: repeat-x;
	background-position: left bottom;
}

h3 {
	color: black;
	font-size: 1em;
	background-repeat: repeat-x;
	background-position: left bottom;
}

h4 {
	color: black;
	font-size: 1em;
	background-repeat: repeat-x;
	background-position: left bottom;
}

p.A {
	margin: 20px;
}