@charset "utf-8";
#main {
	margin: auto;
	height: 100%;
	width: 650px;
	position: absolute;
	z-index: 1;
	left: 150px;
	top: 0px;
	bottom: 0px;
}
#header {
	background: #8596EE;
	z-index: 2;
	height: 40px;
	width: 650px;
	left: 0px;
	top: 0px;
	position: absolute;
}
body {
	background: #000 url(pics/background.jpg) no-repeat fixed left top;
	margin: 0px;
	padding: 0px;
	font-family: "Comic Sans MS", Arial, sans-serif;
	font-size: 13px;
	color: #000033;
}

#navigation {
	background: url(pics/nav_background.png) left top;
	z-index: 3;
	width: 120px;
	left: 0px;
	top: 40px;
	bottom: 30px;
	position: absolute;
}
a:link {
	color: #00F;
	text-decoration: none;
}
a:visited {
	color: #600;
	text-decoration: none;
}
a:active {
	color: #F00;
	text-decoration: none;
}
a:hover {
	color: #00F;
	text-decoration: none;
	border-top: 1px solid #F00;
	border-right: 1px none #F00;
	border-bottom: 1px solid #F00;
	border-left: 1px none #F00;
}




#content {
	background: url(pics/content_background.png);
	overflow: auto;
	position: absolute;
	z-index: 3;
	width: 530px;
	left: 120px;
	top: 40px;
	right: 0px;
	bottom: 30px;
}
#footer {
	background: #8596EE;
	position: absolute;
	z-index: 4;
	height: 30px;
	width: 650px;
	left: 0px;
	bottom: 0px;
	font-size: smaller;
	text-align: center;
}
#home {
	position: absolute;
	z-index: 5;
	height: 25px;
	width: 120px;
	top: 0px;
	cursor: pointer;
}
#town {
	position: absolute;
	z-index: 5;
	height: 25px;
	width: 120px;
	left: 0px;
	top: 25px;
	cursor: pointer;
}
#family {
	position: absolute;
	z-index: 5;
	height: 25px;
	width: 120px;
	left: 0px;
	top: 50px;
	cursor: pointer;
}
#friends {
	position: absolute;
	z-index: 5;
	height: 25px;
	width: 120px;
	left: 0px;
	top: 75px;
	cursor: pointer;
}
#links {
	position: absolute;
	z-index: 5;
	height: 25px;
	width: 120px;
	left: 0px;
	top: 100px;
	cursor: pointer;
}

#winston {
	background-color: #8798F0;
	border: 1px solid #000033;
	position: absolute;
	visibility: hidden;
	z-index: 7;
	height: 18px;
	width: 90px;
	left: 0px;
	top: 55px;
	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: 0px;
	top: 73px;
	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: 0px;
	top: 91px;
	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: 0px;
	top: 109px;
	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: 0px;
	top: 127px;
	text-align: center;
	cursor: pointer;
}
