body {
  color: #A4A4A4;
  background: #6E6E6E;
  font-family: verdana, arial, helvetica;
}

#container {
  background: white;
  border: solid black;
  border-width: 0 3px 3px 0;
  padding: 1em;
}

#header {
  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;
  margin: 2em 0 0 17em;
  /* fixup IE rendering refresh issue when window border on edge of images */
  width: 100%;
}

#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 .noborder {
  border: 0;
}

#content .singleborder {
  border: 1px solid gray;
}

.links a:visited {text-decoration: none;color: gray;}
.links a:link {text-decoration: none; color: gray;}
.links a:hover {text-decoration: underline; color: black;}
.links a:active {text-decoration: none; color: gray;}

#navigation {
  float: left;
  width: 17em;
  font-size: 0.8em;
  letter-spacing: 0.25em;
  margin: 2.1em 0 0 0;
}

#navigation .picture {
  margin: 2.1em 0 0 1.5em;
  padding: 0;
  border: 1px solid gray;
}

#navigation .pictext {
  float: left;
  margin: 0.5em 0 0 1.5em;
  padding: 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;
  padding: 0 0.5em;
  margin: 0 1em 1px 1em;
}

#navigation .singleborder {
  border: 1px solid gray;
}

#navigation .disabled {
  color: #D8D8D8;
}
	
#navigation a:visited {
  color: #A4A4A4;
}
		
#navigation a:hover {
  color: #FF00FF;
}

#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:visited {text-decoration: none;color: gray;}
#footer a:link {text-decoration: none; color: gray;}
#footer a:hover {text-decoration: underline; color: black;}
#footer a:active {text-decoration: none; color: gray;}
