#Body {
	background: #DCF0C1 url('../images/BodyBG.jpg') repeat-x center top;
	text-align:center;
}

#OuterWrapper {
	width:948px;
	margin:0 auto;
	text-align:left;
	overflow:hidden;
}

#Header {
	width:inherit;
	height:367px;
	overflow:hidden;
}

#Header #Logo {
	background-image:url('../images/LogoBG.jpg');
	background-repeat:no-repeat;
	width:337px;
	height:367px;
	float:left;
}

#Header #People {
	background-image:url('../images/PeopleBG.jpg');
	background-repeat:no-repeat;
	width:611px;
	height:367px;
	float:left;
}

#ContentInner {
	clear:both;
	/*position:absolute;*/
	text-align:right;
}

#ContentInner #Left {
	width:337px;
	float:left;
	position:relative;
	top:-60px;
	text-align:left;
}

#ContentInner #RightWrapper {
	width:611px;
	float:left;
	overflow:hidden;
}

#ContentInner #RightWrapper #Right {
	background-image:url('../images/RightBG.jpg');
	background-repeat:repeat-y;
	text-align:left;
	padding:0 20px 0 21px;
}

#ContentInner .Move {
	position:relative;
	top:-20px;
}

#ContentInner #RightWrapper #Right #HomeBG {
	background-image:url('../images/HomeBG.jpg');
	background-repeat:no-repeat;
	width:572px;
	height:230px;
	overflow:hidden;
}

#ContentInner #RightWrapper #Right #HomeBG #TopContent {
	padding:100px 20px 0px 20px;
}

#ContentInner #RightWrapper #Right #Content {
	padding:20px;
	width:542px;
}

#ContentInner #RightWrapper #Right #Footer{
	background-image:url('../images/BottomBG.jpg');
	background-repeat:no-repeat;
	background-position:left;
	height:20px;
	width:572px;
}

#ContentInner #RightWrapper #Right #FindOutMoreBG {
	background-image:url('../images/FindOutMoreBG.jpg');
	background-repeat:repeat-y;
	width:572px;
	padding-top:10px;
	text-align:right;
}

#ContentInner #RightWrapper #FooterTxt {
	position:relative;
	top:-65px;
	text-align:center;
	color:#33CCFF;
	font-weight:bold;
	font-size:11pt;
}

#ContentInner #RightWrapper #FooterTxt a {
	color:#33CCFF;
	font-weight:bold;
	text-decoration:none;
}

#ContentInner #RightWrapper #FooterTxt a:hover {
	text-decoration:underline;
}

#ct_forteLogo {
	text-align:right;
}

.block {
	display:block;
	clear:both;
}

img { behavior: url('../inc/pngbehavior.htc'); }
