#header {
	background-repeat: no-repeat;
	height: 180px;
	width: 996px;
	margin: 0px;
}
#content {
	background-image: url(images/gpawebg.jpg);
	background-repeat: repeat-y;
	width: 996px;
	float: left;
}
#footer {
	background-color: #69F;
	height: 50px;
	width: 996px;
	clear: left;
	float: none;
	text-align: center;
}
#contentleft {
	float: left;
	width: 200px;
}
#contentright {
	margin-left: 200px;
	text-align: left;
}
