body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-image: url(graphics/tile.gif);
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #003399;
	list-style-type: disc;
	left: 15px;
	top: 15px;
	right: 15px;
	bottom: 15px;
}

#title{
	position: absolute;
	z-index: 7;
	left: 125px;
	top: 0px;
	height: 125px;
	width: 675px;
	background-image: url(eleanor.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
}

#menu {
	position: absolute;
	z-index: 3;
	left: 0px;
	top: 0px;
	height: 600px;
	width: 125px;
	background-image: url(edward.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
}

#content{
	position: absolute;
	z-index: 5;
	left: 125px;
	top: 125px;
	height: 475px;
	width: 675px;
	background-image: url(yellowsndstone.jpg);
	background-repeat: repeat;
	background-color: #000000;
	
}
.headers {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: normal;
	color: #000000;
}
.links {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	color: #CC6699;
	text-decoration: underline;
}
.intros {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003399;
}
.menulinks {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 10px;
	color: #ffffcc;
}
a {
	font-family: "Trebuchet MS", Arial, sans-serif;
}
.quote {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-style: oblique;
	color: #000066;
}
