/* layout and positioning for all pages other than index.htm */

#header {
	margin: 0px;
	padding: 0px;
	position: absolute;
	height: 70px;
	width: 900px;
	left: 20px;
	top: 0px;
	background-image: url(../img/pagebanner2.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
#qlist {
	position: absolute;
	left: 20px;
	top: 80px;
	width: 176px;
	height: 500px;
	border-top: 1px solid #006666;
	border-right: 1px solid #006666;
	border-bottom: none;
	border-left: none;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/qlistbkgnd.jpg);
	background-repeat: repeat-y;
}

#credits {
	width: 176px;
	margin: 0px;
	padding: 0px;
}
#border {
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: 200px;
	left: 716px;
	top: 80px;
}
div#holdall {
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
	position: relative;
}
