* {
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
}

body {
	margin: 10px;
	background-color:#FFFFFF;
	font-size:100%
}

#header {
	width:760px;
}

#menu {
	width:760px;
	
}

#feature {
	background-color:#ED8721;
	width:760px;
	height:200px;
}

#mainContentArea {
	position:relative;
	width:760px;
}

#footer {
	position:relative;
	border:1;
	border-color:#ffffff;
	background-color:#D743C3;
	width:760px;
}

hr {
	position:relative;
	color:#673299;
	noshade;
	height:.1em;
}

#poem {
	width:440px;
	color:#993366;
	font-size:1.2em;
	padding-top:3px;
}

h1 {
	top:2.5em;
	width:440px;
	color:#993366;
	font-size:1em;
	padding-top:3px;
}

h2 {
	top:2.5em;
	width:440px;
	color:#993366;
	font-size:.5em;
	padding-top:3px;
}

a {
	color: #993366;
	text-decoration: none;
}

a:hover {
	color: #8B43D0;
	text-decoration: none;
}
