#outerWrapper {
	float:none;
	position:relative;
	margin:20px auto 20px auto;
	width:725px;
	height:auto; 
	/* min-height:90%; */
	background-color:#FFF;
}
#pageLiner {
	float:none;
	position:relative;
	margin:0 auto;
	width:725px;
	height: 100%;
	min-height: 100%;
	background-color:#FFF;
}
#header {
	float:none;
	position:relative;
	margin:0px;
	width:725px;
	height:202px;
	background:url(../images/header_bkg.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
#headerLeft {
	float:left;
	position:relative;
	margin:0px;
	width:434px;
	height:202px;
}
#headerTopLeft {
	float:left;
	position:relative;
	margin:0px;
	width:434px;
	height:120px;
}
#headerBottomLeft1 {
	float:left;
	position:relative;
	margin:0px;
	width:260px;
	height:82px;
}
#headerBottomLeft2 {
	float:left;
	position:relative;
	margin:0px;
	width:174px;
	height:82px;
}
#headerRight {
	float:left;
	position:relative;
	margin:0px;
	width:291px;
	height:202px;
}
#bodyWrapper {
	float:none;
	position:relative;
	margin:0px;
	width:725px;
	height:auto;
	background-color:#FFF;
}
#leftNavigation {
	float:left;
	position:relative;
	margin:0px;
	width:150px;
	height:auto;
	text-align:center;
}
#bodyRight {
	float:left;
	position:relative;
	margin:0px;
	width:575px;
	height:auto;
	background-color:#FFF;
}
#homeContent1 {
	float:left;
	position:relative;
	margin:0px;
	width:375px;
	height:auto;
}
#homeContent2 {
	float:left;
	position:relative;
	margin:0px;
	width:200px;
	height:auto;
}
#footer {
	float:none;
	position:relative;
	margin:0px;
	width:725px;
	height:128px;
	background:url(../images/footer_bkg.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	border-top-style:solid;
	border-top-color:#06C;
	border-top-width:1px;
	background-color:#FFF;
}
#footerTop {
	float:none;
	position:relative;
	margin:0px;
	width:725px;
	height:100px;
}
#footerBottom {
	float:none;
	position:relative;
	margin:0px;
	width:725px;
	height:28px;
}
