BODY {
	background-color: White;
	background-image: url(../images/bg.jpg);
	background-position: left top;
	background-repeat: repeat-y;
	font-size: 90%;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
	
#links {
	width: 300px;
	padding: 1em;
	float: left;
	background-image: url(../images/fairy1.png);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 520px;
}

ul.links li {
	list-style-type: none;
	margin-bottom:.5em;
}
	
#content {
	margin-left: 10px;
}
h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;	
}

dt {
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

dd {
	margin-bottom:1em;
	padding-left:1em!important;
}