div#content{
	margin-left: 451px;
}

div.item{
	margin: 0 0 50px 0;
	overflow: hidden;
}

div.item img{
	float:left;
}

div.item p{
	margin: 0 0 0 90px;
	font-size: 16px;
}

ul#steps{
	list-style:none;
	margin:0 0 0 90px;
	padding:0;
	overflow: hidden;
}
ul#steps li{
	width:49px;
	height:50px;
	margin:0 15px 0 0;
	padding:0;
	float:left;
	display:inline;
	text-indent:-9999px;
}
ul#steps li a, ul#steps li span{
	display:block;
	width:49px;
	height:50px;
	background-image:url("../images/numbers.jpg");
}
a.step-1{
	background-position:-49px 0;
}
a.step-1:hover, span.step-1{
	background-position:0 0;
}
a.step-2{
	background-position:-49px -50px;
}
a.step-2:hover, span.step-2{
	background-position:0 -50px;
}
a.step-3{
	background-position:-49px -100px;
}
a.step-3:hover, span.step-3{
	background-position:0 -100px;
}
a.step-4{
	background-position:-49px -150px;
}
a.step-4:hover, span.step-4{
	background-position:0 -150px;
}