/*  The Little Elf - a short illustrated children's story */

body		{
		 background : #FFFFFF;
		}
div#image		{
		 position: absolute;
		 width: 494px;
		 height: 364px;
		 top: 0px;
		 left: 0px;
		 background: url(http://amadaun.net/wanderlust/elf/photos/littleelf_topper.jpg);
		}
div#content		{
		 position: absolute;
		 width: 520px;
		 top: 129px;
		 left: 168px;
		 color: #000000;
		 font-family: "Verdana", serif;
		 font-size: .7em;
		 padding: 0px;
		 text-align: justify;
		}
div#content img	{
		border-width: 0px;
	}
a		{
		 text-decoration: underline;
		 color: #000000;
		}
a:hover		{
		color: #000000;
		 text-decoration: underline;
		}
h2 {
	color: #000000;
	font-size: 2.1em;
	font-family: "High Tower Text", serif;
	text-align: center;
	margin: 0;
	padding: 0 0 0 0;	
}

h4	{
	color: #000000;
	font-size: .9em;
	text-align: center;
	padding: 0;
	margin: 0;
}