/* GPZ CSS Document */

body {
	background: url("images/background.jpg") repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 0;
}
#pageWrapper {
	background: url("images/background-paper.gif") repeat-y;
	left: 50%;
	margin: 15px 0 0 -400px;
	position: absolute;
	width: 800px;
}
h1 {
	background: url("images/background-h1.gif");
	height: 108px;
	margin: 0;
	width: 800px;
}
h2 {
	background: url("images/background-h2.png") no-repeat;
	color: #999;
	font-size: 150%;
	width: 300px;
}
h3 {
	color: #036;
	margin-bottom: -10px;
	text-align: left;
}
#wrapper {
	margin: 20px 20px 20px 150px;
	width: 630px;
}
p, ol, h3 {
	text-align: left;
	line-height: 1.5;
}
p {
	color: #003;
	font-family: "Courier New", Courier, mono;
}
ol, a {
	color: #fc0;
	font-weight: bold;
}
.update {
	background-color: #FC6;
	border: 1px solid #000;
	color: #633;
	font-weight: bold;
	text-align: center;
	width: 200px;
}
#footer {
	color: #999;
	font-size: 90%;
	margin-top: 20px;
}
#footer a {
	color: #999;
}
