body {
 	font-family: 'trebuchet ms', tahoma, helvetica, sans-serif;
 	font-size: 14px; /* 75%; */
 	color: #DDC493;
 	background-color: #362910; /* #2E230E;  #231B0A */
 	margin: 0;
 	
}

A:link {
	color: #DDC493;
	text-decoration:none;
}

A:visited {
	color: #DDC493;
	text-decoration: none;
}

A:hover {
	color: #FF9900;
	/* border-bottom: 1px solid #FF9900; */
}

#titleBlock {
	/* position: absolute; */
	left: 0px;
	top: 0px;
	width: 761px; 
	/*height: 496px; 
	 background-image: url(images/blakespot_com.gif); */
}

.content {
	line-height: 150%;
}

.eml {
	color: #6B5220; /* #56421A; #645842;  #817256; */
	font-style: italic;
}

.dead {
	color: #6B5220; 
}

.dot {
	color: #6B5220; 
}

.vertLine {
	margin-left: 40px;
	margin-right: 40px;

}


#footer {
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	text-align: center;
	position: fixed;
	bottom: 0px;
	left: 0px;
	vertical-align: middle;
	/* max-height: 3em; */
	overflow: hidden;
}

#pup {
  position:absolute;
  z-index:200; /* aaaalways on top*/
  padding: 15px;
  margin-left: 10px;
  margin-top: 5px;
  width: 120px;
  border: 1px solid black;
  background-image: url(images/bg-pup.png);
  /* background-color: #777; */
  color: #FF9900;
  font-size: 0.95em;
}

#pop {
  position:absolute;
  z-index:200; /* aaaalways on top*/
  padding: 15px;
  margin-left: 10px;
  margin-top: 5px;
  width: 120px;
  top:0;
  border: 1px solid black;
  background-image: url(images/bg-pup.png);
  /* background-color: #777; */
  color: #FF9900;
  font-size: 0.95em;
}