#footer {
	margin: 20px 0 0 0;
}
	#footerBoxes {
		list-style-type:	none;
		padding:			0 15px 0 25px;
		margin:				0 0 20px 0;
	}
		#footerBoxes .box {
                        padding-bottom: 6px;
		}
		#footerBoxes .footerBox {
			/*background:			url('../images/box_footer_bottom.png') center bottom no-repeat;*/
                        background: url("/media_new/images/three_column_box_bottom.jpg") no-repeat center bottom;
		}
			#footerBoxes .footerBox h2 {
				/*background:			url('../images/box_footer_top.png') center top no-repeat;*/
                        background: url("/media_new/images/three_column_box_top.jpg") no-repeat center top;
			}
		.box#box_automate {
			float:				left;
			width:				227px;
		}
		.box#box_common_uses {
			float:				left;
			width:				227px;
		}
		.box#box_what_we_do {
			float:				left;
			width:				227px;
		}
		#footer .links {
			clear:				both;
			padding-top:                    15px;
                        color:				#393888;
			font-size:			0.8em;
			text-align:			center;
		}
			#footerBoxes .more {
				position:			relative;
				right:				10px;
				top:				-1.6em;
				margin-bottom:		-1.6em;
			}
