#sitebanner {
	height: 100px;
	width: 800px;
	float: left;

}
#calculator {
	height: 1300px;
	width: 280px;
	clear: both;
	float: left;
	background: #CCCCCC;
	
}
#article {
	height: 1300px;
	width: 400px;
	background: #CCCCCC;
	float: left;
	
}

#nav {
	height: 800px;
	width: 280px;
	background: #CCCCCC;
	float: left;
	text-align: center;
}

#text {
	height: 750px;
	width: 400px;
	float: left;
	background: #FFFFFF;
}
#ads {
	
	height: 1300px;
	width: 120px;
	float: left;
	background: #CCCCCC;
	}
	
#banner {
	clear: both;
	height: 100px;
	width: 800px;
	float: left;	
	}
	
#Footer  {
	clear: both;
	height: 40px;
	width: 800px;
	float: left;
	background: #888B8C;
	
}
