/* CSS Document */
div#mainimage {
	position: absolute; 
	left: 0px;
	top: 0px;
	height: 330px;
	width: 330px;
	}

div#subimage {
	margin-left: 330px; 
	width: 220px;
	height: 330px;
}

table {
	border: 0px none white;
}	

td {
	padding: 0 0 15px 10px;
	width: 100px;
	height: 100px;
	text-align: right;
	vertical-align: top;
}
td.bottom {
	padding: 0 0 0 10px;
}


