#leftCol {
	float: left;
	width: 70%;
	max-width: 550px;
	}

#rightCol {
	float: left;
	width: 25%;
	max-width: 227px;
	padding-right: 5%;
	}