@charset "utf-8";
body {
	background-image: url(pics/Story210_AnchoElk.JPG);
	background-attachment: fixed;
	background-position: center top;
	text-align: center;
}
p {
	text-align: left;
	font-size: 24px;
}
body,td,th {
	color: #FFF;
	text-align: center;
}
#Content {
	width:70%;
	z-index:1;
	background-image: url(translucent%20bg/black-alpha50.png);
	padding: 20px;
	border: 2px solid #000;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}
a:link {
	color: #CF9;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F90;
}
a:hover {
	text-decoration: underline;
	color: #FF0;
}
a:active {
	text-decoration: none;
	color: #0F0;
}
.centertext {
text-align:center;
}
.lefttext {
text-align:left;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.padleft10x {
	padding-left: 10px;
}
.padright10x {
	padding-right: 10px;
}
