p {
	padding: 0px;
	margin: 0px;
}

.layer1 {
	position: relative;
	display: block;
	height: 362px;
	width: 100%;
	background-image: url(../_images/bg_layer1-tile.png);
	background-repeat: repeat-x;
	text-align: center;
}


	.layer1_container {
		position: relative;
		display: block;
		margin: 0px auto;
		width: 960px;
		height: 100%;
		background-image: url(../_images/bg_layer1-panel.png);
		background-repeat: no-repeat;
		background-position: 2px 0px;
	}
	
	.l1_logo {
		display: block;
		width: 281px;
		height: 67px;
		margin-left: -4px;
	}
	
	.anci {
		float: right;
		margin-bottom: 0px;
	}
	
	.l1_col1 {
		float: left;
		display: block;
		width: 304px;
		height: 337px;
		padding: 25px 0px 0px 18px;
	}
	
	.l1_col2 {
		float: right;
		display: block;
		width: 610px;
		height: 362px;
		padding: 0px 25px 0px 0px;
	}
	
	.l2_block1 {
		float: left;
		display: block;
		width: 370px;
		height: 164px;
		padding: 30px 15px;
		background-image: url(../_images/layer2_break1.png);
		background-position: center right;
		background-repeat: no-repeat;
	}
	
	.l2_block2 {
		float: left;
		display: block;
		width: 308px;
		height: 205px;
		padding: 30px 15px 15px 15px;
		background-image: url(../_images/layer2_break2.png);
		background-position: center right;
		background-repeat: no-repeat;
	}

	.l2_block3 {
		float: left;
		display: block;
		width: 205px;
		height: 205px;
		padding: 30px 0px 15px 15px;
	}
	
	.benefits {
		margin-top: .5em;
		clear: both;
	}
	
	.bene_text {
		padding-top: 3px;
	}