html, body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background: #FFFF6F;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#container {
	background: url(../Images/holly-base.jpg) no-repeat left top;
	text-align: left;
	position: relative;
	top: 50px;
	height: 480px;
	width: 640px;
	margin: 0px auto;
	padding: 0;
	border: 5px solid #9900CC;
}
#container #title {
	padding: 16px;
	position: absolute;
	top: 48px;
	background: url(../Images/holly-yellow.jpg) no-repeat -352px -48px;
	left: 352px;
	color: #9900CC;
	border: 1px solid #9900CC;
	margin: 0px;
}
#container #title h1{
	font-size: 32px;
	line-height: 32px;
	margin: 0px;
	padding: 0px;
}
#container #description {
	position: absolute;
	left: 352px;
	top: 160px;
	font-size: 16px;
	line-height: 16px;
	margin: 0px;
	padding: 8px;
	border: 1px solid #9900CC;
	background: url(../Images/holly-wash.jpg) no-repeat -352px -160px;
	font-weight: bold;
}
#container #menu {
	font-size: 12px;
	line-height: 15px;
	background: url(../Images/holly-wash.jpg) no-repeat -20px -60px;
	width: 130px;
	left: 20px;
	top: 60px;
	position: absolute;
	border: 1px solid #9900CC;
	margin: 0;
	padding: 0;
}
#container #menu p {
	padding: 10px;
}


#container #menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#container #menu li {
	display: block;
	margin: 0px;
	padding: 0px;
}
#container #menu a {
	color: #9900CC;
	text-decoration: none;
	display: block;
	padding: 10px;
	margin: 0;
	line-height: 12px;
	font-weight: bold;
}
#container #menu a.poetry:hover {
	background: url(../Images/holly-yellow.jpg) no-repeat -20px -60px;
}
#container #menu a.stories:hover {
	background: url(../Images/holly-yellow.jpg) no-repeat -20px -94px;
}
#container #menu a.novels:hover {
	background: url(../Images/holly-yellow.jpg) no-repeat -20px -128px;
}

#container #email {
	position: absolute;
	left: 180px;
	top: 420px;
	padding: 0px;
	border: 1px solid #9900CC;
	margin: 0;
}
#container #email a {
	color: #9900CC;
	text-decoration: none;
	padding: 15px;
	display: block;
	background: url(../Images/holly-wash.jpg) -179px -405px;
}
#container #email a:hover {
	background: url(../Images/holly-yellow.jpg) no-repeat -180px -405px;
}

