body {
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: right top;
	background-image: url(../images/background3.jpg);
	background-color: #FFF;
}
body {
	color: #000;
	text-align: center;
}
#background {
	width:800px;
	z-index:1;
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-position: 50% 75px;
	border: thick solid #000;
	overflow: hidden;
	margin-top: 0px;
	margin-right: 15%;
	margin-bottom: 30px;
	margin-left: 15%;
	background-color: #FFF;
	padding: 15px;
	text-align: center;
	font-family: Geneva, Didot;
}
#background p {
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#content {
	position:absolute;
	left:128px;
	top:133px;
	width:518px;
	height:790px;
	z-index:2;
	background-attachment: fixed;
	background-image: url(../blue.png);
	background-repeat: no-repeat;
	padding: 15px;
}
#nav {
	z-index:2;
	text-align: center;
	margin-top: 0px;
	margin-right: 15%;
	margin-bottom: 0px;
	margin-left: 15%;
	padding: 0px;
}
a:link {
	color: #C90;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #009;
}
a:hover {
	text-decoration: underline;
	color: #C90;
}
a:active {
	text-decoration: none;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
}
nav {
	font-family: Verdana, Geneva, sans-serif;
}
nav {
	text-align: center;
}
#background h1 {
	font-family: Geneva, Didot;
}
#background h2 {
}
#background h3 {
	font-family: Geneva, Didot;
	text-align: left;
	color: #03C;
}
