#header {
	position: absolute;
	height: 115px;
	width: 900px;
	left: 20px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/banner.jpg);
	background-repeat: no-repeat;
}
#header h1 {
	height: 115px;
	width: 700px;
	margin: 0px;
	padding: 0px;
}
span#replace {
	margin-left: -1000px;
}
#qlist {
	position: absolute;
	left: 20px;
	top: 120px;
	width: 176px;
	height: 402px;
	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;
}

#content {
	position: absolute;
	height: 403px;
	top: 120px;
	width: 700px;
	left: 220px;
	margin: 0px;
	padding: 0px;
}
#intro {
	width: 470px;
}
#intro p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#photos {
	position: absolute;
	top: 200px;
	left: 499px;
	width: 148px;
	height: 146px;
	visibility: visible;
}
#footer {
	height: 59px;
	width: 100%;
	margin: 10px 0px 0px;
	padding: 0px;
	clear: both;
	background-image: url(../img/footerBkgnd.jpg);
	background-repeat: repeat-y;
}
#footer p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #006666;
	padding-left: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#intro li {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #009999;
	list-style-type: square;
}
#footer a {
	color: #006666;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
div#holdall {
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
	position: relative;
}
