body
{

	margin: 0px;
	background-color: #a6a6a6;
	background-image: url( ../graphics/tile.png );
	background-repeat: repeat-x;

}

pre {
 overflow-x: auto; /* Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */
 white-space: pre-wrap; /* css-3 */
 white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
 white-space: -pre-wrap; /* Opera 4-6 */
 white-space: -o-pre-wrap; /* Opera 7 */
 /* width: 99%; */
 word-wrap: break-word; /* Internet Explorer 5.5+ */
}

#clearingDiv
{

	clear: both;

}

#photoBox
{

	height: 232px;
	width: 232px;
	position: absolute;
	top: 35px;
	left: 680px;
	overflow: visible;

}

#photoBox img
{

	padding: 15px;
	border: 1px solid #ccc;
	background-color: #eee;

}

#mainContainer
{

	width: 950px;
	margin-left: auto;
	margin-right: auto;
	background-image: url( ../graphics/background.png );
	background-repeat: no-repeat;
	position: relative;
	overflow: visible;
	padding-top: 310px;
	padding-left: 150px;

}

#contentContainer
{

	width: 500px;
	float: left;

}

#contentTitle
{

	font-family: "Arial";
	font-size: 40px;
	color: #DDDDDD;

}

#contentText
{

	font-family: "Century Gothic";
	font-size: 18px;
	margin-left: 12px;
	margin-top: 10px;
	color: #FFFFFF;

}

#pageLinks
{

	color: #000000;
	font-family: "Century Gothic";
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	left: 150px;
	top: 270px;
	background-color: #ce7863;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 2px;
	padding-bottom: 6px;

}

#pageLinks a
{

	color: #FFFFFF;
	text-decoration: underline;

}

#pageLinks a:hover
{

	color: #FFFFFF;
	text-decoration: underline;

}

#footer
{

	background-color: #ce7863;
	text-align: center;
	width: 100%;
	color: #FFFFFF;
	font-family: "Century Gothic";
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 15px;
	padding-top: 15px;
	clear: both;

}

#footer a
{

	color: #FFFFFF;
	font-family: "Century Gothic";
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;

}

#testimonialContainer
{

	float: right;
	margin-right: -20px;
	margin-top: 20px;
	width: 321px;
	overflow: visible;
	position: relative;

}

#testimonialHeader
{

	float: right;
	margin-right: 50px;
	margin-top: 50px;
	width: 321px;
	height: 40px;
	margin-top: 0px;
	background-image: url( ../graphics/panelHeader.png );
	background-repeat: no-repeat;
	overflow: hidden;

}

#testimonialBody
{

	float: right;
	margin-right: 50px;
	margin-top: 50px;
	width: 321px;
	margin-top: 0px;
	background-image: url( ../graphics/panelBG.png );
	background-repeat: repeat-y;
	background-attachment: local;

}

#testimonialFooter
{

	float: right;
	margin-right: 50px;
	margin-top: 50px;
	width: 321px;
	height: 27px;
	margin-top: 0px;
	background-image: url( ../graphics/panelFooter.png );
	background-repeat: no-repeat;

}

#testimonialText
{

	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 25px;
	margin-right: 25px;
	color: #BBBBBB;
	font-family: "Arial";
	font-size: 12px;
	letter-spacing: 1px;
	text-align: justify;

}

#testimonialTitle
{

	margin-top: 12px;
	margin-bottom: 10px;
	margin-left: 25px;
	margin-right: 25px;
	color: #FFFFFF;
	font-family: "Century Gothic";
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;

}

.testimonialName
{

	margin-top: 0px;
	font-family: "Century Gothic";
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: left;

}