#mainContentWrapper {
height:auto !important;
margin:0 0 -131px;
min-height:100%;
width:100%;
}
#topWrapper{
	position:relative;
	z-index:100;
	background-image:url(../images/bg-top.png);
	background-repeat:repeat-x;
	background-position:bottom;
	height:80px;}

#centerWrapper{
	position:relative;
	margin:-10px auto 0 auto; 
	padding: 50px 20px 20px 20px;
	width:920px;
	border:1px solid #CCC;
	background-color:#FFF;
	}
	#headingWrapper{
		padding:0 0 30px 0;
		}
		#logo{
			margin:5px 0 0 0;}
		#payoff{
			float:right;
			background-image:url(../images/payoff.png);
			background-repeat:no-repeat;
			background-position:center top;
			margin:19px 0 0 0;
			width:547px;
			height:66px;
			text-indent:-5000px;
			overflow:visible;
			}
			
	#articleWrapper{
		width:580px;
		padding:0;
		margin:0;
		float:left;
		overflow:hidden;
		}
	#asideWrapper{
		width:260px;
		float:right;
		}

#footerPusher {
height:130px;
}
#footerWrapper {
	z-index:100;
	position:relative;
	border-top:1px solid #999;
	background:#DDDDDD url(../images/bg-footer.png) repeat scroll 0 0;
	height:130px;
	}
	#footerCenterWrapper{
		margin:0 auto; 
		width:920px;
		padding:20px 0 0 0;
		}
		#footerLogo{
			display:block;
			float:left;
			margin:4px 40px 0 0;
			}
		#footerContactWrapper{
			float:left;
			}
			
			#footerContactWrapper h3{
				color:#af0000;
				margin:0 0 2px 0;
				font-size:14px;
				}
			#footerContactWrapper p{
				line-height:1.3em;
				font-size:14px;
				}
