#HeaderRepeater, #Footer { 
	display:none;
}
h1, h2 {display:block;}
#aqc .row {
	clear:both;
	width:100%;
}
#aqc .left {
	float:left;
	width:50%
	text-align:right;
	padding:5px;
	font-weight:bold;
	border:1px dotted #ccc;
}
#aqc .right {
	float:left;
	width:50%
	text-align:right;
	padding:5px;
	border:1px dotted #ccc;
}