table.main {
	width: 760px; 
	border: 12px #000000 solid;
	margin-top: -160px;
	position: relative;
	background-color: white;
	text-align: center;
	padding-bottom: 20px;
}

table.box {
	width: 450px; 
	height: 150px;
	border-left: 12px #000000 solid;
	border-right: 12px #000000 solid;
	border-top: 12px #000000 solid;
	margin-top: 0px;
	position: relative;
	z-index: 4;
	background-color: white;
	margin-bottom: 32px;
}

img.price {
	margin-left: 40px;
	margin-top: 20px;
}

img.logo {
	position: relative;
	z-index: 5;
}

img.shirt {
	border: 5px #000000 solid;
}

td.padding {
	width: 250px;
	padding: 20px;
}

tr.padding {
	padding-top: 50px;
	padding-bottom: 50px;
}

td.text {
	text-align:center;
	padding-top: 10px;
	padding-bottom: 20px;
	font-size: 10pt;
}

th {
	text-align: left;
	font-weight: normal;
	font-size: 10pt;
	padding-left: 20px;
	padding-right: 280px;
	padding-bottom: 30px;
}

body {
	background-color: yellow;
	font-family: Verdana, Helvetica, "Lucida Grande", Arial, sans-serif;
}