div.left75 {
	width: 600px;
	padding: 20px 20px 0px 20px;
	margin: 0px;
	}
	
div.right25 {
	width: 315px;
	padding: 20px 20px 0px 20px;
	}
	
/* ICON ROW */
div.icon {
	float: left;
	width: 250px;
	height: 200px;
	color: #000;
	background: #ffffcc;
	}
	
#auto-insurance,
#home-insurance,
#life-insurance,
#business-insurance {
	width: 250px;
	height: 200px;
	}	
	
#auto-insurance h2,
#home-insurance h2,
#life-insurance h2,
#business-insurance h2 {
	padding: 0px;
	margin: 0px;
	text-indent: -9000px;
	}
	
#auto-insurance a,
#home-insurance a,
#life-insurance a,
#business-insurance a {
	display: block;
	width: 250px;
	height: 200px;
	color: #000;
	}
	
#auto-insurance a {
	background: url("/site_graphics/icon-strip.jpg") no-repeat 0px 0px;
	}
	
#auto-insurance a:hover {
	background-position: 0px -200px;
	}
	
#home-insurance a {
	background: url("/site_graphics/icon-strip.jpg") no-repeat -250px 0px;
	}
	
#home-insurance a:hover {
	background-position: -250px -200px;
	}
	
#life-insurance a {
	background: url("/site_graphics/icon-strip.jpg") no-repeat -500px 0px;
	}
	
#life-insurance a:hover {
	background-position: -500px -200px;
	}
	
#business-insurance a {
	background: url("/site_graphics/icon-strip.jpg") no-repeat -750px 0px;
	}
	
#business-insurance a:hover {
	background-position: -750px -200px;
	}
