@charset "UTF-8";
/* CSS Document */


body {
	background-color: #31165c;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#wrapperhome {
	text-align: left;
	height: 636px;
	width: 636px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/home.jpg);
	background-repeat: no-repeat;
	padding: 57px;
}
#wrapper {
	text-align: left;
	height: 636px;
	width: 636px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/page.jpg);
	background-repeat: no-repeat;
	padding: 57px;
}

#hometext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 79%;
	color: #FFFFFF;
	overflow: auto;
	height: 550px;
}
h1 {
	font-size: 1.3em;
	font-style: italic;
	font-weight: normal;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.floatright {
	float: right;
}
#wrapper #hometext a {
	color: #FFCC33;
	text-decoration: none;
}
#hometext p {
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 14px;
	margin-left: 0px;
	line-height: 1.3em;
}
#quiltdiv {
	color: #FFFFFF;
	overflow: auto;
	text-align: center;
	margin-top: 50px;
}
#quiltdiv a {
	color: #FFFFFF;
	text-decoration: none;
}
.stories {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	color: #330033;
	background-color: #e0d3f4;
	font-style: italic;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
}
.stories a {
	color: #CC0066;
	text-decoration: none;
}

.stories img {
	border: 1px solid #666666;
}
