#boxholder{
	margin-left: 100px;
}
#boxholder ul{
	margin: 0;
	padding: 0;
	list-style: none;
	
}
#boxholder ul li{
	display: inline-block;
	float:left;
	margin-right:40px;
	width: 233px;
	height: 325px;
	background: url(../img/homebox.jpg) no-repeat;
	overflow: hidden;
	}
.btit{
	margin: 10px;
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
}
.bimg{
	padding-top: 5px;
	text-align: center;	
}
.bimg img{
	border: 1px solid #3f3931;
	}
.bpret{
	margin-top: 22px;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
}
.btxt{
	margin: 20px 0 0 35px;
}
.btxt p{
	margin:0;
}
#conti{
	margin-top: 20px;
	background: url(../img/text.jpg) no-repeat;
	overflow: hidden;
	width: 780px;
	height: 163px;
}
#conti p{
	margin: 0;
	text-align: justify;
	padding: 50px 15px 5px 15px;
	}