@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(Images/staceyphotos.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right bottom;
}
#nav {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
#content {
	height: 600px;
	width: 500px;
	margin-top: 50px;
	margin-right: 800px;
	margin-left: 100px;
	background-color: #FF0099;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	border-top-color: #00FF33;
	border-right-color: #00FF33;
	border-bottom-color: #00FF33;
	border-left-color: #00FF33;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
}
