.box {
width: 418px;
background: url(../images/tile2.gif) repeat-y;


}
.box h2 {
background: url(../images/top.gif) no-repeat left top;
padding-top: 5px;

}
.box img {
	float:left;
	margin-left: 20px;
	margin-right: 5px;
	width: 50%;
	border: 2px solid #FFFFFF;
	
}
.box .last {
background: url(../images/bottom.gif) no-repeat left bottom;
padding-bottom: 30px;
clear:both;
font-size:12px

}
.box h2, .box p {
padding-left: 20px;
padding-right: 20px;

}


.box .clear {
clear:both;
}

p {font-size:12px}