body {
  font-size:100%;
  color: #A4A4A4;
  background: #6E6E6E;
  font-family: verdana, arial, helvetica;
}

#container {
  background: white;
  border: solid black;
  border-width: 0 3px 3px 0;
  padding: 1em;
}

#header {
  position: relative;
  font-size: 2em;
  letter-spacing: 1.25em;
  background: white;
  padding: 0.5em;
}

#header a {text-decoration: none; color: #A4A4A4;}

#content {
  position: relative;
	font-size: 0.8em; 
  background: white;
	/* t r b l */
  margin: 2em 0 0 0em;
	overflow: hidden;
}

#content h2 {
  font-size: 1em;
  letter-spacing: 0.25em;
  font-weight: normal;
}

#content h3 {
  font-size: 0.9em;
  letter-spacing: 0.25em;
  font-weight: normal;
}

#content .text {
  clear: left;
	font-size: 0.9em;
  font-weight: normal;
	margin: 2em 0 0 0em;
}

.noborder {
  border: 0;
}

.singleborder {
  border: 1px solid gray;
}

.links a {text-decoration: none;color: gray;}
.links a:hover {text-decoration: underline; color: black;}

#navigation {
  float: left;
  width: 17em;
  font-size: 0.8em;
  letter-spacing: 0.25em;
	/* t r b l */
  margin: 2.1em 0 0 1.5em;
}

#navigation .picture {
  margin: 2.1em 0 0 0;
}

#navigation .pictext {
	/* t r b l */
  margin: 0.5em 0 0.5em 0;
  font-size: 0.7em;
  letter-spacing: normal;
}

#navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
		
#navigation ul a {
  color: #A4A4A4;
  text-decoration: none;
	/* t r b l */
  margin: 0 1em 1px 1em;
}

#navigation .disabled {
  color: #D8D8D8;
	margin: 0 1em 1px 1em;
}
	
#navigation a:hover {
  /* fairey pink  */
  color: #FF00FF;
}

.cartbtnstyle {   
  margin: 3em 0 0 0;
  color: gray;
	background: white;
  font-size: 0.9em;	
  border: 1px solid;
  border-color: gray black black gray;
	padding: 2px 0 2px 0;
	width: 88px;
	cursor: pointer; /* cursor: hand; for IE5 */
	cursor: hand;
}

.slideshow_left {
  position: relative;
	float: left;
}

.slideshow_right {
  position: relative;
	/* t r b l */
  margin: 0 0 0 350px;
}

#footer {
  clear: left;
  font-size: 0.7em;
  border: solid gray;
  border-width: 1px 0 0 0;
  margin: 1em 0 1.5em 0;
  padding: 1em 0 0 0;
  width: 100%;
}

#footer p.right {
  float: right;
}
#footer p.left {
  float: left;
}

#footer a {text-decoration: none; color: gray;}
#footer a:hover  {text-decoration: underline; color: black;}
