@charset "utf-8";
a img {
	border: solid 2px black;
}
a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* CSS Document */
#container {
	background: url(../_images/background-turquoise.jpg) repeat-y;
}
#JewelryPage, #PotteryPage {
	position: relative; 
	top: 0; 
	left: 0;
	float: left;
	width: 570px; 
	height: 600px;
	z-index: 1;
}
#JewelrySpecs, #PotterySpecs {
	position: relative; top: 10px; left: 325px; 
	width: 245px;
	z-index: 5;
	font-weight: bold;
}
#JewelrySpecs p, #PotterySpecs p {
	text-indent: 0;
	margin: 0 0 0 0; 
}

.JewelryItem, .PotteryItem { 
	display: block; 
	float: left; 
	width: 94px; 
	height: 200px; 
	clear: none; 
	text-align: center; 
}
