#LeftSwapContainer {
	width: 241px;
	height: 313px;
	position: relative; 
	background-image:url(../location/swap1.jpg);
	margin: 0px;
	padding: 0px;
}
.leftswapdiv {
	width:241px;
	height:313px;
	position: absolute;
	display:none;       /* comment the 'display' for debugging - in order to show each individual swapdiv */
	left: 0px;
	top: 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;	
}
.leftswapdiv ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-indent:0px;
}
.leftswapdiv li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 12pt;
}
.swaptable td{
	padding-top:195px;
	padding-left:25px;
	padding-right:31px; 	/* new: to keep the text from running off of the yellow area right edge */
	line-height: 14pt;
}
/* new: to acommodate the main intro picture and text since there is no cursive writing on it. */
#divintro td {
	padding-top:170px;
	padding-left:30px;
	padding-right:35px;
	line-height: 10pt;
}

