/* CSS Document */

#metacontainer {
	background-image:url(images/jewelry/headertile.jpg);
}
#container {
	background:#fff url(images/jewelry/bodybg.jpg) repeat-y center;
}
#header {
	background-image:url(images/jewelry/headerbg.jpg);
}
#logo {
	top:39px;
	left:157px;
}
#footercontainer {
	background-image:url(images/jewelry/footertile.jpg);
	background-repeat:repeat-x;
	height:800px;
}
#footer {
	background-image:url(images/jewelry/footerbg.jpg);
	height:800px;
}
#footertext {
	top:740px;
}
/* etsy items */
.etsyitem {
	width:133px;
	padding:0 4px 0 5px;
	float:left;
	font-size:90%;
	text-align:left;
}
.etsyitem img {
	border:1px #666 solid;
	width:125px;
	height:100px;
}
