body {
	text-align: center;
}
.wrapper {
	position: relative;
	width: 100%;
	font-size: 0.9em;
	margin: 0 auto -50px;
	text-align: left;
}
.header {
	height: 150px;
	background: url(../images/grad.jpg) repeat-x;
	margin-bottom: 5px;
	margin-left: 5px;
}
h2 {
	padding: 0 0 0.6em;
	color: #0167B3;
	font: 1.4em helvetica,arial,sans-serif;
	text-shadow: #ddd 1px 1px 2px;
}
p {
	padding: 0 0 1em;
	color: #333333;
	font: 1em/1.4em arial,sans-serif;
}
a {
	color: #0167B3;
}
.footer {
	position: relative;
	width: 100%;
	margin: 0 auto;
	background: url(../images/grass.jpg) repeat-x left center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #333333;
	border-bottom-color: #333333;
	padding-top: 5px;
	padding-bottom: 5px;
}
.footer a {
	color: #fff;
	text-decoration: underline;
	border: 0;
}
.footer p {
	position: absolute;
	left: 0;
	bottom: 4px;
	width: 700px;
	padding: 0;
	color: #fff;
	font: 0.8em arial,sans-serif;
	text-align: center;
}
.content {
	width: 600px;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-left: 200px;
}
.schematic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #64882D;
}
.reg {
	text-decoration: none;
}

