body {
  color: #000; 
  background: #afb1ba url(img/bg_burst.png) no-repeat scroll 50% 50%;
}

a {
  color: #995500;
  text-decoration: none;
}

a:hover {
  color: #CC9900;
  text-decoration: underline;
}

div#about, div#contact, div#imgBlock {
  text-align:center;
  position:absolute;
  top: 10%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

div#imgBlock.loading {
  background: transparent url(img/spinner.gif) no-repeat scroll 50% 50%;
}

div#imgBlock p {
  font-family: Georgia, serif;
  font-size: 1em;
  margin: 3px 0;
}

div#imgBlock p#provenance, div#imgBlock p#comments {
  margin: 8px 0;
  font-size: 0.7em;
  font-style:italic;
}

div#accordion {
  position:fixed;
  width:7.6em;
  float:left;
  margin:9% 20px;
  z-index:100;
}

div#links {
  position:fixed;
  width:200px;
  padding:10px;
  right:1%;
  bottom:2%;
}

div#links h3 {
  font-family:Verdana,Arial,sans-serif;
  font-weight:bold;
  font-size:1em;
  line-height:1.3em;
  display:inline;
  margin: 0 15px;
  color: #444;
}

div#about {
  font-family: Georgia, serif;
  line-height:1.1em;
  text-align:justify;
  width:500px;
}

div#contact {
  font-family: Georgia, serif;
  line-height:1.1em;
  text-align:left;
  width:500px;
}

img.thumb{
  cursor: pointer;
}

img.sold {
  border-style: dashed;
  border-color: #afb1ba;
}

form * {margin:0;padding:0;} /* Standard margin and padding reset, normally done on the body */

legend {
	color:#000;
	*margin-left:-7px;
  font-family:Verdana,Arial,sans-serif;
  font-weight:bold;
  font-size:1em;
  line-height:1.3em;
}
fieldset {
	border:1px solid #dedede;
  padding:20px;
}
fieldset div {
	overflow:hidden;
	display:inline-block;
}
fieldset div {display:block;margin:10px 0}
label {
	float:left;
	width:5em;
}

form {
  display: inline;
}

input, textarea {
  font-family: Georgia, serif;
  font-size: 1em;
  width:18em;
}

input[type="submit"] {float:left;margin-left:20em;width:3em;}

.profileimage {display:none}