@charset "utf-8";
/* CSS Document */

body {
	background-image: none;
}

h1 {
	position: relative;
	left: 0; top: 157px;
	margin: 0 !important; padding: 0 !important;
	font-size: 200%;
	text-transform: none;
	color: #000;
	background-color: transparent;
}

h2 {
	margin: 0 !important; padding: 0 !important;
	font-size: 130%;
	color: #000;
}

#container {
	position: relative;
	left: 0;
	width: 90%; height: auto;
	margin: 0 !important; padding: 0 !important;
}

#content {
	position: relative;
	left: 0; top: 150px;
	width: 100%;
	padding-top: .5em;
}
	p, ul, ol { margin-left: 0; }

#nav { display: none; }

#logo {
	display: block;
	position: absolute;
	left: 0; top: 0;
}
