table {
	border: none;
	border-collapse: seperate;
	border-spacing: 20px;
	margin: -20px;
	padding: 0;
}

td {
	width: 330px;
	background: url(/images/box-bottom.gif) no-repeat bottom left;
	padding: 10px;
	vertical-align: top;
}

td.wide {
	width: 720px;
	background-image: url(/images/box-bottom-wide.gif);
}

h2 {
	background: url(/images/box-top.gif) no-repeat top left;
	margin: -10px;
	margin-bottom: 0;
	padding: 10px;
	padding-top: 13px;
}

td.wide h2 {
	background-image: url(/images/box-top-wide.gif);
}