@charset "utf-8";
#container {
	margin: auto;
	background-color: #8596EE;
	top: 0px;
	bottom: 0px;
	height: 100%;
	width: 100%;
}
#header {
	height: 40px;
	background-color: #8596EE;
	width: 100%;
}
#navigation {
	width: 100%;
	text-align: center;
	float: none;
	clear: none;
	height: 25px;
}
#content {
	width: 100%;
	background-image: url(pics/content_background.png);
	padding: 5px;
	overflow-y: auto;
}
#footer {
	width: 100%;
	height: 30px;
	text-align: center;
	font-size: smaller;
	background-color: #8596EE;
}
body {
	background-color: #0A224E;
	background-image: url(pics/background.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin: 0px;
	padding: 0px;
	font-family: "Comic Sans MS", Arial, sans-serif;
	font-size: 13px;
	color: navy;
}
#home {
	cursor: pointer;
	float: left;
}

#town {
	cursor: pointer;
	float: left;
}
#family {
	cursor: pointer;
	float: left;
}
#friends {
	cursor: pointer;
	float: left;
}
#links {
	cursor: pointer;
	float: left;
}
a:link {
	text-decoration: none;
	color: blue;
}
a:visited {
	text-decoration: none;
	color: purple;
}
a:active {
	text-decoration: none;
	color: red;
}
a:hover {
	text-decoration: none;
	color: blue;
	border-top: 1px solid red;
	border-bottom: 1px solid red;
}
#winston  {
	background-color: #8798F0;
	border: 1px solid #000033;
	visibility: hidden;
	height: 18px;
	width: 90px;
	text-align: center;
	cursor: pointer;
	float: left;
}
#elizabeth  {
	background-color: #8798F0;
	border: 1px solid #000033;
	visibility: hidden;
	height: 18px;
	width: 90px;
	text-align: center;
	cursor: pointer;
	float: left;
}
#lizzy  {
	background-color: #8798F0;
	border: 1px solid #000033;
	visibility: hidden;
	height: 18px;
	width: 90px;
	text-align: center;
	cursor: pointer;
	float: left;
}
#nick  {
	background-color: #8798F0;
	border: 1px solid #000033;
	visibility: hidden;
	height: 18px;
	width: 90px;
	text-align: center;
	cursor: pointer;
	float: left;
}
#pets  {
	background-color: #8798F0;
	border: 1px solid #000033;
	visibility: hidden;
	height: 18px;
	width: 90px;
	text-align: center;
	cursor: pointer;
	float: left;
}
h1 {
	text-align: center;
}
p {
	text-align: justify;
}
td {
	vertical-align: top;
}
