/* CSS Document */

/*   body */
body {
	background-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	text-align: center;
	background-image: url(images/items/back.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
.storytext{
	font-size: 14px;
	text-align: left;
}
div.mytop{
	background-image: url(images/items/top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: static;
	margin-left: auto;
	margin-right: auto;
	top: 0px;
	height: 150px;
	width: 800px;
	z-index:3;
}
div.mybodycopy{
	height: auto;
	width: 800px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index:2;
	background-color: #FFFFCC;
	border:1px #FFFFCC;
	/*border: 1px solid #022770;*/
}
div.editcopy{
	padding: 10px;
	clear: both;
}
div.editcopy a:link, a:visited, a:active{
	color: #601A60;
}
div.editcopy a:hover {
	color: #601A60;
	text-decoration: none;
	background-color: #66FEFF;
}
h1 {
	font-size: 30px;
	color: #601A60;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight: bold;
	line-height: 30px;
}
img.pict-right{
	float: right;
	margin-left: 10px;
}
img.pict-left{
	float: left;
	margin-right: 10px;
}

/*----FOOTER PANEL----*/
.myfooter{
	position: relative;
	left: auto;
	z-index:10;
	width: 100%;
	height: 25px;
	color: #FFFFFF;
	right: auto;
	line-height: normal;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #601A60;
	background-position: center center;
	text-align: center;
	margin-top: 3px;
	padding-top: 2px;
}
