body {
	margin: 0;
	padding: 0;
	background: #eceadf url(./bg.png) 0 0 repeat;
	color: #2f2f2d;
	font-family: "Hoefler Text", Baskerville, Garamond, Times, serif;
	text-align: center;
	font-size: 18px;
	line-height: 1.6;
	text-rendering: optimizeLegibility;
}

a:link,
a:visited {
	color: #734c50;
	text-decoration: none;
}

a:hover,
a:active,
a:focus {
	color: #000;
	text-decoration: underline;
}

h1 {
	margin: 60px 0 0 0;
	font-weight: normal;
	font-size: 60px;
	font-style: italic;
	letter-spacing: -2px;
}

h1 span {
	text-transform: uppercase;
	font-style: normal;
	position: relative;
	top: 4px;
}

#mothballed {
	margin: 0 0 60px 0;
	padding: 0 0 240px 0;
	background: transparent url(./moth.png) 50% 100% no-repeat;
	font-style: italic;
	font-size: 28px;
	color: #474741;
}

#now {
	width: 467px;
	text-align: justify;
	margin: 0 auto;
	line-height: 2.2;
}

#now i {
	font-variant: small-caps;	
}

#now strong {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 80%;
}

h2 {
	margin: 60px 0 10px 0;
	padding: 80px 0 0 0;
	background: transparent url(./swash1.png) 50% 0 no-repeat;
	font-weight: normal;
	font-size: 36px;
	font-style: italic;
	letter-spacing: 2px;
}

h2 span {
	text-transform: uppercase;
	font-style: normal;
	position: relative;
	top: 2px;
}

ul {
	margin: 40px auto;
	width: 500px;
	padding: 0;
	list-style: none;
}

li {
	margin: 10px 0;
}

#footnote {
	margin: 60px 0 0 0;
	padding: 40px 0 40px 0;
	background: transparent url(./swash2.png) 50% 0 no-repeat;
	font-size: 12px;
	letter-spacing: 2px;
}

#footnote a:link,
#footnote a:visited {
	color: #2f2f2d;
	text-decoration: none;
}

#footnote a:hover,
#footnote a:active,
#footnote a:focus {
	color: #000;
	text-decoration: underline;
}