@charset "UTF-8";
/* CSS Document */
body {
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#page {
	min-width: 900px;
}

#words {
	position:absolute;
	width:500px;
	height:500px;
	z-index:1;
	left: -250px;
	top: 10;
}
#home {
	margin-left: auto;
	width: 700px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-right: auto;
	position: relative;
	z-index: 10;
	left: auto;
	right: auto;
	text-align: left;
	padding: 20px;
}
h1 {
	font-style: italic;
	font-weight: normal;
	font-size: 26px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#home p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#home a {
	color: #660033;
	text-decoration: none;
	font-weight: bold;
}
#home a:hover {
	color: #33CCFF;
	text-decoration: none;
}
.floatright {
	float: right;
	padding-left: 8px;
}
hr {
	background-color: #9966CC;
	clear: both;
	height: 1px;
	border: 0px;
}
h2 {
	font-weight: normal;
}
.dates {
	font-style: normal;
	font-weight: bold;
}
.floatleft {
	float: left;
	padding-right: 10px;
}

