#holderdiv {width: 100%;}
 
#holderdiv div {
  margin: 0 5px 10px 0;
  color: #363636;
  background-color: #cccccc;
  border: 1px solid black;
align: center;
}
 
#holderdiv h2 {
  margin: 0;
  background-color: #333333;
  color: white;
  font-size: 0.9em;
  font-variant: small-caps;
  padding: 5px;
  text-align: center;
}
 
#holderdiv p {
  font-size: 12px;
  line-height: 16px;
  margin: 2px 0; /* Only vertical margins on the p */
  padding: 3px; /* Also side padding */
}
 
#holderdiv .p-divider {
  font-size: 12px;
  line-height: 16px;
  border-top: 1px solid black;
  padding-top: 5px; /* This one gets top padding */
}


a.caption:link {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

a.caption:visited {
	color: #ffccff;
	font-weight: normal;
	text-decoration: none;
}

a.caption:hover {
	color: white;
	text-decoration: underline;
	font-weight: bold;
}

a.caption:active {
	color: red;
	background: white;
	text-decoration: underline;
	font-weight: normal;
}

#columnholder {
	width: 100%;

}
#column1, #column2 {
	float: left;
	border: solid 2px black;
	margin: 3px;
	padding: 5px 0;
}

#column1 {
	width: 35%;
}

#column2 {
	width: 60%;
}

#incolumn1, #incolumn2 {
	width: 50%;
	float: left;

}

#storydiv {width: 100%;}
 
#storydiv div {
	margin: 0px 5px 10px 0px;
	padding: 0 10px;
	color: #363636;
	background-color: #f4f4f4;
	border: 2px solid black;
}
 
#storydiv h2 {
	margin: 0;
	color: 333333;
	font-size: 2em;
	padding: 0.7em;
	text-align: center;
}
 
#storydiv p {
	margin: 4px 0; /* Only vertical margins on the p */
	padding: 0; /* Also side padding */
}
  
#storydiv .p-divider {
	border-top: 1px solid black;
	padding-top: 5px; /* This one gets top padding */
}


.pquote {
	float: right;
	width: 8.5em;
	background-image: url(image-files/openquote.gif) top left no-repeat !important;
	color: #030;
	font-family: 'Goudy Old Style',Georgia, 'Times New Roman', serif;
	font-size: 1.8em;
	line-height: 0.9;
	font-style: italic;
	padding: 0.2em 0.5em;
	margin: 0;
	background-color: #92abac;
}

.pquote p:first-letter {
	font-family: 'GoudyHandtooled BT', 'Goudy Old Style',Georgia, 'Times New Roman', serif;
	font-size: 1.5em;
	font-weight: bold;

}

.pquote a {
	color: #030;
	font-family: 'Goudy Old Style',Georgia, 'Times New Roman', serif;
	font-size: 0.6em;
	line-height: 0.5;
	align: right;
	text-decoration: none;
}

	