/* general page setup */
*, html * {
	margin:0px;
	padding:0px;
}
html {
	height:100.01%;	
}
body {
	min-height:100%;
	font-size:100.01%;
	font-family:Arial,Helvetica,sans-serif;
	background-color:#FFFFFF;
	color:#000000;
	background-image:url(images/body-bg.jpg);
	text-align:center;
}
img {
	border:1px solid #000000;;
}
a img {
	border:0;
}
/* site wide */
a {
	text-decoration:none;
	color:#000000;
}
a:hover {
	text-decoration:underline;
}
.clr {
	clear:both; overflow:hidden; height:0px;
}
.centered {
	text-align:center;
}
#exhib_banner {
	position:absolute;
	display:block;
	width:160px;
	height:160px;
	background-image:url(images/david-gray.png);
	margin:0 0 0 -60px;
}
#exhib {
	padding-bottom:12px;
}
#exhib img {
	width:200px;
	height:131px;
}
#exhib a {
	color:#3FBDF1;
	text-decoration:none;
	font-weight:bold;
	outline:none;
}
#exhib span {
	padding:6px 0 6px 0;
	display:block;
	color:#3FBDF1;
	font-weight:bold;
}

#pagination {
	margin:12px 0 2px 0;
}
#pagination a {
	padding:0 30px 0 30px;
}
#wrap {
	width:780px;
	margin:auto;
	padding-bottom:24px;
	border:1px solid;
	border-top:0;
	border-bottom:0;
}
#detail #wrap, #biography #wrap {
	border:0;
}
h1, div.detail_logo {
	height:150px;
	background-image:url(images/logo.gif); 
	background-repeat:no-repeat;
	background-position: center center;
}
div.detail_logo {
	height:105px;
	margin-bottom:16px;
}
#img_detail {
	height:100.01%;
	min-height:100%;
}
h1 span {
	display:none;
}
#main {
	margin:32px 0 32px 0;
}
h2 {
	font-size:1.2em;
	font-weight:normal;
}

h1.detail_title {
	margin:8px 0 16px 0;
	font-size:1.3em;
	font-weight:normal;
	background-image:none;
	height:32px;
	}
h1.detail_title div {
	color:#FF0000;
	padding-left:1em;
	display:inline;
}
h3.detail_size, h4.detail_price, h5.detail_media {
	font-weight:normal;
	font-size:1.2em;
	margin-top:4px;
}
p.detail_notes {
	font-size:0.8em;
	margin-top:4px;
}
#main p {
	margin:8px 0 8px 0;
	padding:0 16px 0 16px;
	text-align:justify;
	line-height:1.5em;
}
#index-img {
	width:450px;
	height:257px;
}
#main p.center {
	text-align:center;
}
#backlink {
	position:absolute;
	margin:-10px 0 0 -370px;
	padding:4px;
	border:1px dotted;
}
#img_detail h6 {
	margin-top:12px;
}
#img_detail h6 a {
	font-weight:normal;
	font-size:16px;
	padding:4px;
	border:1px dotted #000000;
}
.text_left {
	text-align:left;
	padding:12px;
}
