#wrapper.home {
	padding-top: 2px;
}

    #wrapper.home #twocol_container {
    background: none;
    width: 950px;
    }

	.home #twocol_left {
		padding: 90px 0 0 0 !important; 
		width: 360px !important;
        margin: 0;
	}
	
	.home #twocol_right {
		padding: 20px 0 !important;
		width: 480px !important;
		border: 0 !important;
        margin: 0;
	}
    
    .home h1 {
    font-size: 18px;
    font-weight: normal;
    }

#threecol_container {
	margin-bottom: 10px;
}

#threecol_container h1 {
font-size: 18px;
font-weight: bold;
padding-bottom: 4px;
border-bottom: 1px solid #dedede; 
margin-bottom: 5px;
}

	#threecol_container .threecol {
		width: 275px;
		margin-bottom: 10px;
		float: left;
		padding-right: 30px;
	}
    
#steps {
    margin-top: 10px;
    padding-left: 6px;
}

    #steps div {

        display: block; 
        padding-left: 50px; 
        margin-bottom: 20px;
        width: 190px;
    }
    
    #steps .step_1 {
        background: url(../images/howitworks_1.gif) 0 50% no-repeat; 

    }
    
    #steps .step_2 {
        background: url(../images/howitworks_2.gif) 0 50% no-repeat; 

    }
    
    #steps .step_3 {
        background: url(../images/howitworks_3.gif) 0 50% no-repeat; 
    }
    
    #steps .step_4 {
        background: url(../images/howitworks_4.gif) 0 50% no-repeat; 
    }
    
    #steps .step_5 {
        background: url(../images/howitworks_5.gif) 0 50% no-repeat; 
    }
