#mainnav {
	margin-bottom: 0px;
}
#leftcol {
	margin-top: 10px;
}
	#mainfeature {
		float: right;
		width: 710px;
		margin-right: 10px;
		margin-bottom: 10px;
		position: relative;
	}
	* html #mainfeature {
		display: inline;
	}
	#mainfeature p {
		margin: 0;
		padding: 0;
	}
	#mainfeature img.group {
		width: 710px;
		border: 0;
	}
	#mainfeature img.busservices, #mainfeature img.individuals {
		position: absolute;
		left: 15px;
		border: 0;
	}
	#mainfeature img.busservices {
		top: 30px;
	}
	#mainfeature img.individuals {
		top: 140px;
	}
	.rightcolitem {
		background: url(../images/sidenav.jpg) top left no-repeat;
		padding-top: 5px;
	}
	.rightcolitem p {
		color: #6f712b;
		font-size:0.8em;
	}
	.rightcolitem h3 {
		color: #6f712b;
	}
	#rightcol {
		background: url(../images/sidenav.jpg) bottom left no-repeat;
		padding-bottom: 5px;
		margin-bottom: 30px;
	}