#menu {
	float : left;
	padding : 0px 0px 0px 0px;
	width : 130px;
	text-align : left;
}

#menu li {
	margin : 0px 0px;
	padding : 0px 0px 6px 0px;
	list-style-image: none;
	list-style-type: none;
}

#menu ul {
	border : none;
	list-style-image: none;
	list-style-type: none;
	/*The 30px is for netscape 4.7 only, 
	it is redefined in the url linked style sheet */
	margin : -30px;
}

#header {
	margin-top:0px;
}

#header h1{
	font-family : "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : Purple;
}

#footer {
	margin-left:130px;
}

#footer  p {
	font-family: "Trebuchet MS", Verdana, Arial, helvetica, sans-serif;
	color: #999999;
	text-align: center;
	font-size : 0.8em;
	padding-top : 0.15em;
	line-height : 1.7em;
	border-bottom: 1px  solid #0000CD;
	background : #FCFCE8;
	border-top : 1px solid #0000CD;
}

#footer   a:link{
	font-family: "Trebuchet MS", Verdana, Arial, helvetica, sans-serif;
	font-weight : bold;
	color : Navy;
	text-decoration : none;
	background : #FCFCE8;
}

#footer   a:visited {
	text-decoration : none;
}

#footer  p a:hover{
	text-decoration : underline;
	background : #FFFF99;
	color : #990000;
}

.notes{
	color:#6633cc;
	font-family :Southern, Georgia, "Times New Roman", Times, serif;
	text-align : center;
	padding-left : 1%;
	padding-right : 1%;
	margin-left:130px;
}

.story{
	color:#000033;
	font-family :Southern, Georgia, "Times New Roman", Times, serif;
	padding-left : 0%;
	padding-right : 1%;
	margin-left:150px;
}


