/* Layout styles for main pages (not index) */

#content {
	position: absolute;
	width: 500px;
	left: 206px;
	top: 110px;
	margin: 0px;
	padding: 0px;
	z-index: 3;
}
#header {
	margin: 0px;
	padding: 0px;
	position: absolute;
	height: 100px;
	width: 900px;
	top: 2px;
	background-image: url(../images/cci_banner.gif);
	background-repeat: no-repeat;
}
#qlist {
	position: absolute;
	top: 110px;
	width: 176px;
	height: 500px;
	border-top: 1px solid #006666;
	border-right: 1px solid #006666;
	border-bottom: none;
	border-left: none;
	margin: 0px;
	padding: 0px;
	z-index: 1;
}
#credits {
	width: 176px;
	margin: 0px;
	padding: 0px;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #006666;
}
.controls {
	background-color: #FFCCFF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-image: url(../img/controlBkgnd.jpg);
	background-repeat: repeat-x;
	background-position: 0px;
}
div#border {
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: 200px;
	left: 716px;
	top: 110px;
	z-index: 2;
}
#content p.hidden {
	display: none;
}

