.testimonialPage #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #440000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.testimonialPage #mainContent {
	padding: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #000000;
	margin: 10px;
}
.testimonialPage #mainContent blockquote {
	font-style: oblique;
	color: #FFFFFF;
	padding: 10px;
	border: #FFFFFF 1px dashed;
}
.testimonialPage #mainContent h3 {
	text-align: right;
	font-size: 14px;
	padding: 0px 20px 5px 0px;
	color: #CCFF66;
}
.testimonialPage #mainHeader {
	padding: 5px;
	margin: 0px 0px 10px 0px;
	border: #999999 thin dashed;
	text-align: center;
	color: #FFFFFF;
	background: #333333 url(images/spongeBgd.gif) repeat-x;
}
.testimonialPage #mainHeader h1 {
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.testimonialPage #commentFrameLeft {
	margin: 20px 0px 0px 0px;
	background-color: #003333;
}
.testimonialPage #commentFrameRight {
	margin: 20px 0px 0px 0px;
	background-color: #550000;
}
.testimonialPage #comment {
	padding-top: 10px;
}
#whiteSpc {
	margin: 20px 0px 20px 0px;
}
