div#content h1 {

	border-bottom: #888 1px solid;
}
/* START content elements */

#content
{
	padding: 0 60px;
	text-align: left;
}

#content div.artworkcell 
{
	width: 150px;
	height: 150px;
	padding-right: 7px;
	float: left;
}
#content div.artworkcell div.image
{ 
	vertical-align: bottom; 
	height: 120px
}
#content div.artworkcell div.image a img
{ 
}

#content p.detailtext span.artist a
{
	text-transform: uppercase;
}

#content #artsubnav
{ 
	border-top: 1px solid #8AA7C1;
	padding-top: 5px;
}

/* END content elements */

/* START shownav elements */

#subnav
{
	text-align: center;
	padding-bottom: 5px;
	margin: 0 auto;
}

/* the div#subnav contains the blue boxes on the front page */
#subnav ul
{
/*	width: 44em; /* two boxes wide */
	/* width: 20em; /* one box wide */
	margin: 4px auto 0;
	padding-left: 15px; /* This will also have to be adjusted for box size & number */
}

#subnav ul#subnav-2box {
	width: 44em;
	}
#subnav ul#subnav-1box {
	width: 20em;
	}
#subnav ul li
{
	margin: 1px 4px 0;
	border: 1px solid #CCC;
	background-color: #184a6d; /* #104262; /* #083a5d; /* #5E85AE; */
	padding: 4px;
	list-style: none;
	float: left;
	width: 20em; /* this element must be set for the buttons to center, but the width must also be adjusted to accommodate the content within the boxes*/
	line-height: 1.5 em; /* this element must be set to accommodate the box with the most content in it: Use 1.5 em per line */
}

#subnav ul li a:link, #subnav ul li a:visited {
/*	font-family: "Times New Roman", Times, serif; /* */
	color: #ccc;
	text-decoration: none;
	font-size: 1em;
}

#subnav ul li a:hover {
	color: #fff;
	text-decoration: underline;
}

.new {
	color:red;
	font-style:italic;
	font-weight:bold;
}

/* END shownav elements */



