#box-container{
	position:absolute;
	top:530px;
	padding:9px 12px 0px 15px;
}

#box-1{
	background:url(../images/home/box_1.gif) no-repeat;
}

#box-2{
	background:url(../images/home/box_2.gif) no-repeat;
	margin-left:9px;
}

#box-3{
	background:url(../images/home/box_1.gif) no-repeat;
	margin-left:9px;
}

#box-container .box{
	width:286px;
	height:183px;
	float:left;
}

#box-container .box-content{
	padding-left:6px;
	width:272px;
	padding-right:6px;
	padding-top:3px;
	height:168px;
	padding-bottom:3px;
}

#box-container .box-heading{
	font-weight:bold;
	text-transform:uppercase;
	margin-top:8px;
	margin-left:8px;
}

#box-container .box-text{
	font-size:.8em;
}
	.box-text p{
		margin:2px;
	}

#box-container .more-info-btn{
	float:right;
	background:#7a5c26;
	border:none;
	padding:2px;
	margin:0 2px 0 0;
}

#box-container .clearfix{
	clear:both;
}

#text-container{
	padding:200px 12px 10px 15px;
}