body
{
	background-color: #FCF4FC;
}	


table.centered
{
	margin-left: auto;
	margin-right: auto;
}

/*ITEM PAGE STYLES
---------------------------------*/
.item_description
{
	text-align: justify;
	font-family: ariel helvetica sans-serif;
}

.item_head { text-align: center; }
div.item_text
{
	padding-top: 5px;
	padding-right: 20px;
}
h1.item_head { color: red; }

img.item_image
{
	float: left;
	align: top;
}
p.item_sell_1 { background-color: #B2FFB9; }
tr.item_nav
{
	text-align: center;
}	


td.item_right { text-align: center; }

/*BLOG STYLES
----------------------------*/

img.blog
{
	margin: 12px;
}	
