
.boxtop {
	background-image:url(/images/box/boxtop.jpg);
	background-repeat:no-repeat;
	padding: 8px 0 0 15px;
	height:37px;
	color:#FFF;
	font-size:18px;
}

.boxcontent {
	background-image:url(/images/box/boxmid.jpg);
	background-repeat:repeat-y;
	padding: 0 15px 0 15px;
	font-size:10px;
	text-align:left;
}

.boxcontent p {
	margin-top:0;
	margin-bottom:0;
	padding-bottom:15px;
	font-size:10px;
	text-align:left;
}

.boxcontent h1 {
	margin-top:0;
	margin-bottom:0;
	padding-bottom:5px;
	font-size:11px;
	font-weight:bold;
	font-family: Lucida Grande, Arial;
}

.boxbottom {
	background-image:url(/images/box/boxbottom.jpg);
	background-repeat:no-repeat;
	margin-bottom:10px;
}