body	{
	width: 960px;
	margin: 0 auto 0 auto;
	background-image: url(../graphics/backgrounds/background-stone-small.jpg);
	font-family: "Lucida Sans", "Lucida Grande", Lucida, "Trebuchet MS", Helvetica, sans-serif;
		color: #ddd;
}

.story	{
	color: #bbb;
	background-color: rgba(0,0,0,0.85);
}


h1 {
font-size: 1.4em;
font-weight: bold;
border-bottom: 1px solid #aaa;
margin-bottom: 10px;
padding-bottom: 10px;
}

h2 {
font-size: 1.2em;
font-weight: bold;
margin: 30px 0 0 0;

}
h3 {
font-size: 1em;
font-weight: bold;
font-style: italic;

	}

p {
	font-size: .8em;
	font-weight: normal;
}

td {
	font-size: 0.8em;
}

.column-top	{
	margin-top: 0px;
}

.person {
font-weight: bold;
}

.place {
font-weight: bold;
}

.event {
font-weight: bold;
}

a:link {
color: #4462fe;
font-family: Verdana, Helvetica, sans-serif;
font-weight: bold;
text-decoration: underline;
background: transparent;}

a:hover {
color: #ff0000;
font-family: Verdana, Helvetica, sans-serif;
font-weight: bold;
text-decoration: underline;
background: transparent;
}

a:visited {
color: #4462fe;
font-family: Verdana, Helvetica, sans-serif;
font-weight: bold;
text-decoration: underline;
background: transparent;
}

/* Home Page	 */

#masthead-banner	{
	width: 960px;
	margin: 5px 10px 0 10px;
	padding: 2px 5px 2px 5px;
	font-family: "Baskerville Old Face", "Big Caslon Medium", "Bookman Old Style", Contsantia, Garamond, serif;
	background-color: rgba(0,0,0,0.75);
}
 
#column-wrapper	{
	width: 960px;
	position: relative;
}

#c1	{
	width: 640px;
	margin: 10px 0px 10px 10px;
	padding: 10px 5px 10px 5px;
	border: 0;
	display: block;
	float: left;
}

#c2	{
	width: 270px;
	margin: 10px 10px 10px 10px;
	padding: 10px 5px 10px 5px;
	border: 0;
	display: block;
	float: right;
}

.clearboth	{
	clear: both;
	height: 0px;
	width: 0px;
}


#footer	{
	margin: 20px 0 0 0;
	height: 60px;
	width: 960px;
}

#footercontent	{
	height: 30px;
	margin: 20px 0px 0px 0px;
	padding: 10px 5px 10px 5px;	
}

#footercontent p {
	font-size: .7em;
	color: #ccc;
}
