.contentBG {
	background-image: url(images/fwTemplate/Redmond-Carpet-layout_r6_c1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.indexCenter {
	margin-top: -200px;
	margin-left: -375px;
	position: absolute;
	left: 50%;
	top: 50%;
}
.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 140%;
}
.MainContainer {
	padding: 5px;
}
h2 {
	font-size: 16px;
	color: #333333;
	line-height: 20px;
}
h1 {
	font-size: 30px;
	line-height: 40px;
}
a:link {
	text-decoration: none;
	color: #836A63;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #BCA593;
	text-decoration: underline;
}
h3 {
	font-size: 14px;
	line-height: 19px;
}
.rtFloat {
	margin: 5px 5px 5px 10px;
	float: right;
}
.lftFloat {
	margin: 5px 10px 5px 5px;
	float: left;
}
