body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #FFFFFF;
	text-align: center;
}
/* This needs to be added to the html page within the "add to cart" button.  It allows the "continue shopping" button to function on the paypal page <input type="hidden" name="shopping_url" value="http://www.holisticanimal.com/pagesmain/ShoppingCart.htm" />*/
td {
		vertical-align: top;
}
#wrapper {
	background: #FFF;
	width: 870px;
	text-align: left;
	padding: 10px;
	margin: 0% 10% 10%;
	border: medium solid #346699;
}
#wrapper #cart {
	background: #FFFFFF;
	width: auto;
	padding: 10px;
	height: auto;
	border: thin solid #CCDDED;
}
#wrapper th {
	background: #CCDDED;
}

th {
	font-family: Georgia, "Times New Roman", Times, serif;
}
hr {
	color: #CCDDED;
	line-height: normal;
	font-weight: normal;
}
#content #paypal {
 position: absolute;
 top: 150px;
 clear: both;
 right: 175px;
 left: auto;
 bottom: auto;
}
#wrapper #cart #masthead {
	border: medium solid #346699;
}
.smalltxt {
	font: 12px Georgia, "Times New Roman", Times, serif;
}
