#center_panel_home {
	background: url(../images/bg_center_panel_home.png) 0 0 repeat-x;
	}

#three_steps {
	background: url(../images/bg_3steps.png) 0 0 no-repeat;
	height: 303px;
	margin-left: 5px;
	padding: 22px 5px 0 5px;
	position: relative;
	text-align: center;
	width: 220px;
	}
	
#stp1-desc, #stp2-desc, #stp3-desc {
	color: #4c4c4c;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	line-height: 15px;
	margin-bottom: 14px;
	padding: 5px;
	}
	
#stp1-desc {
	background: #ece2b2;
	}
	
#stp2-desc {
	background: #ebe0ab;
	}

#stp3-desc {
	background: #e1d59a;
	}

#stp1, #stp2, #stp3 {
	text-indent: -9999px;
	}
	
#stp1 {
	background: url(../images/bg_stp1.gif) 0 0 no-repeat;
	height: 24px;
	}
	
#stp2 {
	background: url(../images/bg_stp2.gif) 0 0 no-repeat;
	height: 24px;
	}
	
#stp3 {
	background: url(../images/bg_stp3.gif) 0 0 no-repeat;
	height: 49px;
	}
	
#three_steps #learn_more {
	background: url(../images/button_learn.gif) 0 0 no-repeat;
	display: block;
	position: absolute;
	height: 37px;
	bottom: 5px;
	left: 5px;
	text-indent: -9999px;
	width: 220px;
	}
	
#center_panel {
	clear: both;
	text-align: left;
	width: 100%;
	}
	
#left_col {
	float: left;
	margin-right: 20px;
	margin-left: 10px;
	width: 220px;
	}
	
#center_col {
	float: left;
	margin-right: 20px;
	width: 380px;
	}
	
#right_col {
	float: right;
	margin-right: 10px;
	width: 300px;
	}
	
#right_col, #center_col {
	margin-top: 15px;
	}
	
