/*
	for Martha Grenon - The Bringing of the Bones
	created by Paul Novitski - Juniper Webcraft
	last revised - September 4, 2006
*/

/*====================
content
====================*/
h2
{
	display: none;
}
#detail
{
	xfloat: right;
	width: 500px;
	text-align: center;
}
#col1 #detail p.caption
{
	margin-top: 1ex;
	text-align: center !important;
}
#col1
{
	text-align: center;
}
#col1 ul
{
	float: left;
	width: 500px;
	margin: 0 auto;
	font-size: x-large;
	xborder: 1px dotted blue;
}
#col1 li
{
	xdisplay: inline;
	float: left;
	width: 248px;
	xborder: 1px dotted red;
	font-variant:small-caps;
}
#col1 li.prev
{
	text-align: left;
}
#col1 li.next
{
	text-align: right;
}
/*
#col1 li a
{
	display: block;
	width: 150px;
	height: 150px;
	margin: 5px 10px;
	border: none;
	text-decoration: none;
}
#col1 li a img
{
	border: 2px solid #faf6ec;
}
#col1 li a:hover img
{
	border-color: #FFA500;
}
*/
