/* set page background to black and text to white */
html, body {
	background:#000000;
	color:#FFFFFF;
	margin: 0;
	padding: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
  }
h1 {
	font-family: Garamond;
	font-size: 14pt;
	font-weight: bold;
	color: #839AA8;
}
h2 {
	font-family: Garamond, serif;
	font-size: 12pt;
	color: #FFFFFF;
	font-weight: bold;
}

/* set width of wrapper */
#wrapper {
  width: 700px;
  margin: 0 auto;
  }
#maincontent {
	width: 700px;
	margin: 0;
	padding: 0;
	overflow: visible;
	height: 525px;
	visibility: visible;
  }
#maintext {
	width: 500px;
	margin: 0 auto;
	font-family:Garamond, serif;
	font-size:11pt;
	color:#FFFFFF;
	position: relative;
	top:100px;
	visibility: visible;
	overflow: visible;
	z-index: 10;
  } 
#navbar {
	width: 700px;
	height: 35px;
	margin: 0;
	padding: 0;
  }
/* styles for the navigation - remove padding, margin and bullets */
#navbar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  }
/* float each list element inline */
#navbar li {
  float: left;
  display: inline;
  }
/* style the links in the navigation */
#navbar a {
	display: block;
	font-family: Garamond, serif;
	width: 80px;
	font-size: 11pt;
	text-decoration: none;
  }
#navbar a:link, #navbar a:visited {
  color:#999999;
  }
#navbar a:hover, #navbar a:active {
  color:#FFFFFF;
  }
/* special style for link to identify current page */
#thispage a:link, #thispage a:visited,
#thispage a:hover, #thispage a:active {
  color:#FFFFFF;
  }
.imageborder {
	border: medium solid #839AA8;
}
/* styles for image information */
#imageinfo {
	overflow: visible;
	visibility: visible;
	width: 150px;
	float: right;
	display: inline;
	padding-top: 100px;
	line-height: 1.7em;
}
#imageinfo ul {
	margin: 20px;
	padding: 0;
	list-style: none;
	font-family: Garamond, serif;
	font-size: 10pt;
	color: #839AA8;
}
/* styles for thumbnail block on works page */
#thumbnail_block{
	width: 150px;
	float: left;
	top: 35px;
	position: absolute;
}

#pi_float {
	overflow: visible;
	position: absolute;
	visibility: visible;
	z-index: 6;
	height: 50px;
	width: 50px;
	margin-top: 60px;
	margin-left: 60px;
}

.info {
	color: #FFFFFF;
}
.field_label {
	color: #839AA8;
}
.warning {
	color: #FF0000;
}

#biocontent {
	width: 700px;
	margin: 0;
	overflow: visible;
	height: 900px;
	visibility: visible;
	position: relative;
	z-index: 3;
  }

.cartbutton {
   padding: 0 0 0 10px;
   }
