@charset "utf-8";
/* CSS Document */

.box {
	width: 260px;
	background: #941E23 url("/assets/imgs/boxbtm.png") no-repeat left bottom;
	font-family: "Gill Sans", Futura, "Lucida Grande", Geneva, sans-serif;
	color: #FFF;
}
.box h2 {
	background: url("/imgs/boxtop.png") no-repeat left top;
	padding: 10px 10px 5px 10px;
	margin: 0;
	font-size: 24px;
	font-weight: normal;
	line-height: 26px;
}
.box h3 {
	font-size: 22px;
	font-weight: bold;
	margin: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	line-height: 24px;
}
.box p {
	font-size: 14px;
	line-height: 16px;
	margin: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.box .last {
	padding-bottom: 20px;
}
