#content_container {
	background:none;
	border:none;
	border-bottom:#CEC29B 1px solid;
	padding-bottom:30px;
}
#box1, #box2, #box3 {
	width:230px;
	min-height:325px;
	background:url(../images/bg_box_bottom.png) no-repeat bottom left;
	padding-bottom:7px;
	margin:0 10px;
	float:left;
}
#box1 h3, #box2 h3, #box3 h3 {
	font-size:115%;
	padding:21px 0 87px 47px;
	margin:0;
	text-transform:lowercase;
}
#box1 h3 {
	background:url(../images/bg_box_1.png) no-repeat top left;
}
#box2 h3 {
	background:url(../images/bg_box_2.png) no-repeat top left;
}
#box3 h3 {
	background:url(../images/bg_box_3.png) no-repeat top left;
}
#box1 a:link, #box1 a:visited, #box2 a:link, #box2 a:visited, #box3 a:link, #box3 a:visited {
	color:#6a0b00;
	text-decoration:none;
}
#box1 a:hover, #box2 a:hover, #box3 a:hover {
	color:#6a0b00;
	text-decoration:underline;
	background:none;
}
#box1 p, #box2 p, #box3 p {
	font-size:80%;
	color:#515151;
	margin:0 20px 10px 20px;
}