#main {
	position: absolute;
	z-index: 1;
	height: 100%;
	width: 650px;
	bottom: 0px;
	left: 150px;
	top: 0px;
}
#header {
	position: absolute;
	z-index: 2;
	height: 40px;
	width: 650px;
	left: 0px;
	top: 0px;
	background-color: #8596EE;
}
#navigation {
	position: absolute;
	z-index: 3;
	background-position: left top;
	background-image: url(pics/content_background.png);
	height: 25px;
	width: 650px;
	left: 0px;
	top: 40px;
}
#content {
	overflow: auto;
	position: absolute;
	z-index: 3;
	right: 0px;
	bottom: 30px;
	background-image: url(pics/content_background.png);
	width: 650px;
	left: 0px;
	top: 65px;
}
#footer {
	background-color: #CC9900;
	position: absolute;
	z-index: 4;
	height: 30px;
	width: 650px;
	left: 0px;
	bottom: 0px;
	font-size: smaller;
	text-align: center;
}
#home {
	background-color: #99FFFF;
	position: absolute;
	z-index: 5;
	height: 25px;
	width: 120px;
	left: 25px;
	top: 0px;
	cursor: pointer;
}
#town {
	background-color: #CCCCFF;
	position: absolute;
	z-index: 5;
	height: 25px;
	width: 120px;
	left: 145px;
	top: 0px;
	cursor: pointer;
}
#family {
	background-color: #99FFFF;
	position: absolute;
	z-index: 5;
	height: 25px;
	width: 120px;
	left: 265px;
	top: 0px;
	cursor: pointer;
}
#friends {
	background-color: #CCCCFF;
	position: absolute;
	z-index: 5;
	height: 25px;
	width: 120px;
	left: 385px;
	top: 0px;
	cursor: pointer;
}
#links {
	background-color: #99FFFF;
	position: absolute;
	z-index: 5;
	height: 25px;
	width: 120px;
	left: 505px;
	top: 0px;
	cursor: pointer;
}
body {
	background-attachment: fixed;
	background-color: #000000;
	background-image: url(pics/background2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #330000;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #660000;
	text-decoration: none;
}
a:hover {
	color: #0000FF;
	text-decoration: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
#winston {
	background-color: #8798F0;
	border: 1px solid #000033;
	position: absolute;
	visibility: hidden;
	z-index: 7;
	height: 18px;
	width: 90px;
	left: 290px;
	top: 0px;
	text-align: center;
	cursor: pointer;
}
#elizabeth {
	background-color: #8798F0;
	border: 1px solid #000033;
	position: absolute;
	visibility: hidden;
	z-index: 7;
	height: 18px;
	width: 90px;
	left: 290px;
	top: 18px;
	text-align: center;
	cursor: pointer;
}
#lizzy {
	background-color: #8798F0;
	border: 1px solid #000033;
	position: absolute;
	visibility: hidden;
	z-index: 7;
	height: 18px;
	width: 90px;
	left: 290px;
	top: 36px;
	text-align: center;
	cursor: pointer;
}
#nick {
	background-color: #8798F0;
	border: 1px solid #000033;
	position: absolute;
	visibility: hidden;
	z-index: 7;
	height: 18px;
	width: 90px;
	left: 290px;
	top: 54px;
	text-align: center;
	cursor: pointer;
}
#pets {
	background-color: #8798F0;
	border: 1px solid #000033;
	position: absolute;
	visibility: hidden;
	z-index: 7;
	height: 18px;
	width: 90px;
	left: 290px;
	top: 72px;
	text-align: center;
	cursor: pointer;
}
p {
	margin-right: 3px;
	margin-left: 3px;
	text-align: justify;
}
h1 {
	font-size: 26px;
	text-align: center;
	font-weight: 900;
}
td {
	vertical-align: top;
}

