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

.story	{
	color: #000;
}


h1 {
font-size: 2.2em;
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, ul li {
	font-size: .8em;
	font-weight: normal;
}

#lifeculture	{
	width: 300px;
	float: left;
	margin-top: 10px;
	margin-left: 30px;
	padding: 20px;
	font-size: .8em;
	font-weight: normal;
	font-style: italic;
	border: 1px solid #dddddd;
}

td {
	font-size: 0.8em;
}

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

.person {
font-weight: bold;
}

.place {
font-weight: bold;
}

.event {
font-weight: bold;
}

.story-picture	{
	float: left;
	margin: 6px 6px 6px 0;
	border: none;
}

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;
	height: 200px;
	margin: 5px 10px 0 10px;
	padding: 2px 5px 2px 5px;
	font-family: "Baskerville Old Face", "Big Caslon Medium", "Bookman Old Style", Contsantia, Garamond, serif;
	color: #fff;
}
 
#column-wrapper	{
	width: 960px;
	position: relative;
	background-color: white;
}

#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: #333;
}

