
a:link {
	color: #ffffff;
	text-decoration: underline;
}

a:visited {
	color: #ffffff;
	text-decoration: underline;
}

a:link:hover {
	text-decoration: none;
}

a:active {
	color: red;
	text-decoration: underline;
}

img {
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-crisp-edges;
	image-rendering: crisp-edges;
}

body {
	color: #dddddd;
	font-family: helvetica, arial, sans-serif; 
	font-size: 90%;
	margin: 0px 0px 5px 0px;
}

H1 { font-size: 150%;
	font-family: baskerville, "times new roman", serif;
	font-weight: normal;
	color: #eeeeee;
	padding: 2px 2px 2px 2px;
	display: inline;
}

H2 { font-size: 95%;
	font-family: helvetica, arial, sans-serif;
	font-weight: normal;
	color: #dddddd;
	padding: 2px 2px 2px 2px;
	display: inline;
}

H3 { 
	font-size:130%;
	font-family: baskerville, "times new roman", serif;
	font-weight: normal;
	color: #eeeeee;
}


.breadCrumb {
	color: #dddddd;
	font-size: 90%;
}

.topnav {
	color: #dddddd;
	font-size: 80%;
}

.hptitle {
	font-family: baskerville, "times new roman", serif;
	color: #eeeeee;
	font-size: 150%;
	font-weight: normal; 

}

.photoCaption{
	font-family: helvetica, arial, sans-serif;
	font-size: 125%;
}

.subtitle {
	color: #eeeeee;
	font-family: baskerville, "times new roman", serif;
	font-size: 125%;
	font-variant: small-caps;
}

.notetitle {
	color: #dddddd;
	font-family: baskerville, "times new roman", serif;
	font-size: 115%;
}


.plain {
	font-size: 100%;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
}

.imagenote {
	font-size:95%;
}
.imagenote p {
	margin-top: 0.5em;
}

.smalltext { 
	color: #dddddd;
	font-size: 90%;
}

.keywords{ 
	color: #dddddd;
	font-size: 80%;
}

.galcap {
	font-family: helvetica, arial, sans-serif;
	color: #dddddd;
	font-size: 100%;
	/*font-weight: bold;*/
}

.categories {
	font-size: 90%;
	color: #cccccc;
}

.textGalleryLinks{ 
	font-size: 120%;
}

.searchBoxText {
	color: #dddddd;
	font-size: 90%;
}

.box90 {
	width: 90%;
}

.caption {
	width: 60%;
}

.webImage {
	border-width: 2px;
	border-color: #AAAAAA;
	border-style: solid;
}

.boxLinksAbove {
	width: 90%;
	max-width: 650px;
}

.set_description {
	color: #dddddd;
	width: 90%;
	max-width: 800px;
	text-align: left;
	-webkit-font-smoothing: antialiased;
}

.note {
	color: #dddddd;
	width: 90%;
	max-width: 800px;
	text-align: left;
}

table#new {
	font-size: 90%;
}

table.cart {
	/* note drop baskerville as cart is light text on dark */
	font-family: "times new roman", serif;
	color: #000000;
}

.cart h1 {
  color: #000000;
	}


div.float {
  float: left;
  padding: 20px;
  height: 264px;
  overflow: visible;
}

div.float p {
text-align: center;
font-family: helvetica, arial, sans-serif; 
font-size: 86%;
margin: 5px;
 }

div.container {
  background-color: #333333;
  }

div.spacer {
  clear: both;
  }

.tableDropShadow {
	border: solid black 1px;
	box-shadow: 3px 3px 12px #000;
}

.thumbnail {
	border: solid #f5f5f5 3px; display: 
	inline-block; 
	box-shadow: 2px 2px 8px #000;
}



